Searched refs:m_client_in_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 | 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/sm7250/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 770 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() 2544 BITMASK_SET(&m_client_in_bm_count,i); in use_input_buffer() 3535 if(BITMASK_PRESENT(&m_client_in_bm_count, nPortIndex)) in free_buffer() 3536 BITMASK_CLEAR(&m_client_in_bm_count,nPortIndex); in free_buffer() 3879 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/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 268 m_client_in_bm_count(0), in omx_video() 2582 BITMASK_SET(&m_client_in_bm_count,i); in use_input_buffer() 3688 if(BITMASK_PRESENT(&m_client_in_bm_count, nPortIndex)) in free_buffer() 3689 BITMASK_CLEAR(&m_client_in_bm_count,nPortIndex); in free_buffer() 4140 if (pmem_data_buf && BITMASK_PRESENT(&m_client_in_bm_count, nBufIndex)) { in empty_this_buffer_proxy()
|
D | omx_video_encoder.cpp | 2116 if (BITMASK_PRESENT(&m_client_in_bm_count, i)) in component_deinit() 2117 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()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 266 m_client_in_bm_count(0), in omx_video() 2736 BITMASK_SET(&m_client_in_bm_count,i); in use_input_buffer() 3840 if(BITMASK_PRESENT(&m_client_in_bm_count, nPortIndex)) in free_buffer() 3841 BITMASK_CLEAR(&m_client_in_bm_count,nPortIndex); in free_buffer() 4285 if (pmem_data_buf && BITMASK_PRESENT(&m_client_in_bm_count, nBufIndex)) { in empty_this_buffer_proxy()
|
D | omx_video_encoder.cpp | 2434 if (BITMASK_PRESENT(&m_client_in_bm_count, i)) in component_deinit() 2435 BITMASK_CLEAR(&m_client_in_bm_count, i); in component_deinit()
|