Searched refs:m_client_in_bm_count (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 681 uint64_t m_client_in_bm_count; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 706 uint64_t m_client_in_bm_count; variable
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 762 uint64_t m_client_in_bm_count; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 299 m_client_in_bm_count(0), in omx_video() 2545 BITMASK_SET(&m_client_in_bm_count,i); in use_input_buffer() 3536 if(BITMASK_PRESENT(&m_client_in_bm_count, nPortIndex)) in free_buffer() 3537 BITMASK_CLEAR(&m_client_in_bm_count,nPortIndex); in free_buffer() 3880 if (pmem_data_buf && BITMASK_PRESENT(&m_client_in_bm_count, nBufIndex)) { in empty_this_buffer_proxy()
|
D | omx_video_encoder.cpp | 2234 if (BITMASK_PRESENT(&m_client_in_bm_count, i)) in component_deinit() 2235 BITMASK_CLEAR(&m_client_in_bm_count, i); in component_deinit()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 264 m_client_in_bm_count(0), in omx_video() 2630 BITMASK_SET(&m_client_in_bm_count,i); in use_input_buffer() 3696 if(BITMASK_PRESENT(&m_client_in_bm_count, nPortIndex)) in free_buffer() 3697 BITMASK_CLEAR(&m_client_in_bm_count,nPortIndex); in free_buffer() 4095 if (pmem_data_buf && BITMASK_PRESENT(&m_client_in_bm_count, nBufIndex)) { in empty_this_buffer_proxy()
|
D | omx_video_encoder.cpp | 2160 if (BITMASK_PRESENT(&m_client_in_bm_count, i)) in component_deinit() 2161 BITMASK_CLEAR(&m_client_in_bm_count, i); in component_deinit()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 293 m_client_in_bm_count(0), in omx_video() 2632 BITMASK_SET(&m_client_in_bm_count,i); in use_input_buffer() 3652 if(BITMASK_PRESENT(&m_client_in_bm_count, nPortIndex)) in free_buffer() 3653 BITMASK_CLEAR(&m_client_in_bm_count,nPortIndex); in free_buffer() 4017 if (pmem_data_buf && BITMASK_PRESENT(&m_client_in_bm_count, nBufIndex)) { in empty_this_buffer_proxy()
|
D | omx_video_encoder.cpp | 2394 if (BITMASK_PRESENT(&m_client_in_bm_count, i)) in component_deinit() 2395 BITMASK_CLEAR(&m_client_in_bm_count, i); in component_deinit()
|