Searched defs:get_il_buf_hdr (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp5408 nPortIndex = buffer - client_buffers.get_il_buf_hdr();
5830 ((buffer - client_buffers.get_il_buf_hdr()) >= drv_ctx.op_buf.actualcount))
5872 if (bufferAdd == NULL || ((buffer - client_buffers.get_il_buf_hdr()) >
6678 il_buffer = client_buffers.get_il_buf_hdr(buffer);
6682 DEBUG_PRINT_ERROR("Invalid buffer address from get_il_buf_hdr");
9174 OMX_BUFFERHEADERTYPE* omx_vdec::allocate_color_convert_buf::get_il_buf_hdr() function in class:omx_vdec::allocate_color_convert_buf
9185 OMX_BUFFERHEADERTYPE* omx_vdec::allocate_color_convert_buf::get_il_buf_hdr function in class:omx_vdec::allocate_color_convert_buf
9231 DEBUG_PRINT_ERROR("\n Index messed up in the get_il_buf_hdr");
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp5190 nPortIndex = buffer - client_buffers.get_il_buf_hdr();
5593 ((buffer - client_buffers.get_il_buf_hdr()) >= drv_ctx.op_buf.actualcount)) {
5633 if (bufferAdd == NULL || ((buffer - client_buffers.get_il_buf_hdr()) >
6487 il_buffer = client_buffers.get_il_buf_hdr(buffer);
6492 DEBUG_PRINT_ERROR("Invalid buffer address from get_il_buf_hdr");
9441 OMX_BUFFERHEADERTYPE* omx_vdec::allocate_color_convert_buf::get_il_buf_hdr() function in class:omx_vdec::allocate_color_convert_buf
9454 OMX_BUFFERHEADERTYPE* omx_vdec::allocate_color_convert_buf::get_il_buf_hdr function in class:omx_vdec::allocate_color_convert_buf
9488 DEBUG_PRINT_ERROR("Index messed up in the get_il_buf_hdr");
H A Domx_vdec_hevc.cpp4857 nPortIndex = buffer - client_buffers.get_il_buf_hdr();
5267 ((buffer - client_buffers.get_il_buf_hdr()) >= drv_ctx.op_buf.actualcount)) {
5306 nPortIndex = buffer-((OMX_BUFFERHEADERTYPE *)client_buffers.get_il_buf_hdr());
6025 il_buffer = client_buffers.get_il_buf_hdr(buffer);
6029 DEBUG_PRINT_ERROR("Invalid buffer address from get_il_buf_hdr");
8256 OMX_BUFFERHEADERTYPE* omx_vdec::allocate_color_convert_buf::get_il_buf_hdr() function in class:omx_vdec::allocate_color_convert_buf
8267 OMX_BUFFERHEADERTYPE* omx_vdec::allocate_color_convert_buf::get_il_buf_hdr function in class:omx_vdec::allocate_color_convert_buf
8299 DEBUG_PRINT_ERROR("Index messed up in the get_il_buf_hdr");
H A Domx_vdec_hevc_swvdec.cpp5813 nPortIndex = buffer - client_buffers.get_il_buf_hdr();
6284 unsigned int nPortIndex = (unsigned int)(buffer - client_buffers.get_il_buf_hdr());
6364 nPortIndex = buffer-((OMX_BUFFERHEADERTYPE *)client_buffers.get_il_buf_hdr());
7134 il_buffer = client_buffers.get_il_buf_hdr(buffer);
7146 DEBUG_PRINT_ERROR("Invalid buffer address from get_il_buf_hdr");
9345 OMX_BUFFERHEADERTYPE* omx_vdec::allocate_color_convert_buf::get_il_buf_hdr() function in class:omx_vdec::allocate_color_convert_buf
9356 OMX_BUFFERHEADERTYPE* omx_vdec::allocate_color_convert_buf::get_il_buf_hdr function in class:omx_vdec::allocate_color_convert_buf
9388 DEBUG_PRINT_ERROR("Index messed up in the get_il_buf_hdr");
H A Domx_vdec_msm8974.cpp5544 nPortIndex = buffer - client_buffers.get_il_buf_hdr();
5984 nPortIndex = buffer-((OMX_BUFFERHEADERTYPE *)client_buffers.get_il_buf_hdr());
6005 ((buffer - client_buffers.get_il_buf_hdr()) >= (int)drv_ctx.op_buf.actualcount)) {
6044 nPortIndex = buffer-((OMX_BUFFERHEADERTYPE *)client_buffers.get_il_buf_hdr());
6826 il_buffer = client_buffers.get_il_buf_hdr(buffer);
6858 nPortIndex = buffer-((OMX_BUFFERHEADERTYPE *)client_buffers.get_il_buf_hdr());
6871 DEBUG_PRINT_ERROR("Invalid buffer address from get_il_buf_hdr");
9682 OMX_BUFFERHEADERTYPE* omx_vdec::allocate_color_convert_buf::get_il_buf_hdr() function in class:omx_vdec::allocate_color_convert_buf
9693 OMX_BUFFERHEADERTYPE* omx_vdec::allocate_color_convert_buf::get_il_buf_hdr function in class:omx_vdec::allocate_color_convert_buf
9729 DEBUG_PRINT_ERROR("Index messed up in the get_il_buf_hdr");
[all...]

Completed in 353 milliseconds