av_get_packed_sample_fmt 215 doc/examples/decode_audio.c sfmt = av_get_packed_sample_fmt(sfmt); av_get_packed_sample_fmt 354 doc/examples/demuxing_decoding.c sfmt = av_get_packed_sample_fmt(sfmt); av_get_packed_sample_fmt 414 fftools/ffplay.c return av_get_packed_sample_fmt(fmt1) != av_get_packed_sample_fmt(fmt2); av_get_packed_sample_fmt 112 libavfilter/af_amultiply.c if (av_get_packed_sample_fmt(ctx->inputs[0]->format) == AV_SAMPLE_FMT_FLT) { av_get_packed_sample_fmt 230 libavfilter/af_volume.c switch (av_get_packed_sample_fmt(vol->sample_fmt)) { av_get_packed_sample_fmt 441 libavfilter/af_volume.c } else if (av_get_packed_sample_fmt(vol->sample_fmt) == AV_SAMPLE_FMT_FLT) { av_get_packed_sample_fmt 655 libavfilter/avfiltergraph.c if (av_get_packed_sample_fmt(dst_fmt) == AV_SAMPLE_FMT_S32 && av_get_packed_sample_fmt 656 libavfilter/avfiltergraph.c av_get_packed_sample_fmt(src_fmt) == AV_SAMPLE_FMT_FLT) av_get_packed_sample_fmt 659 libavfilter/avfiltergraph.c if (av_get_packed_sample_fmt(dst_fmt) == AV_SAMPLE_FMT_FLT && av_get_packed_sample_fmt 660 libavfilter/avfiltergraph.c av_get_packed_sample_fmt(src_fmt) == AV_SAMPLE_FMT_S32) av_get_packed_sample_fmt 1069 libavfilter/avfiltergraph.c if (av_get_packed_sample_fmt(out_format) == format || av_get_packed_sample_fmt 39 libavfilter/x86/af_volume_init.c enum AVSampleFormat sample_fmt = av_get_packed_sample_fmt(vol->sample_fmt); av_get_packed_sample_fmt 79 libavresample/audio_convert.c if (av_get_packed_sample_fmt(ac->in_fmt) == in_fmt && av_get_packed_sample_fmt 80 libavresample/audio_convert.c av_get_packed_sample_fmt(ac->out_fmt) == out_fmt) { av_get_packed_sample_fmt 280 libavresample/audio_convert.c av_get_packed_sample_fmt(out_fmt) == AV_SAMPLE_FMT_S16 && av_get_packed_sample_fmt 354 libavresample/dither.c if (av_get_packed_sample_fmt(out_fmt) != AV_SAMPLE_FMT_S16 || av_get_packed_sample_fmt 63 libavresample/tests/avresample.c switch (av_get_packed_sample_fmt(sample_fmt)) { av_get_packed_sample_fmt 106 libavutil/samplefmt.h enum AVSampleFormat av_get_packed_sample_fmt(enum AVSampleFormat sample_fmt); av_get_packed_sample_fmt 151 libswresample/audioconvert.c conv_func_type *f = fmt_pair_to_conv_functions[av_get_packed_sample_fmt(out_fmt) + AV_SAMPLE_FMT_NB*av_get_packed_sample_fmt(in_fmt)]; av_get_packed_sample_fmt 87 libswresample/dither.c out_fmt = av_get_packed_sample_fmt(out_fmt); av_get_packed_sample_fmt 88 libswresample/dither.c in_fmt = av_get_packed_sample_fmt( in_fmt); av_get_packed_sample_fmt 363 libswresample/rematrix.c } else if ( av_get_packed_sample_fmt(s->out_sample_fmt) < AV_SAMPLE_FMT_FLT av_get_packed_sample_fmt 364 libswresample/rematrix.c || av_get_packed_sample_fmt(s->int_sample_fmt) < AV_SAMPLE_FMT_FLT) {