/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
D | decoder_driver_test.h | 43 enum vdec_output_fromat output_format; member
|
D | omx_vdec.h | 231 enum vdec_output_fromat output_format; member
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
D | decoder_driver_test.h | 42 enum vdec_output_fromat output_format; member
|
D | omx_vdec_hevc.h | 227 enum vdec_output_fromat output_format; member
|
D | omx_vdec.h | 256 enum vdec_output_fromat output_format; member
|
/hardware/qcom/msm8x84/kernel-headers/media/ |
D | msmb_isp.h | 177 uint32_t output_format; member 229 uint32_t output_format; member 445 uint32_t output_format; member
|
/hardware/qcom/msm8x84/original-kernel-headers/media/ |
D | msmb_isp.h | 157 uint32_t output_format;/*Planar/RAW/Misc*/ member 207 uint32_t output_format; member 408 uint32_t output_format; member
|
/hardware/ti/omap4xxx/test/CameraHal/ |
D | camera_test.h | 106 output_format type;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
D | cpplint.py | 690 self.output_format = 'emacs' 692 def SetOutputFormat(self, output_format): argument 694 self.output_format = output_format 758 return _cpplint_state.output_format 761 def _SetOutputFormat(output_format): argument 763 _cpplint_state.SetOutputFormat(output_format) 1001 if _cpplint_state.output_format == 'vs7': 1004 elif _cpplint_state.output_format == 'eclipse': 4689 output_format = _OutputFormat() 4699 output_format = val [all …]
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/ |
D | decoder_driver_test.c | 212 enum vdec_output_fromat output_format = VDEC_YUV_FORMAT_NV12; in init_decoder() local 215 enum vdec_output_fromat output_format = VDEC_YUV_FORMAT_TILE_4x2; in init_decoder() local 244 ioctl_msg.in = &output_format; in init_decoder()
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/ |
D | decoder_driver_test.c | 221 enum vdec_output_fromat output_format = VDEC_YUV_FORMAT_NV12; in init_decoder() local 224 enum vdec_output_fromat output_format = VDEC_YUV_FORMAT_TILE_4x2; in init_decoder() local 255 ioctl_msg.in = &output_format; in init_decoder()
|
/hardware/qcom/msm8x74/original-kernel-headers/media/ |
D | msmb_isp.h | 132 uint32_t output_format;/*Planar/RAW/Misc*/ member
|
/hardware/qcom/msm8x74/kernel-headers/media/ |
D | msmb_isp.h | 162 uint32_t output_format; member
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test.h | 177 output_format type;
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec.cpp | 1402 drv_ctx.output_format = VDEC_YUV_FORMAT_NV12; in component_init() 1406 drv_ctx.output_format = VDEC_YUV_FORMAT_TILE_4x2; in component_init() 1430 ioctl_msg.in = &drv_ctx.output_format; in component_init() 3052 if (eRet == OMX_ErrorNone && drv_ctx.output_format != op_format) { in set_parameter() 3054 drv_ctx.output_format = op_format; in set_parameter() 3055 ioctl_msg.in = &drv_ctx.output_format; in set_parameter() 7705 drv_ctx.output_format, in update_portdef() 9351 if (omx->drv_ctx.output_format != VDEC_YUV_FORMAT_TILE_4x2 && in update_buffer_req() 9403 if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_TILE_4x2) in set_color_format() 9678 if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_TILE_4x2) in get_color_format() [all …]
|
D | omx_vdec_hevc.cpp | 1433 drv_ctx.output_format = VDEC_YUV_FORMAT_NV12; in component_init() 2867 drv_ctx.output_format = op_format; in set_parameter() 8177 if (omx->drv_ctx.output_format != VDEC_YUV_FORMAT_NV12 && in update_buffer_req() 8224 if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_NV12) in set_color_format() 8473 if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_NV12) in get_color_format()
|
D | omx_vdec_msm8974.cpp | 1680 drv_ctx.output_format = VDEC_YUV_FORMAT_NV12; in component_init() 3261 drv_ctx.output_format = op_format; in set_parameter() 9593 if (omx->drv_ctx.output_format != VDEC_YUV_FORMAT_NV12 && in update_buffer_req() 9640 if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_NV12) in set_color_format() 9903 if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_NV12) in get_color_format()
|
D | omx_vdec_hevc_swvdec.cpp | 1814 drv_ctx.output_format = VDEC_YUV_FORMAT_NV12; in component_init() 3558 drv_ctx.output_format = op_format; in set_parameter() 9266 if (omx->drv_ctx.output_format != VDEC_YUV_FORMAT_NV12 && in update_buffer_req() 9313 if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_NV12) in set_color_format() 9561 if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_NV12) in get_color_format()
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec.cpp | 1424 drv_ctx.output_format = VDEC_YUV_FORMAT_NV12; in component_init() 1428 drv_ctx.output_format = VDEC_YUV_FORMAT_TILE_4x2; in component_init() 1450 ioctl_msg.in = &drv_ctx.output_format; in component_init() 9092 if (omx->drv_ctx.output_format != VDEC_YUV_FORMAT_TILE_4x2 && in update_buffer_req() 9137 if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_TILE_4x2) in set_color_format() 9524 if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_TILE_4x2) in get_color_format() 9527 else if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_NV12) in get_color_format() 9596 if(eRet == OMX_ErrorNone && drv_ctx.output_format != op_format) { in update_color_format() 9598 drv_ctx.output_format = op_format; in update_color_format() 9599 ioctl_msg.in = &drv_ctx.output_format; in update_color_format()
|
D | omx_vdec_copper.cpp | 1357 drv_ctx.output_format = VDEC_YUV_FORMAT_TILE_4x2; in component_init() 2990 drv_ctx.output_format = op_format; in set_parameter() 7469 if (drv_ctx.output_format == VDEC_YUV_FORMAT_NV12) in update_portdef() 7471 else if (drv_ctx.output_format == VDEC_YUV_FORMAT_TILE_4x2) in update_portdef() 7476 DEBUG_PRINT_ERROR("ERROR: Color format unknown: %x\n", drv_ctx.output_format); in update_portdef()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 5561 const std::string& output_format = UnitTestOptions::GetOutputFormat(); in ConfigureXmlOutput() local 5562 if (output_format == "xml") { in ConfigureXmlOutput() 5565 } else if (output_format != "") { in ConfigureXmlOutput() 5567 output_format.c_str()); in ConfigureXmlOutput()
|