Searched refs:av_get_packed_sample_fmt (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/x86/
H A Daf_volume_init.c39 enum AVSampleFormat sample_fmt = av_get_packed_sample_fmt(vol->sample_fmt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dsamplefmt.h105 enum AVSampleFormat av_get_packed_sample_fmt(enum AVSampleFormat sample_fmt);
H A Dsamplefmt.c73 enum AVSampleFormat av_get_packed_sample_fmt(enum AVSampleFormat sample_fmt) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Ddither.c83 out_fmt = av_get_packed_sample_fmt(out_fmt);
84 in_fmt = av_get_packed_sample_fmt( in_fmt);
H A Daudioconvert.c129 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)];
H A Drematrix.c318 } else if ( av_get_packed_sample_fmt(s->out_sample_fmt) < AV_SAMPLE_FMT_FLT
319 || av_get_packed_sample_fmt(s->int_sample_fmt) < AV_SAMPLE_FMT_FLT) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Daudio_convert.c79 if (av_get_packed_sample_fmt(ac->in_fmt) == in_fmt &&
80 av_get_packed_sample_fmt(ac->out_fmt) == out_fmt) {
280 av_get_packed_sample_fmt(out_fmt) == AV_SAMPLE_FMT_S16 &&
H A Davresample-test.c62 switch (av_get_packed_sample_fmt(sample_fmt)) {
H A Ddither.c354 if (av_get_packed_sample_fmt(out_fmt) != AV_SAMPLE_FMT_S16 ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Ddemuxing_decoding.c358 sfmt = av_get_packed_sample_fmt(sfmt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_volume.c219 switch (av_get_packed_sample_fmt(vol->sample_fmt)) {
429 } else if (av_get_packed_sample_fmt(vol->sample_fmt) == AV_SAMPLE_FMT_FLT) {
H A Davfiltergraph.c987 if (av_get_packed_sample_fmt(out_format) == format ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c360 return av_get_packed_sample_fmt(fmt1) != av_get_packed_sample_fmt(fmt2);

Completed in 176 milliseconds