Home
last modified time | relevance | path

Searched refs:dst_format (Results 1 – 3 of 3) sorted by relevance

/hardware/samsung_slsi/exynos5/libcsc/
Dcsc.c102 CSC_FORMAT dst_format; member
118 switch (handle->dst_format.color_format) { in conv_sw_src_argb888()
152 switch (handle->dst_format.color_format) { in conv_sw_src_nv12t()
194 switch (handle->dst_format.color_format) { in conv_sw_src_yuv420p()
232 switch (handle->dst_format.color_format) { in conv_sw_src_yuv420sp()
305 dst_omx_format = hal_2_omx_pixel_format(handle->dst_format.color_format); in conv_hw()
310 handle->dst_format.width, in conv_hw()
311 handle->dst_format.height, in conv_hw()
448 ALIGN(csc_handle->dst_format.width, GSCALER_IMG_ALIGN), in csc_set_format()
449 ALIGN(csc_handle->dst_format.height, GSCALER_IMG_ALIGN), in csc_set_format()
[all …]
/hardware/samsung_slsi/exynos5/libhwc/
Dhwc.cpp1116 int gsc_idx, int dst_format, hwc_rect_t *sourceCrop) in exynos5_config_gsc_m2m() argument
1158 dst_cfg.format = dst_format; in exynos5_config_gsc_m2m()
1411 int dst_format = HAL_PIXEL_FORMAT_BGRA_8888; in exynos5_post_fimd() local
1414 dst_format = HAL_PIXEL_FORMAT_RGBX_8888; in exynos5_post_fimd()
1419 gsc_idx, dst_format, &sourceCrop); in exynos5_post_fimd()
/hardware/intel/img/psb_video/src/
Dpsb_output.c199 VAImageFormat *dst_format, in psb__VAImageCheckFourCC() argument
204 if (NULL == src_format || dst_format == NULL) { in psb__VAImageCheckFourCC()
210 if (dst_format[i].fourcc == src_format->fourcc) in psb__VAImageCheckFourCC()
211 return &dst_format[i]; in psb__VAImageCheckFourCC()