Home
last modified time | relevance | path

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

/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1053 volatile int32_t m_queued_codec_config_count; variable
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_msm8974.cpp597 m_queued_codec_config_count(0), in omx_vdec()
2490 if (android_atomic_add(0, &m_queued_codec_config_count) > 0) { in send_command_proxy()
2496 m_queued_codec_config_count); in send_command_proxy()
6303 android_atomic_inc(&m_queued_codec_config_count); in empty_this_buffer_proxy()
7462 android_atomic_dec(&omx->m_queued_codec_config_count); in async_message_process()
7463 if ((android_atomic_add(0, &omx->m_queued_codec_config_count) == 0) && in async_message_process()