Searched refs:f_new (Results 1 – 1 of 1) sorted by relevance
1094 const format_info_t * const f_new) 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()1110 if (f_new->total_components() == 3 && in comparable_components()1111 f_new->is_yuv && in comparable_components()1112 !f_new->has_alpha) 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()1151 const format_info_t * const f_new) in is_format_compatible() argument[all …]