Searched refs:BITMASK_ABSENT (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/media/mm-video/vidc/venc/inc/ |
D | omx_video_base.h | 139 #define BITMASK_ABSENT(mArray,mIndex) (((mArray)[BITMASK_OFFSET(mIndex)] \ macro 143 #define BITMASK_ABSENT(mArray,mIndex) (((mArray)[BITMASK_OFFSET(mIndex)] \ macro
|
/hardware/qcom/media/mm-video/vidc/vdec/inc/ |
D | omx_vdec.h | 172 #define BITMASK_ABSENT(mArray,mIndex) (((mArray)[BITMASK_OFFSET(mIndex)] \ macro 176 #define BITMASK_ABSENT(mArray,mIndex) (((mArray)[BITMASK_OFFSET(mIndex)] \ macro
|
/hardware/qcom/media/mm-video/vidc/venc/src/ |
D | omx_video_base.cpp | 2104 if(BITMASK_ABSENT(&m_inp_bm_count,i)) in use_input_buffer() 2306 if(BITMASK_ABSENT(&m_out_bm_count,i)) in use_output_buffer() 2726 if(BITMASK_ABSENT(&m_inp_bm_count,i)) in allocate_input_buffer() 2890 if(BITMASK_ABSENT(&m_out_bm_count,i)) in allocate_output_buffer() 3791 if(BITMASK_ABSENT(&m_inp_bm_count,i)) in allocate_input_done() 3835 if(BITMASK_ABSENT(&m_out_bm_count,j)) in allocate_output_done()
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
D | omx_vdec_copper.cpp | 2846 BITMASK_ABSENT(&m_flags,OMX_COMPONENT_OUTPUT_ENABLE_PENDING) && in set_parameter() 2848 BITMASK_ABSENT(&m_flags, OMX_COMPONENT_INPUT_ENABLE_PENDING) && in set_parameter() 3808 if(BITMASK_ABSENT(&m_out_bm_count,i)) in use_output_buffer() 4276 if(BITMASK_ABSENT(&m_heap_inp_bm_count,i)) in allocate_input_heap_buffer() 4401 if(BITMASK_ABSENT(&m_inp_bm_count,i)) in allocate_input_buffer() 4773 if(BITMASK_ABSENT(&m_out_bm_count,i)) in allocate_output_buffer() 6019 if(BITMASK_ABSENT(&m_inp_bm_count,i)) in allocate_input_done() 6064 if(BITMASK_ABSENT(&m_out_bm_count,j)) in allocate_output_done()
|
D | omx_vdec.cpp | 2990 BITMASK_ABSENT(&m_flags,OMX_COMPONENT_OUTPUT_ENABLE_PENDING) && in set_parameter() 2992 BITMASK_ABSENT(&m_flags, OMX_COMPONENT_INPUT_ENABLE_PENDING) && in set_parameter() 4025 if(BITMASK_ABSENT(&m_out_bm_count,i)) in use_output_buffer() 4540 if(BITMASK_ABSENT(&m_heap_inp_bm_count,i)) in allocate_input_heap_buffer() 4665 if(BITMASK_ABSENT(&m_inp_bm_count,i)) in allocate_input_buffer() 4984 if(BITMASK_ABSENT(&m_out_bm_count,i)) in allocate_output_buffer() 6295 if(BITMASK_ABSENT(&m_inp_bm_count,i)) in allocate_input_done() 6340 if(BITMASK_ABSENT(&m_out_bm_count,j)) in allocate_output_done()
|