Searched refs:m_heap_inp_bm_count (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
D | omx_vdec.h | 756 unsigned int m_heap_inp_bm_count; variable
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 775 unsigned int m_heap_inp_bm_count; variable
|
D | omx_vdec.h | 857 unsigned int m_heap_inp_bm_count; variable
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec_copper.cpp | 474 m_heap_inp_bm_count (0), in omx_vdec() 4266 if(BITMASK_ABSENT(&m_heap_inp_bm_count,i)) in allocate_input_heap_buffer() 4284 BITMASK_SET(&m_heap_inp_bm_count,i); in allocate_input_heap_buffer() 4985 BITMASK_CLEAR(&m_heap_inp_bm_count,nPortIndex); in free_buffer()
|
D | omx_vdec.cpp | 465 m_heap_inp_bm_count (0), in omx_vdec() 4636 if(BITMASK_ABSENT(&m_heap_inp_bm_count,i)) in allocate_input_heap_buffer() 4654 BITMASK_SET(&m_heap_inp_bm_count,i); in allocate_input_heap_buffer() 5361 BITMASK_CLEAR(&m_heap_inp_bm_count,nPortIndex); in free_buffer()
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec.cpp | 452 m_heap_inp_bm_count (0), in omx_vdec() 4446 if (BITMASK_ABSENT(&m_heap_inp_bm_count,i)) { in allocate_input_heap_buffer() 4461 BITMASK_SET(&m_heap_inp_bm_count,i); in allocate_input_heap_buffer() 5150 BITMASK_CLEAR(&m_heap_inp_bm_count,nPortIndex); in free_buffer()
|
D | omx_vdec_hevc.cpp | 525 m_heap_inp_bm_count (0), in omx_vdec() 4145 if (BITMASK_ABSENT(&m_heap_inp_bm_count,i)) { in allocate_input_heap_buffer() 4160 BITMASK_SET(&m_heap_inp_bm_count,i); in allocate_input_heap_buffer() 4821 BITMASK_CLEAR(&m_heap_inp_bm_count,nPortIndex); in free_buffer()
|
D | omx_vdec_msm8974.cpp | 539 m_heap_inp_bm_count (0), in omx_vdec() 4822 if (BITMASK_ABSENT(&m_heap_inp_bm_count,i)) { in allocate_input_heap_buffer() 4837 BITMASK_SET(&m_heap_inp_bm_count,i); in allocate_input_heap_buffer() 5506 BITMASK_CLEAR(&m_heap_inp_bm_count,nPortIndex); in free_buffer()
|
D | omx_vdec_hevc_swvdec.cpp | 573 m_heap_inp_bm_count (0), in omx_vdec() 4979 if(BITMASK_ABSENT(&m_heap_inp_bm_count,i)) in allocate_input_heap_buffer() 4997 BITMASK_SET(&m_heap_inp_bm_count,i); in allocate_input_heap_buffer() 5766 BITMASK_CLEAR(&m_heap_inp_bm_count,nPortIndex); in free_buffer()
|