Searched refs:m_queued_codec_config_count (Results 1 – 2 of 2) sorted by relevance
1053 volatile int32_t m_queued_codec_config_count; variable
597 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()