Searched defs:color_format (Results 1 - 12 of 12) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/common/
H A Dmm_jpeg_interface.h123 mm_jpeg_color_format color_format; member in struct:__anon572
/hardware/samsung_slsi/exynos5/libcsc/
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/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/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
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
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);
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...]
/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/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/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dfimg2d.h96 enum color_format { enum
329 enum color_format fmt;

Completed in 2743 milliseconds