av_get_packed_sample_fmt 377 doc/examples/demuxing_decoding.c sfmt = av_get_packed_sample_fmt(sfmt); av_get_packed_sample_fmt 371 ffplay.c return av_get_packed_sample_fmt(fmt1) != av_get_packed_sample_fmt(fmt2); av_get_packed_sample_fmt 225 libavfilter/af_volume.c switch (av_get_packed_sample_fmt(vol->sample_fmt)) { av_get_packed_sample_fmt 434 libavfilter/af_volume.c } else if (av_get_packed_sample_fmt(vol->sample_fmt) == AV_SAMPLE_FMT_FLT) { av_get_packed_sample_fmt 1003 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 62 libavresample/avresample-test.c switch (av_get_packed_sample_fmt(sample_fmt)) { 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 105 libavutil/samplefmt.h enum AVSampleFormat av_get_packed_sample_fmt(enum AVSampleFormat sample_fmt); av_get_packed_sample_fmt 129 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 83 libswresample/dither.c out_fmt = av_get_packed_sample_fmt(out_fmt); av_get_packed_sample_fmt 84 libswresample/dither.c in_fmt = av_get_packed_sample_fmt( in_fmt); av_get_packed_sample_fmt 322 libswresample/rematrix.c } else if ( av_get_packed_sample_fmt(s->out_sample_fmt) < AV_SAMPLE_FMT_FLT av_get_packed_sample_fmt 323 libswresample/rematrix.c || av_get_packed_sample_fmt(s->int_sample_fmt) < AV_SAMPLE_FMT_FLT) {