variable_defs.h 578 B

12345678910111213141516171819202122
  1. #ifndef REMOTEAR3_VARIABLE_DEFS_H
  2. #define REMOTEAR3_VARIABLE_DEFS_H
  3. constexpr auto IMG_RAW_HOST_LEFT = 0;
  4. constexpr auto IMG_RAW_HOST_RIGHT = 1;
  5. constexpr auto ENCODER_BUSY = 2;
  6. constexpr auto ENCODER_CONFIG = 3;
  7. constexpr auto OUTPUT_FRAME = 4;
  8. constexpr auto ENCODER_SHOULD_STOP = 5;
  9. constexpr auto CUDA_CONTEXT = 6;
  10. constexpr auto CUDA_STREAM_OUTPUT = 16;
  11. constexpr auto REQUEST_IDR = 7;
  12. constexpr auto SENDER_CONNECTED = 8;
  13. constexpr auto SENDER_SHOULD_STOP = 9;
  14. constexpr auto SENDER_ENABLE_LOG = 10;
  15. // global variable declaration
  16. #endif //REMOTEAR3_VARIABLE_DEFS_H