OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hal_2_g2d_pixel_order
(Results
1 - 3
of
3
) sorted by null
/hardware/samsung_slsi/exynos5/libcsc/
csc.h
110
unsigned int
hal_2_g2d_pixel_order
(unsigned int hal_format);
csc_helper.c
118
unsigned int
hal_2_g2d_pixel_order
(unsigned int hal_format)
function
csc.c
470
g2d->src.order =
hal_2_g2d_pixel_order
(csc_handle->src_format.color_format);
484
g2d->dst.order =
hal_2_g2d_pixel_order
(csc_handle->dst_format.color_format);
Completed in 34 milliseconds