Home
last modified time | relevance | path

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

/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec.cpp9332 c2d.destroy(); in ~allocate_color_convert_buf()
9357 c2d.close(); in update_buffer_req()
9358 status = c2d.open(omx->drv_ctx.video_resolution.frame_height, in update_buffer_req()
9363 status = c2d.get_buffer_size(C2D_INPUT,src_size); in update_buffer_req()
9366 status = c2d.get_buffer_size(C2D_OUTPUT,destination_size); in update_buffer_req()
9376 c2d.close(); in update_buffer_req()
9421 c2d.destroy(); in set_color_format()
9425 if (!c2d.init()) { in set_color_format()
9433 c2d.destroy(); in set_color_format()
9474 status = c2d.convert(omx->drv_ctx.ptr_outputbuffer[index].pmem_fd, in get_il_buf_hdr()
[all …]
Domx_vdec_hevc.cpp8160 c2d.destroy(); in ~allocate_color_convert_buf()
8183 c2d.close(); in update_buffer_req()
8184 status = c2d.open(omx->drv_ctx.video_resolution.frame_height, in update_buffer_req()
8188 status = c2d.get_buffer_size(C2D_INPUT,src_size); in update_buffer_req()
8190 status = c2d.get_buffer_size(C2D_OUTPUT,destination_size); in update_buffer_req()
8199 c2d.close(); in update_buffer_req()
8239 c2d.destroy(); in set_color_format()
8241 if (!c2d.init()) { in set_color_format()
8249 c2d.destroy(); in set_color_format()
8285 status = c2d.convert(omx->drv_ctx.ptr_outputbuffer[index].pmem_fd, in get_il_buf_hdr()
[all …]
Domx_vdec_msm8974.cpp9576 c2d.destroy(); in ~allocate_color_convert_buf()
9599 c2d.close(); in update_buffer_req()
9600 status = c2d.open(omx->drv_ctx.video_resolution.frame_height, in update_buffer_req()
9604 status = c2d.get_buffer_size(C2D_INPUT,src_size); in update_buffer_req()
9606 status = c2d.get_buffer_size(C2D_OUTPUT,destination_size); in update_buffer_req()
9615 c2d.close(); in update_buffer_req()
9665 c2d.destroy(); in set_color_format()
9667 if (!c2d.init()) { in set_color_format()
9675 c2d.destroy(); in set_color_format()
9711 status = c2d.convert(omx->drv_ctx.ptr_outputbuffer[index].pmem_fd, in get_il_buf_hdr()
[all …]
Domx_vdec_hevc_swvdec.cpp9249 c2d.destroy(); in ~allocate_color_convert_buf()
9272 c2d.close(); in update_buffer_req()
9273 status = c2d.open(omx->drv_ctx.video_resolution.frame_height, in update_buffer_req()
9277 status = c2d.get_buffer_size(C2D_INPUT,src_size); in update_buffer_req()
9279 status = c2d.get_buffer_size(C2D_OUTPUT,destination_size); in update_buffer_req()
9288 c2d.close(); in update_buffer_req()
9328 c2d.destroy(); in set_color_format()
9330 if (!c2d.init()) { in set_color_format()
9338 c2d.destroy(); in set_color_format()
9374 status = c2d.convert(omx->drv_ctx.ptr_outputbuffer[index].pmem_fd, in get_il_buf_hdr()
[all …]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp9076 c2d.destroy(); in ~allocate_color_convert_buf()
9098 c2d.close(); in update_buffer_req()
9099 status = c2d.open(omx->drv_ctx.video_resolution.frame_height, in update_buffer_req()
9103 status = c2d.get_buffer_size(C2D_INPUT,src_size); in update_buffer_req()
9105 status = c2d.get_buffer_size(C2D_OUTPUT,destination_size); in update_buffer_req()
9114 c2d.close(); in update_buffer_req()
9157 c2d.destroy(); in set_color_format()
9159 if (!c2d.init()) { in set_color_format()
9167 c2d.destroy(); in set_color_format()
9202 status = c2d.convert(omx->drv_ctx.ptr_outputbuffer[index].pmem_fd, in get_il_buf_hdr()
[all …]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Domx_vdec.h865 class omx_c2d_conv c2d; variable
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h890 class omx_c2d_conv c2d; variable
Domx_vdec.h988 class omx_c2d_conv c2d; variable