Searched defs:v4l2_colorformat (Results 1 - 3 of 3) sorted by relevance

/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gsc_utils.h96 unsigned int v4l2_colorformat; member in struct:gsc_info
H A Dexynos_gscaler.c181 int v4l2_colorformat)
195 switch (v4l2_colorformat) {
244 int v4l2_colorformat,
269 switch (v4l2_colorformat) {
602 plane_count = m_gsc_get_plane_count(info->v4l2_colorformat);
604 ALOGE("%s::not supported v4l2_colorformat", __func__);
630 info->format.fmt.pix_mp.pixelformat = info->v4l2_colorformat;
678 info->v4l2_colorformat);
1046 unsigned int v4l2_colorformat,
1068 gsc_handle->src.v4l2_colorformat
177 m_exynos_gsc_check_src_size( unsigned int *w, unsigned int *h, unsigned int *crop_x, unsigned int *crop_y, unsigned int *crop_w, unsigned int *crop_h, int v4l2_colorformat) argument
240 m_exynos_gsc_check_dst_size( unsigned int *w, unsigned int *h, unsigned int *crop_x, unsigned int *crop_y, unsigned int *crop_w, unsigned int *crop_h, int v4l2_colorformat, int rotation) argument
1038 exynos_gsc_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 v4l2_colorformat, unsigned int cacheable, unsigned int mode_drm) argument
1081 exynos_gsc_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 v4l2_colorformat, unsigned int cacheable, unsigned int mode_drm, unsigned int narrowRgb) argument
[all...]
/hardware/samsung_slsi/exynos5/librotator/
H A Dexynos_rotator.c68 unsigned int v4l2_colorformat; member in struct:rotator_info
204 int v4l2_colorformat)
218 switch (v4l2_colorformat) {
262 int v4l2_colorformat,
294 switch (v4l2_colorformat) {
440 plane_count = m_rotator_get_plane_count(info->v4l2_colorformat);
442 ALOGE("%s::not supported v4l2_colorformat", __func__);
456 info->v4l2_colorformat != info->format.fmt.pix_mp.pixelformat) {
514 info->format.fmt.pix_mp.pixelformat = info->v4l2_colorformat;
562 info->v4l2_colorformat);
200 m_exynos_rotator_check_src_size( unsigned int *w, unsigned int *h, unsigned int *crop_x, unsigned int *crop_y, unsigned int *crop_w, unsigned int *crop_h, int v4l2_colorformat) argument
258 m_exynos_rotator_check_dst_size( unsigned int *w, unsigned int *h, unsigned int *crop_x, unsigned int *crop_y, unsigned int *crop_w, unsigned int *crop_h, int v4l2_colorformat, int rotation) argument
688 exynos_rotator_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 v4l2_colorformat, unsigned int cacheable) argument
723 exynos_rotator_set_dst_format( void *handle, unsigned int width, unsigned int height, unsigned int crop_left, unsigned int crop_top, unsigned int v4l2_colorformat, unsigned int cacheable) argument
[all...]

Completed in 24 milliseconds