Searched refs:m_client_out_bm_count (Results 1 – 12 of 12) sorted by relevance
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 682 uint64_t m_client_out_bm_count; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 707 uint64_t m_client_out_bm_count; variable
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 776 uint64_t m_client_out_bm_count; variable
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 769 uint64_t m_client_out_bm_count; variable
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 2091 if (BITMASK_PRESENT(&m_client_out_bm_count, i)) in component_deinit() 2092 BITMASK_CLEAR(&m_client_out_bm_count, i); in component_deinit() 2504 if (BITMASK_PRESENT(&(omx->m_client_out_bm_count), bufIndex) && in async_message_process()
|
D | omx_video_base.cpp | 267 m_client_out_bm_count(0), in omx_video() 2812 BITMASK_SET(&m_client_out_bm_count,i); in use_output_buffer() 3684 if(BITMASK_PRESENT(&m_client_out_bm_count, nPortIndex)) in free_buffer() 3685 BITMASK_CLEAR(&m_client_out_bm_count,nPortIndex); in free_buffer()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 2211 if (BITMASK_PRESENT(&m_client_out_bm_count, i)) in component_deinit() 2212 BITMASK_CLEAR(&m_client_out_bm_count, i); in component_deinit() 2566 if (BITMASK_PRESENT(&(omx->m_client_out_bm_count), bufIndex) && in async_message_process()
|
D | omx_video_base.cpp | 298 m_client_out_bm_count(0), in omx_video() 2823 BITMASK_SET(&m_client_out_bm_count,i); in use_output_buffer() 3531 if(BITMASK_PRESENT(&m_client_out_bm_count, nPortIndex)) in free_buffer() 3532 BITMASK_CLEAR(&m_client_out_bm_count,nPortIndex); in free_buffer()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 2409 if (BITMASK_PRESENT(&m_client_out_bm_count, i)) in component_deinit() 2410 BITMASK_CLEAR(&m_client_out_bm_count, i); in component_deinit() 2822 if (BITMASK_PRESENT(&(omx->m_client_out_bm_count), bufIndex) && in async_message_process()
|
D | omx_video_base.cpp | 265 m_client_out_bm_count(0), in omx_video() 2966 BITMASK_SET(&m_client_out_bm_count,i); in use_output_buffer() 3836 if(BITMASK_PRESENT(&m_client_out_bm_count, nPortIndex)) in free_buffer() 3837 BITMASK_CLEAR(&m_client_out_bm_count,nPortIndex); in free_buffer()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 2371 if (BITMASK_PRESENT(&m_client_out_bm_count, i)) in component_deinit() 2372 BITMASK_CLEAR(&m_client_out_bm_count, i); in component_deinit() 2734 if (BITMASK_PRESENT(&(omx->m_client_out_bm_count), bufIndex) && in async_message_process()
|
D | omx_video_base.cpp | 292 m_client_out_bm_count(0), in omx_video() 2911 BITMASK_SET(&m_client_out_bm_count,i); in use_output_buffer() 3648 if(BITMASK_PRESENT(&m_client_out_bm_count, nPortIndex)) in free_buffer() 3649 BITMASK_CLEAR(&m_client_out_bm_count,nPortIndex); in free_buffer()
|