Searched refs:av_get_packed_sample_fmt (Results 1 – 16 of 16) sorted by relevance
87 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()
151 …_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()
373 } 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()
39 enum AVSampleFormat sample_fmt = av_get_packed_sample_fmt(vol->sample_fmt); in ff_volume_init_x86()
106 enum AVSampleFormat av_get_packed_sample_fmt(enum AVSampleFormat sample_fmt);
75 enum AVSampleFormat av_get_packed_sample_fmt(enum AVSampleFormat sample_fmt) in av_get_packed_sample_fmt() function
79 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()
354 if (av_get_packed_sample_fmt(out_fmt) != AV_SAMPLE_FMT_S16 || in ff_dither_alloc()
215 sfmt = av_get_packed_sample_fmt(sfmt); in main()
356 sfmt = av_get_packed_sample_fmt(sfmt); in main()
112 if (av_get_packed_sample_fmt(ctx->inputs[0]->format) == AV_SAMPLE_FMT_FLT) { in activate()
642 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()
230 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()
63 switch (av_get_packed_sample_fmt(sample_fmt)) { in PUT_FUNC()
412 return av_get_packed_sample_fmt(fmt1) != av_get_packed_sample_fmt(fmt2); in cmp_audio_fmts()
2144 Add av_get_packed_sample_fmt() and av_get_planar_sample_fmt()