Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswresample/
Daudioconvert.c35 #define CONV_FUNC_NAME(dst_fmt, src_fmt) conv_ ## src_fmt ## _to_ ## dst_fmt argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_srgb.c328 const struct util_format_description *dst_fmt, in lp_build_float_to_srgb_packed()
/third_party/gstreamer/gstplugins_base/gst/audiorate/
Dgstaudiorate.c413 GstFormat src_fmt, dst_fmt; in gst_audio_rate_convert_segments() local
/third_party/ffmpeg/libavresample/
Daudio_convert.c134 #define CONV_FUNC_NAME(dst_fmt, src_fmt) conv_ ## src_fmt ## _to_ ## dst_fmt argument
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blit.c504 struct iris_format_info dst_fmt = in iris_blit() local
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blit.c578 struct crocus_format_info dst_fmt = in crocus_blit() local
/third_party/ffmpeg/libavfilter/
Davfiltergraph.c630 static int get_fmt_score(enum AVSampleFormat dst_fmt, enum AVSampleFormat src_fmt) in get_fmt_score()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_surface.c710 enum pipe_format dst_fmt; in nv50_clear_buffer() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c502 enum pipe_format dst_fmt; in nvc0_clear_buffer() local
/third_party/ffmpeg/libswscale/
Dswscale_unscaled.c1970 #define IS_DIFFERENT_ENDIANESS(src_fmt, dst_fmt, pix_fmt) \ argument