Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswresample/
H A 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()
H A Daudioconvert.c151 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)]; in swri_audio_convert_alloc()
H A Drematrix.c447 } else if ( av_get_packed_sample_fmt(s->out_sample_fmt) < AV_SAMPLE_FMT_FLT in auto_matrix()
448 || av_get_packed_sample_fmt(s->int_sample_fmt) < AV_SAMPLE_FMT_FLT) { in auto_matrix()
/third_party/ffmpeg/libavfilter/x86/
H A 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/
H A Dsamplefmt.h103 enum AVSampleFormat av_get_packed_sample_fmt(enum AVSampleFormat sample_fmt);
H A Dsamplefmt.c77 enum AVSampleFormat av_get_packed_sample_fmt(enum AVSampleFormat sample_fmt) in av_get_packed_sample_fmt() function
/third_party/ffmpeg/libavresample/
H A 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()
H A Ddither.c354 if (av_get_packed_sample_fmt(out_fmt) != AV_SAMPLE_FMT_S16 || in ff_dither_alloc()
/third_party/ffmpeg/doc/examples/
H A Ddecode_audio.c215 sfmt = av_get_packed_sample_fmt(sfmt); in main()
H A Ddemuxing_decoding.c356 sfmt = av_get_packed_sample_fmt(sfmt); in main()
/third_party/ffmpeg/libavfilter/
H A Daf_amultiply.c80 if (av_get_packed_sample_fmt(ctx->inputs[0]->format) == AV_SAMPLE_FMT_FLT) { in activate()
H A Daf_volume.c217 switch (av_get_packed_sample_fmt(vol->sample_fmt)) { in volume_init()
425 } else if (av_get_packed_sample_fmt(vol->sample_fmt) == AV_SAMPLE_FMT_FLT) { in filter_frame()
H A Davfiltergraph.c579 if (av_get_packed_sample_fmt(dst_fmt) == AV_SAMPLE_FMT_S32 && in get_fmt_score()
580 av_get_packed_sample_fmt(src_fmt) == AV_SAMPLE_FMT_FLT) in get_fmt_score()
583 if (av_get_packed_sample_fmt(dst_fmt) == AV_SAMPLE_FMT_FLT && in get_fmt_score()
584 av_get_packed_sample_fmt(src_fmt) == AV_SAMPLE_FMT_S32) in get_fmt_score()
1005 if (av_get_packed_sample_fmt(out_format) == format || in swap_sample_fmts_on_filter()
/third_party/ffmpeg/libavresample/tests/
H A Davresample.c63 switch (av_get_packed_sample_fmt(sample_fmt)) { in put_sample()
/third_party/ffmpeg/fftools/
H A Dffplay.c411 return av_get_packed_sample_fmt(fmt1) != av_get_packed_sample_fmt(fmt2); in cmp_audio_fmts()

Completed in 15 milliseconds