Home | History | Annotate | Download | only in src

Lines Matching refs:c2d

7561                 DEBUG_PRINT_ERROR("Setting c2D buffer requirements failed");
9332 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);
9372 DEBUG_PRINT_ERROR("\nERROR: Size mismatch in C2D src_size %d"
9376 c2d.close();
9415 DEBUG_PRINT_ERROR("\n Unsupported color format for c2d");
9421 c2d.destroy();
9425 if (!c2d.init()) {
9426 DEBUG_PRINT_ERROR("\n open failed for c2d");
9433 c2d.destroy();
9474 status = c2d.convert(omx->drv_ctx.ptr_outputbuffer[index].pmem_fd,
9518 else if (!c2d.get_buffer_size(C2D_OUTPUT,buffer_size)) {
9569 c2d.close();