Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_formats.cpp1104 const format_info_t * const f_new) in comparable_components() argument
1106 if (f_old->is_yuv && f_new->bps == f_old->bps) in comparable_components()
1109 if (f_new->total_components() == f_old->total_components()) in comparable_components()
1120 if (f_new->total_components() == 3 && in comparable_components()
1121 f_new->is_yuv && in comparable_components()
1122 !f_new->has_alpha) in comparable_components()
1130 if (f_new->total_components() == f_old->total_components()) in comparable_components()
1132 if (f_new->bpp[0] == f_old->bpp[0] && f_new->bps == f_old->bps) in comparable_components()
1140 if (f_new->id == f_old->id) in comparable_components()
1161 const format_info_t * const f_new) in is_format_compatible() argument
[all …]
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_formats.cpp1262 const format_info_t * const f_new) in comparable_components() argument
1267 if (f_new->ncmp == f_old->ncmp) in comparable_components()
1278 if (f_new->ncmp == 3 && in comparable_components()
1279 f_new->is_yuv && in comparable_components()
1280 !f_new->has_alpha) in comparable_components()
1288 if (f_new->ncmp == f_old->ncmp && in comparable_components()
1289 f_new->bpp[0] == f_old->bpp[0]) in comparable_components()
1296 if (f_new->id == f_old->id) in comparable_components()
1317 const format_info_t * const f_new) in is_format_compatible() argument
1319 if (f_new->bps == f_old->bps && in is_format_compatible()
[all …]