Searched refs:pfmt (Results 1 – 2 of 2) sorted by relevance
33 const struct vpu_format *pfmt; in vpu_helper_check_type() local35 for (pfmt = inst->formats; pfmt->pixfmt; pfmt++) { in vpu_helper_check_type()36 if (!vpu_iface_check_format(inst, pfmt->pixfmt)) in vpu_helper_check_type()38 if (pfmt->type == type) in vpu_helper_check_type()47 const struct vpu_format *pfmt; in vpu_helper_find_format() local55 for (pfmt = inst->formats; pfmt->pixfmt; pfmt++) { in vpu_helper_find_format()56 if (pfmt->pixfmt == pixelfmt && (!type || type == pfmt->type)) in vpu_helper_find_format()57 return pfmt; in vpu_helper_find_format()95 const struct vpu_format *pfmt; in vpu_helper_enum_format() local101 for (pfmt = inst->formats; pfmt->pixfmt; pfmt++) { in vpu_helper_enum_format()[all …]
102 u32 pfmt : 8; member