Searched refs:c2d (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp9076 c2d.destroy();
9098 c2d.close();
9099 status = c2d.open(omx->drv_ctx.video_resolution.frame_height,
9103 status = c2d.get_buffer_size(C2D_INPUT,src_size);
9105 status = c2d.get_buffer_size(C2D_OUTPUT,destination_size);
9114 c2d.close();
9148 DEBUG_PRINT_ERROR("\n Unsupported color format for c2d");
9157 c2d.destroy();
9159 if (!c2d.init()) {
9160 DEBUG_PRINT_ERROR("\n open failed for c2d");
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp9332 c2d.destroy();
9357 c2d.close();
9358 status = c2d.open(omx->drv_ctx.video_resolution.frame_height,
9363 status = c2d.get_buffer_size(C2D_INPUT,src_size);
9366 status = c2d.get_buffer_size(C2D_OUTPUT,destination_size);
9376 c2d.close();
9415 DEBUG_PRINT_ERROR("Unsupported color format for c2d");
9421 c2d.destroy();
9425 if (!c2d.init()) {
9426 DEBUG_PRINT_ERROR("open failed for c2d");
[all...]
H A Domx_vdec_hevc.cpp8160 c2d.destroy();
8183 c2d.close();
8184 status = c2d.open(omx->drv_ctx.video_resolution.frame_height,
8188 status = c2d.get_buffer_size(C2D_INPUT,src_size);
8190 status = c2d.get_buffer_size(C2D_OUTPUT,destination_size);
8199 c2d.close();
8234 DEBUG_PRINT_ERROR("Unsupported color format for c2d");
8239 c2d.destroy();
8241 if (!c2d.init()) {
8242 DEBUG_PRINT_ERROR("open failed for c2d");
[all...]
H A Domx_vdec_msm8974.cpp9576 c2d.destroy();
9599 c2d.close();
9600 status = c2d.open(omx->drv_ctx.video_resolution.frame_height,
9604 status = c2d.get_buffer_size(C2D_INPUT,src_size);
9606 status = c2d.get_buffer_size(C2D_OUTPUT,destination_size);
9615 c2d.close();
9658 DEBUG_PRINT_ERROR("Unsupported color format for c2d");
9665 c2d.destroy();
9667 if (!c2d.init()) {
9668 DEBUG_PRINT_ERROR("open failed for c2d");
[all...]
H A Domx_vdec_hevc_swvdec.cpp9249 c2d.destroy();
9272 c2d.close();
9273 status = c2d.open(omx->drv_ctx.video_resolution.frame_height,
9277 status = c2d.get_buffer_size(C2D_INPUT,src_size);
9279 status = c2d.get_buffer_size(C2D_OUTPUT,destination_size);
9288 c2d.close();
9323 DEBUG_PRINT_ERROR("Unsupported color format for c2d");
9328 c2d.destroy();
9330 if (!c2d.init()) {
9331 DEBUG_PRINT_ERROR("open failed for c2d");
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h865 class omx_c2d_conv c2d; member in class:omx_vdec::allocate_color_convert_buf
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h890 class omx_c2d_conv c2d; member in class:omx_vdec::allocate_color_convert_buf
H A Domx_vdec.h988 class omx_c2d_conv c2d; member in class:omx_vdec::allocate_color_convert_buf

Completed in 101 milliseconds