Searched refs:f_old (Results 1 – 1 of 1) sorted by relevance
1093 static bool comparable_components(const format_info_t * const f_old, in comparable_components() argument1096 if (f_old->is_yuv && f_new->bps == f_old->bps) in comparable_components()1099 if (f_new->total_components() == f_old->total_components()) in comparable_components()1108 if (f_old->has_alpha) in comparable_components()1118 else if (f_old->is_rgb) in comparable_components()1120 if (f_new->total_components() == f_old->total_components()) in comparable_components()1122 if (f_new->bpp[0] == f_old->bpp[0] && f_new->bps == f_old->bps) in comparable_components()1130 if (f_new->id == f_old->id) in comparable_components()1150 static bool is_format_compatible(const format_info_t * const f_old, in is_format_compatible() argument1153 if (f_new->hsub == f_old->hsub && in is_format_compatible()[all …]