Searched refs:m_client_in_bm_count (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 683 uint64_t m_client_in_bm_count; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 708 uint64_t m_client_in_bm_count; variable
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 777 uint64_t m_client_in_bm_count; variable
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 764 uint64_t m_client_in_bm_count; variable
|
/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() 2623 BITMASK_SET(&m_client_in_bm_count,i); in use_input_buffer() 3689 if(BITMASK_PRESENT(&m_client_in_bm_count, nPortIndex)) in free_buffer() 3690 BITMASK_CLEAR(&m_client_in_bm_count,nPortIndex); in free_buffer() 4088 if (pmem_data_buf && BITMASK_PRESENT(&m_client_in_bm_count, nBufIndex)) { in empty_this_buffer_proxy()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
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/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
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()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 2423 if (BITMASK_PRESENT(&m_client_in_bm_count, i)) in component_deinit() 2424 BITMASK_CLEAR(&m_client_in_bm_count, i); in component_deinit()
|