Searched refs:message_thread_enc (Results 1 – 16 of 16) sorted by relevance
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 147 void* message_thread_enc(void *);
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 146 void* message_thread_enc(void *);
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 157 void* message_thread_enc(void *);
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 146 void* message_thread_enc(void *);
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_encoder.cpp | 479 r = pthread_create(&msg_thread_id,0, message_thread_enc, this); in component_init()
|
H A D | omx_swvenc_mpeg4.cpp | 481 if (pthread_create(&msg_thread_id,0, message_thread_enc, this) < 0) in component_init()
|
H A D | omx_video_base.cpp | 129 void* message_thread_enc(void *input) in message_thread_enc() function
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_encoder.cpp | 610 r = pthread_create(&msg_thread_id,0, message_thread_enc, this); in component_init()
|
H A D | omx_swvenc_mpeg4.cpp | 476 if (pthread_create(&msg_thread_id,0, message_thread_enc, this) < 0) in component_init()
|
H A D | omx_video_base.cpp | 127 void* message_thread_enc(void *input) in message_thread_enc() function
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_swvenc_mpeg4.cpp | 441 if (pthread_create(&msg_thread_id,0, message_thread_enc, this) < 0) { in component_init()
|
H A D | omx_video_encoder.cpp | 601 r = pthread_create(&msg_thread_id,0, message_thread_enc, this); in component_init()
|
H A D | omx_video_base.cpp | 128 void* message_thread_enc(void *input) in message_thread_enc() function
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_encoder.cpp | 672 r = pthread_create(&msg_thread_id,0, message_thread_enc, this); in component_init()
|
H A D | omx_swvenc_mpeg4.cpp | 464 if (pthread_create(&msg_thread_id,0, message_thread_enc, this) < 0) in component_init()
|
H A D | omx_video_base.cpp | 126 void* message_thread_enc(void *input) in message_thread_enc() function
|