Home
last modified time | relevance | path

Searched refs:aformat (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/doc/examples/
H A Dfilter_audio.c31 * (input) -> abuffer -> volume -> aformat -> abuffersink -> (output)
35 * aformat: This converts the samples to the samplefreq, channel layout,
71 const AVFilter *aformat; in init_filter_graph() local
140 /* Create the aformat filter; in init_filter_graph()
142 aformat = avfilter_get_by_name("aformat"); in init_filter_graph()
143 if (!aformat) { in init_filter_graph()
144 fprintf(stderr, "Could not find the aformat filter.\n"); in init_filter_graph()
148 aformat_ctx = avfilter_graph_alloc_filter(filter_graph, aformat, "aformat"); in init_filter_graph()
[all...]
/third_party/ffmpeg/libavformat/
H A Dmvdec.c45 int aformat; ///< audio format member
154 mv->aformat = var_read_int(pb, size); in parse_audio_var()
430 mv->aformat == AUDIO_FORMAT_SIGNED && in mv_read_header()
436 mv->acompression, mv->aformat, in mv_read_header()
/third_party/ffmpeg/tests/fate/
H A Dlibswresample.mak18 fate-swr-resample-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,aresample=$(2):internal_sample_fmt=$(3):exact_rational=0:linear_interp=0,aformat=$(3),aresample=$(1):internal_sample_fmt=$(3):exact_rational=0:linear_interp=0 -f wav -c:a pcm_s16le -
274 fate-swr-resample_lin-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,aresample=$(2):linear_interp=1:exact_rational=0:internal_sample_fmt=$(3),aformat=$(3),aresample=$(1):linear_interp=1:exact_rational=0:internal_sample_fmt=$(3) -f wav -c:a pcm_s16le -
339 fate-swr-resample_nn-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,aresample=$(2):filter_size=1:phase_shift=0:linear_interp=0:internal_sample_fmt=$(3),aformat=$(3),aresample=$(1):linear_interp=0:exact_rational=0:internal_sample_fmt=$(3) -f wav -c:a pcm_s16le -
362 fate-swr-resample_async-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,asetpts=PTS+random\(0\)*200-100,aresample=$(2):async=50:min_hard_comp=0.100000:first_pts=0:linear_interp=0:exact_rational=0:internal_sample_fmt=$(3),aformat=$(3),aresample=$(1):linear_interp=0:exact_rational=0:internal_sample_fmt=$(3) -f wav -c:a pcm_s16le -
385 fate-swr-resample_exact-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,aresample=$(2):internal_sample_fmt=$(3):exact_rational=on:linear_interp=0,aformat=$(3),aresample=$(1):internal_sample_fmt=$(3):exact_rational=on:linear_interp=0 -f wav -c:a pcm_s16le -
636 fate-swr-resample_exact_async-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,asetpts=PTS+random\(0\)*200-100,aresample=$(2):async=50:min_hard_comp=0.100000:first_pts=0:internal_sample_fmt=$(3):exact_rational=on:linear_interp=0,aformat=$(3),aresample=$(1):internal_sample_fmt=$(3):exact_rational=on:linear_interp=0 -f wav -c:a pcm_s16le -
719 fate-swr-resample_exact_lin-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,aresample=$(2):internal_sample_fmt=$(3):exact_rational=on:linear_interp=on,aformat=$(3),aresample=$(1):internal_sample_fmt=$(3):exact_rational=on:linear_interp=on -f wav -c:a pcm_s16le -
970 fate-swr-resample_exact_lin_async-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,asetpts=PTS+random\(0\)*200-100,aresample=$(2):async=50:min_hard_comp=0.100000:first_pts=0:internal_sample_fmt=$(3):exact_rational=on:linear_interp=on,aformat=$(3),aresample=$(1):internal_sample_fmt=$(3):exact_rational=on:linear_interp=on -f wav -c:a pcm_s16le -
1092 fate-swr-audioconvert: CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-44100-1.wav -af "aresample,aformat=fltp,aresample,aeval=val(0)+(random(0)-0.5)/33000,aresample,aformat
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_aformat.c61 AVFILTER_DEFINE_CLASS(aformat); variable
194 .name = "aformat",
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrsbit.c406 FT_UInt *aformat ) in pfr_load_bitmap_metrics()
519 *aformat = flags >> 2; in pfr_load_bitmap_metrics()
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcfread.c376 FT_ULong *aformat, in pcf_seek_to_table_type()
399 *aformat = tables[i].format; in pcf_seek_to_table_type()
372 pcf_seek_to_table_type( FT_Stream stream, PCF_Table tables, FT_ULong ntables, FT_ULong type, FT_ULong *aformat, FT_ULong *asize ) pcf_seek_to_table_type() argument

Completed in 13 milliseconds