Home
last modified time | relevance | path

Searched refs:ex_format (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/core/utils/
H A Dutils.cpp36 int convert_to_rga_format(int ex_format) { in convert_to_rga_format() argument
37 if (is_drm_fourcc(ex_format)) in convert_to_rga_format()
38 return get_format_from_drm_fourcc(ex_format); in convert_to_rga_format()
40 ex_format = get_compatible_format(ex_format); in convert_to_rga_format()
41 if (is_android_hal_format(ex_format)) in convert_to_rga_format()
42 return get_format_from_android_hal(ex_format); in convert_to_rga_format()
43 else if (is_rga_format(ex_format)) in convert_to_rga_format()
44 return ex_format; in convert_to_rga_format()
H A Dutils.h32 int convert_to_rga_format(int ex_format);