Searched refs:convert (Results 1 - 15 of 15) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/common/inc/
H A Dvidc_color_converter.h41 bool convert(int src_fd, void *src_base, void *src_viraddr,
/hardware/qcom/media/mm-video-v4l2/vidc/common/inc/
H A Dvidc_color_converter.h43 bool convert(int src_fd, void *src_base, void *src_viraddr,
/hardware/qcom/media/mm-video-legacy/vidc/common/src/
H A Dvidc_color_converter.cpp75 bool omx_c2d_conv::convert(int src_fd, void *src_base, void *src_viraddr, function in class:omx_c2d_conv
80 DEBUG_PRINT_ERROR("\n Invalid arguments omx_c2d_conv::convert");
85 DEBUG_PRINT_LOW("\n Color convert status %d",result);
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp83 bool omx_c2d_conv::convert(int src_fd, void *src_base, void *src_viraddr, function in class:omx_c2d_conv
89 DEBUG_PRINT_ERROR("\n Invalid arguments omx_c2d_conv::convert");
95 DEBUG_PRINT_LOW("\n Color convert status %d",result);
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
H A Domx_video_base.h171 bool convert(int src_fd, void *src_base, void *src_viraddr,
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h178 bool convert(int src_fd, void *src_base, void *src_viraddr,
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h843 OMX_BUFFERHEADERTYPE* convert(OMX_BUFFERHEADERTYPE *header);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h880 OMX_BUFFERHEADERTYPE* convert(OMX_BUFFERHEADERTYPE *header);
H A Domx_vdec.h940 OMX_BUFFERHEADERTYPE* convert(OMX_BUFFERHEADERTYPE *header);
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_base.cpp4459 bool omx_video::omx_c2d_conv::convert(int src_fd, void *src_base, void *src_viraddr, function in class:omx_video::omx_c2d_conv
4464 DEBUG_PRINT_ERROR("\n Invalid arguments omx_c2d_conv::convert");
4469 DEBUG_PRINT_LOW("\n Color convert status %d",result);
4670 if(!c2d_conv.convert(Input_pmem_info.fd, uva, uva,
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp4170 bool omx_video::omx_c2d_conv::convert(int src_fd, void *src_base, void *src_viraddr, function in class:omx_video::omx_c2d_conv
4175 DEBUG_PRINT_ERROR("\n Invalid arguments omx_c2d_conv::convert");
4182 DEBUG_PRINT_LOW("\n Color convert status %d",result);
4406 if (!c2d_conv.convert(Input_pmem_info.fd, uva, uva,
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp9055 DEBUG_PRINT_ERROR("\n Invalid client in color convert");
9102 DEBUG_PRINT_ERROR("\n Invalid client in color convert");
9163 status = c2d.convert(omx->drv_ctx.ptr_outputbuffer[index].pmem_fd,
9221 DEBUG_PRINT_ERROR("\n Color convert no buffer to be freed %p",bufhdr);
9226 DEBUG_PRINT_ERROR("\n Incorrect index color convert free_output_buffer");
9256 DEBUG_PRINT_ERROR("\nNotin color convert mode secure_mode %d",
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp9342 DEBUG_PRINT_ERROR("\n Invalid client in color convert");
9399 DEBUG_PRINT_ERROR("\n Invalid client in color convert");
9474 status = c2d.convert(omx->drv_ctx.ptr_outputbuffer[index].pmem_fd,
9543 DEBUG_PRINT_ERROR("\n Color convert no buffer to be freed %p",bufhdr);
9550 DEBUG_PRINT_ERROR("\n Incorrect index color convert free_output_buffer");
9587 DEBUG_PRINT_ERROR("\nNotin color convert mode secure_mode %d",
H A Domx_vdec_hevc.cpp8149 DEBUG_PRINT_ERROR("\n Invalid client in color convert");
8200 DEBUG_PRINT_ERROR("\n Invalid client in color convert");
8265 status = c2d.convert(omx->drv_ctx.ptr_outputbuffer[index].pmem_fd,
8332 DEBUG_PRINT_ERROR("\n Color convert no buffer to be freed %p",bufhdr);
8337 DEBUG_PRINT_ERROR("\n Incorrect index color convert free_output_buffer");
8371 DEBUG_PRINT_ERROR("\nNotin color convert mode secure_mode %d",
H A Domx_vdec_msm8974.cpp8584 DEBUG_PRINT_ERROR("\n Invalid client in color convert");
8635 DEBUG_PRINT_ERROR("\n Invalid client in color convert");
8700 status = c2d.convert(omx->drv_ctx.ptr_outputbuffer[index].pmem_fd,
8767 DEBUG_PRINT_ERROR("\n Color convert no buffer to be freed %p",bufhdr);
8772 DEBUG_PRINT_ERROR("\n Incorrect index color convert free_output_buffer");
8806 DEBUG_PRINT_ERROR("\nNotin color convert mode secure_mode %d",

Completed in 308 milliseconds