Home
last modified time | relevance | path

Searched refs:m_queued_codec_config_count (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1049 volatile int32_t m_queued_codec_config_count; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1085 volatile int32_t m_queued_codec_config_count; variable
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1212 volatile int32_t m_queued_codec_config_count; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1145 volatile int32_t m_queued_codec_config_count; variable
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1284 volatile int32_t m_queued_codec_config_count; variable
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp592 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/
Domx_vdec_msm8974.cpp598 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/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp666 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()