Home
last modified time | relevance | path

Searched refs:av_get_packed_sample_fmt (Results 1 – 16 of 16) sorted by relevance

/third_party/ffmpeg/libswresample/
Ddither.c87 out_fmt = av_get_packed_sample_fmt(out_fmt); in swri_dither_init()
88 in_fmt = av_get_packed_sample_fmt( in_fmt); in swri_dither_init()
Daudioconvert.c151 …_type *f = fmt_pair_to_conv_functions[av_get_packed_sample_fmt(out_fmt) + AV_SAMPLE_FMT_NB*av_get_… in swri_audio_convert_alloc()
Drematrix.c373 } else if ( av_get_packed_sample_fmt(s->out_sample_fmt) < AV_SAMPLE_FMT_FLT in auto_matrix()
374 || av_get_packed_sample_fmt(s->int_sample_fmt) < AV_SAMPLE_FMT_FLT) { in auto_matrix()
/third_party/ffmpeg/libavfilter/x86/
Daf_volume_init.c39 enum AVSampleFormat sample_fmt = av_get_packed_sample_fmt(vol->sample_fmt); in ff_volume_init_x86()
/third_party/ffmpeg/libavutil/
Dsamplefmt.h106 enum AVSampleFormat av_get_packed_sample_fmt(enum AVSampleFormat sample_fmt);
Dsamplefmt.c75 enum AVSampleFormat av_get_packed_sample_fmt(enum AVSampleFormat sample_fmt) in av_get_packed_sample_fmt() function
/third_party/ffmpeg/libavresample/
Daudio_convert.c79 if (av_get_packed_sample_fmt(ac->in_fmt) == in_fmt && in ff_audio_convert_set_func()
80 av_get_packed_sample_fmt(ac->out_fmt) == out_fmt) { in ff_audio_convert_set_func()
280 av_get_packed_sample_fmt(out_fmt) == AV_SAMPLE_FMT_S16 && in ff_audio_convert_alloc()
Ddither.c354 if (av_get_packed_sample_fmt(out_fmt) != AV_SAMPLE_FMT_S16 || in ff_dither_alloc()
/third_party/ffmpeg/doc/examples/
Ddecode_audio.c215 sfmt = av_get_packed_sample_fmt(sfmt); in main()
Ddemuxing_decoding.c356 sfmt = av_get_packed_sample_fmt(sfmt); in main()
/third_party/ffmpeg/libavfilter/
Daf_amultiply.c112 if (av_get_packed_sample_fmt(ctx->inputs[0]->format) == AV_SAMPLE_FMT_FLT) { in activate()
Davfiltergraph.c642 if (av_get_packed_sample_fmt(dst_fmt) == AV_SAMPLE_FMT_S32 && in get_fmt_score()
643 av_get_packed_sample_fmt(src_fmt) == AV_SAMPLE_FMT_FLT) in get_fmt_score()
646 if (av_get_packed_sample_fmt(dst_fmt) == AV_SAMPLE_FMT_FLT && in get_fmt_score()
647 av_get_packed_sample_fmt(src_fmt) == AV_SAMPLE_FMT_S32) in get_fmt_score()
1056 if (av_get_packed_sample_fmt(out_format) == format || in swap_sample_fmts_on_filter()
Daf_volume.c230 switch (av_get_packed_sample_fmt(vol->sample_fmt)) { in volume_init()
437 } else if (av_get_packed_sample_fmt(vol->sample_fmt) == AV_SAMPLE_FMT_FLT) { in filter_frame()
/third_party/ffmpeg/libavresample/tests/
Davresample.c63 switch (av_get_packed_sample_fmt(sample_fmt)) { in PUT_FUNC()
/third_party/ffmpeg/fftools/
Dffplay.c412 return av_get_packed_sample_fmt(fmt1) != av_get_packed_sample_fmt(fmt2); in cmp_audio_fmts()
/third_party/ffmpeg/doc/
DAPIchanges2144 Add av_get_packed_sample_fmt() and av_get_planar_sample_fmt()