Searched refs:m_queued_codec_config_count (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 1049 volatile int32_t m_queued_codec_config_count; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 1085 volatile int32_t m_queued_codec_config_count; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 1145 volatile int32_t m_queued_codec_config_count; variable
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 1212 volatile int32_t m_queued_codec_config_count; variable
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 1376 volatile int32_t m_queued_codec_config_count; variable
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 592 m_queued_codec_config_count(0), in omx_vdec() 2492 if (android_atomic_add(0, &m_queued_codec_config_count) > 0) { in send_command_proxy() 2502 m_queued_codec_config_count); in send_command_proxy() 5243 android_atomic_inc(&m_queued_codec_config_count); in empty_this_buffer_proxy() 6401 android_atomic_dec(&omx->m_queued_codec_config_count); in async_message_process() 6402 if ((android_atomic_add(0, &omx->m_queued_codec_config_count) == 0) && in async_message_process()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 598 m_queued_codec_config_count(0), in omx_vdec() 2492 if (android_atomic_add(0, &m_queued_codec_config_count) > 0) { in send_command_proxy() 2498 m_queued_codec_config_count); in send_command_proxy() 6410 android_atomic_inc(&m_queued_codec_config_count); in empty_this_buffer_proxy() 7607 android_atomic_dec(&omx->m_queued_codec_config_count); in async_message_process() 7608 if ((android_atomic_add(0, &omx->m_queued_codec_config_count) == 0) && in async_message_process()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 648 m_queued_codec_config_count(0), in omx_vdec() 2953 if (android_atomic_add(0, &m_queued_codec_config_count) > 0) { in send_command_proxy() 2959 m_queued_codec_config_count); in send_command_proxy() 7264 android_atomic_inc(&m_queued_codec_config_count); in empty_this_buffer_proxy() 8499 android_atomic_dec(&omx->m_queued_codec_config_count); in async_message_process() 8500 if ((android_atomic_add(0, &omx->m_queued_codec_config_count) == 0) && in async_message_process()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 666 m_queued_codec_config_count(0), in omx_vdec() 3176 if (android_atomic_add(0, &m_queued_codec_config_count) > 0) { in send_command_proxy() 3182 m_queued_codec_config_count); in send_command_proxy() 7880 android_atomic_inc(&m_queued_codec_config_count); in empty_this_buffer_proxy() 9189 android_atomic_dec(&omx->m_queued_codec_config_count); in async_message_process() 9190 if ((android_atomic_add(0, &omx->m_queued_codec_config_count) == 0) && in async_message_process()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 761 m_queued_codec_config_count(0), in omx_vdec() 3142 if (android_atomic_add(0, &m_queued_codec_config_count) > 0) { in send_command_proxy() 3148 m_queued_codec_config_count); in send_command_proxy() 7688 android_atomic_inc(&m_queued_codec_config_count); in empty_this_buffer_proxy() 8955 android_atomic_dec(&omx->m_queued_codec_config_count); in async_message_process() 8956 if ((android_atomic_add(0, &omx->m_queued_codec_config_count) == 0) && in async_message_process()
|