Searched refs:cfe_fmt (Results 1 – 1 of 1) sorted by relevance
410 const struct cfe_fmt *find_format_by_code(u32 code) in find_format_by_code()420 const struct cfe_fmt *find_format_by_pix(u32 pixelformat) in find_format_by_pix()430 static const struct cfe_fmt *find_format_by_code_and_fourcc(u32 code, in find_format_by_code_and_fourcc()447 const struct cfe_fmt *cfe_fmt; in cfe_find_16bit_code() local449 cfe_fmt = find_format_by_code(code); in cfe_find_16bit_code()451 if (!cfe_fmt || !cfe_fmt->remap[CFE_REMAP_16BIT]) in cfe_find_16bit_code()454 cfe_fmt = find_format_by_pix(cfe_fmt->remap[CFE_REMAP_16BIT]); in cfe_find_16bit_code()455 if (!cfe_fmt) in cfe_find_16bit_code()458 return cfe_fmt->code; in cfe_find_16bit_code()467 const struct cfe_fmt *cfe_fmt; in cfe_find_compressed_code() local[all …]