Searched refs:color_format (Results 1 - 21 of 21) sorted by relevance

/hardware/samsung_slsi/exynos5/libcsc/
H A Dcsc.h221 * @param color_format
235 unsigned int *color_format,
266 * @param color_format
280 unsigned int color_format,
307 * @param color_format
321 unsigned int *color_format,
352 * @param color_format
366 unsigned int color_format,
H A Dcsc.c87 unsigned int color_format; member in struct:_CSC_FORMAT
118 switch (handle->dst_format.color_format) {
152 switch (handle->dst_format.color_format) {
194 switch (handle->dst_format.color_format) {
232 switch (handle->dst_format.color_format) {
266 switch (handle->src_format.color_format) {
304 src_omx_format = hal_2_omx_pixel_format(handle->src_format.color_format);
305 dst_omx_format = hal_2_omx_pixel_format(handle->dst_format.color_format);
442 HAL_PIXEL_FORMAT_2_V4L2_PIX(csc_handle->src_format.color_format),
454 HAL_PIXEL_FORMAT_2_V4L2_PIX(csc_handle->dst_format.color_format),
676 csc_get_src_format( void *handle, unsigned int *width, unsigned int *height, unsigned int *crop_left, unsigned int *crop_top, unsigned int *crop_width, unsigned int *crop_height, unsigned int *color_format, unsigned int *cacheable) argument
706 csc_set_src_format( void *handle, unsigned int width, unsigned int height, unsigned int crop_left, unsigned int crop_top, unsigned int crop_width, unsigned int crop_height, unsigned int color_format, unsigned int cacheable) argument
736 csc_get_dst_format( void *handle, unsigned int *width, unsigned int *height, unsigned int *crop_left, unsigned int *crop_top, unsigned int *crop_width, unsigned int *crop_height, unsigned int *color_format, unsigned int *cacheable) argument
766 csc_set_dst_format( void *handle, unsigned int width, unsigned int height, unsigned int crop_left, unsigned int crop_top, unsigned int crop_width, unsigned int crop_height, unsigned int color_format, unsigned int cacheable) argument
[all...]
/hardware/samsung_slsi/exynos5/include/
H A Dfimg2d.h61 enum color_format { enum
230 enum color_format fmt;
H A Dsec_g2d.h188 int color_format; member in struct:__anon1486
/hardware/qcom/camera/QCamera2/stack/common/
H A Dmm_jpeg_interface.h123 mm_jpeg_color_format color_format; member in struct:__anon572
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h292 bool venc_set_color_format(OMX_COLOR_FORMATTYPE color_format);
328 int color_format; member in class:venc_dev
H A Dvideo_encoder_device.h140 bool venc_set_color_format(OMX_COLOR_FORMATTYPE color_format);
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dfimg2d.h96 enum color_format { enum
329 enum color_format fmt;
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
H A Dvideo_encoder_device.h135 bool venc_set_color_format(OMX_COLOR_FORMATTYPE color_format);
H A Dvideo_encoder_device_copper.h244 bool venc_set_color_format(OMX_COLOR_FORMATTYPE color_format);
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp185 color_format = 0;
451 color_format = format;
453 color_format = 0;
1859 // [Usage] [metadatamode] [Type] [color_format] [Where is buffer info]
1880 } else if (!color_format) {
2910 bool venc_dev::venc_set_color_format(OMX_COLOR_FORMATTYPE color_format) argument
2913 DEBUG_PRINT_LOW("\n venc_set_color_format: color_format = %u ", color_format);
2915 if (color_format == OMX_COLOR_FormatYUV420SemiPlanar ||
2916 color_format
[all...]
H A Dvideo_encoder_device.cpp612 "color_format (%d)", m_sVenc_cfg.input_width, m_sVenc_cfg.input_height,
2588 bool venc_dev::venc_set_color_format(OMX_COLOR_FORMATTYPE color_format) argument
2592 if (color_format == OMX_COLOR_FormatYUV420SemiPlanar) {
2599 DEBUG_PRINT_ERROR("\nWARNING: Unsupported Color format [%d]", color_format);
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_q6vdec.h150 u32 color_format; member in struct:vdec_config
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_q6vdec.h126 u32 color_format; /* used to set YUV color format */ member in struct:vdec_config
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
H A Dmm_jpeg_test.c206 p_params->color_format = MM_JPEG_COLOR_FORMAT_YCRCBLP_H2V2;
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_snapshot.c134 encode_param.color_format = MM_JPEG_COLOR_FORMAT_YCRCBLP_H2V2;
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp2445 bool venc_dev::venc_set_color_format(OMX_COLOR_FORMATTYPE color_format) argument
2448 DEBUG_PRINT_LOW("\n venc_set_color_format: color_format = %u ", color_format);
2450 if(color_format == OMX_COLOR_FormatYUV420SemiPlanar)
2460 DEBUG_PRINT_ERROR("\nWARNING: Unsupported Color format [%d]", color_format);
H A Dvideo_encoder_device_copper.cpp2501 bool venc_dev::venc_set_color_format(OMX_COLOR_FORMATTYPE color_format) argument
2503 DEBUG_PRINT_LOW("\n venc_set_color_format: color_format = %u ", color_format);
2505 if(color_format == OMX_COLOR_FormatYUV420SemiPlanar)
2511 DEBUG_PRINT_ERROR("\nWARNING: Unsupported Color format [%d]", color_format);
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp261 encode_parm.color_format = getColorfmtFromImgFmt(img_fmt);
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg.c714 map_jpeg_format(p_params->color_format);
737 map_jpeg_format(p_params->color_format);
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraPostProc.cpp255 encode_parm.color_format = getColorfmtFromImgFmt(img_fmt);

Completed in 459 milliseconds