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

/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Ddecoder_driver_test.h43 enum vdec_output_fromat output_format; member in struct:video_decoder_context
H A Domx_vdec.h233 enum vdec_output_fromat output_format; member in struct:video_driver_context
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Ddecoder_driver_test.h42 enum vdec_output_fromat output_format; member in struct:video_decoder_context
H A Domx_vdec_hevc.h231 enum vdec_output_fromat output_format; member in struct:video_driver_context
H A Domx_vdec.h237 enum vdec_output_fromat output_format; member in struct:video_driver_context
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test.h106 output_format type;
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsmb_isp.h162 uint32_t output_format; member in struct:msm_vfe_axi_stream_request_cmd
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsmb_isp.h132 uint32_t output_format;/*Planar/RAW/Misc*/ member in struct:msm_vfe_axi_stream_request_cmd
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Ddecoder_driver_test.c221 enum vdec_output_fromat output_format = VDEC_YUV_FORMAT_NV12; local
224 enum vdec_output_fromat output_format = VDEC_YUV_FORMAT_TILE_4x2; local
255 ioctl_msg.in = &output_format;
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Ddecoder_driver_test.c212 enum vdec_output_fromat output_format = VDEC_YUV_FORMAT_NV12; local
215 enum vdec_output_fromat output_format = VDEC_YUV_FORMAT_TILE_4x2; local
244 ioctl_msg.in = &output_format;
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp1402 drv_ctx.output_format = VDEC_YUV_FORMAT_NV12;
1406 drv_ctx.output_format = VDEC_YUV_FORMAT_TILE_4x2;
1430 ioctl_msg.in = &drv_ctx.output_format;
3052 if (eRet == OMX_ErrorNone && drv_ctx.output_format != op_format) {
3054 drv_ctx.output_format = op_format;
3055 ioctl_msg.in = &drv_ctx.output_format;
7705 drv_ctx.output_format,
9351 if (omx->drv_ctx.output_format != VDEC_YUV_FORMAT_TILE_4x2 &&
9403 if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_TILE_4x2)
9678 if (omx->drv_ctx.output_format
[all...]
H A Domx_vdec_hevc.cpp1419 drv_ctx.output_format = VDEC_YUV_FORMAT_NV12;
2850 drv_ctx.output_format = op_format;
8157 if (omx->drv_ctx.output_format != VDEC_YUV_FORMAT_NV12 &&
8204 if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_NV12)
8453 if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_NV12)
H A Domx_vdec_msm8974.cpp1556 drv_ctx.output_format = VDEC_YUV_FORMAT_NV12;
2997 drv_ctx.output_format = op_format;
8593 if (omx->drv_ctx.output_format != VDEC_YUV_FORMAT_NV12 &&
8640 if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_NV12)
8889 if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_NV12)
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp1411 drv_ctx.output_format = VDEC_YUV_FORMAT_NV12;
1415 drv_ctx.output_format = VDEC_YUV_FORMAT_TILE_4x2;
1437 ioctl_msg.in = &drv_ctx.output_format;
9062 if (omx->drv_ctx.output_format != VDEC_YUV_FORMAT_TILE_4x2 &&
9105 if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_TILE_4x2)
9337 if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_TILE_4x2)
9340 else if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_NV12)
9408 if(eRet == OMX_ErrorNone && drv_ctx.output_format != op_format) {
9410 drv_ctx.output_format = op_format;
9411 ioctl_msg.in = &drv_ctx.output_format;
[all...]
H A Domx_vdec_copper.cpp1357 drv_ctx.output_format = VDEC_YUV_FORMAT_TILE_4x2;
2990 drv_ctx.output_format = op_format;
7469 if (drv_ctx.output_format == VDEC_YUV_FORMAT_NV12)
7471 else if (drv_ctx.output_format == VDEC_YUV_FORMAT_TILE_4x2)
7476 DEBUG_PRINT_ERROR("ERROR: Color format unknown: %x\n", drv_ctx.output_format);

Completed in 332 milliseconds