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/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 1357 volatile int32_t m_queued_codec_config_count; variable
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 1284 volatile int32_t m_queued_codec_config_count; variable
|
/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/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 743 m_queued_codec_config_count(0), in omx_vdec() 3092 if (android_atomic_add(0, &m_queued_codec_config_count) > 0) { in send_command_proxy() 3098 m_queued_codec_config_count); in send_command_proxy() 7569 android_atomic_inc(&m_queued_codec_config_count); in empty_this_buffer_proxy() 8836 android_atomic_dec(&omx->m_queued_codec_config_count); in async_message_process() 8837 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/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 729 m_queued_codec_config_count(0), in omx_vdec() 3001 if (android_atomic_add(0, &m_queued_codec_config_count) > 0) { in send_command_proxy() 3007 m_queued_codec_config_count); in send_command_proxy() 7122 android_atomic_inc(&m_queued_codec_config_count); in empty_this_buffer_proxy() 8344 android_atomic_dec(&omx->m_queued_codec_config_count); in async_message_process() 8345 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()
|