Searched defs:src_fmt (Results 1 – 10 of 10) sorted by relevance
32 int src_fmt=0; in h261_probe() local
32 int src_fmt, last_src_fmt=-1; in h263_probe() local
35 #define CONV_FUNC_NAME(dst_fmt, src_fmt) conv_ ## src_fmt ## _to_ ## dst_fmt argument
221 enum AVSampleFormat src_fmt; in avresample_open() local
134 #define CONV_FUNC_NAME(dst_fmt, src_fmt) conv_ ## src_fmt ## _to_ ## dst_fmt argument
567 static int get_fmt_score(enum AVSampleFormat dst_fmt, enum AVSampleFormat src_fmt) in get_fmt_score()591 enum AVSampleFormat src_fmt) in find_best_sample_fmt_of_2()
493 struct iris_format_info src_fmt = in iris_blit() local
561 struct crocus_format_info src_fmt = in crocus_blit() local
1906 const struct util_format_description *src_fmt, in convert_to_blend_type()2074 const struct util_format_description *src_fmt, in convert_from_blend_type()
1969 #define IS_DIFFERENT_ENDIANESS(src_fmt, dst_fmt, pix_fmt) \ argument