Home
last modified time | relevance | path

Searched defs:src_fmt (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavformat/
Dh261dec.c32 int src_fmt=0; in h261_probe() local
Dh263dec.c32 int src_fmt, last_src_fmt=-1; in h263_probe() local
/third_party/ffmpeg/libswresample/
Daudioconvert.c35 #define CONV_FUNC_NAME(dst_fmt, src_fmt) conv_ ## src_fmt ## _to_ ## dst_fmt argument
/third_party/ffmpeg/libavresample/
Dutils.c221 enum AVSampleFormat src_fmt; in avresample_open() local
Daudio_convert.c134 #define CONV_FUNC_NAME(dst_fmt, src_fmt) conv_ ## src_fmt ## _to_ ## dst_fmt argument
/third_party/ffmpeg/libavfilter/
Davfiltergraph.c567 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()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blit.c493 struct iris_format_info src_fmt = in iris_blit() local
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blit.c561 struct crocus_format_info src_fmt = in crocus_blit() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1906 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()
/third_party/ffmpeg/libswscale/
Dswscale_unscaled.c1969 #define IS_DIFFERENT_ENDIANESS(src_fmt, dst_fmt, pix_fmt) \ argument