Home
last modified time | relevance | path

Searched refs:mmf (Results 1 – 22 of 22) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmmf.c68 MMFContext *mmf = s->priv_data; in mmf_write_header() local
83 mmf->stereo = s->streams[0]->codecpar->channels > 1; in mmf_write_header()
84 if (mmf->stereo && in mmf_write_header()
108 mmf->atrpos = avio_tell(pb); in mmf_write_header()
111 avio_w8(pb, (mmf->stereo << 7) | (1 << 4) | rate); /* (channel << 7) | (format << 4) | rate */ in mmf_write_header()
118 mmf->atsqpos = avio_tell(pb); in mmf_write_header()
122 mmf->awapos = ff_start_tag(pb, "Awa\x01"); in mmf_write_header()
144 MMFContext *mmf = s->priv_data; in mmf_write_trailer() local
150 end_tag_be(pb, mmf->awapos); in mmf_write_trailer()
151 end_tag_be(pb, mmf->atrpos); in mmf_write_trailer()
[all …]
DMakefile330 OBJS-$(CONFIG_MMF_DEMUXER) += mmf.o
331 OBJS-$(CONFIG_MMF_MUXER) += mmf.o rawenc.o
/third_party/ffmpeg/tests/ref/lavf/
Dmmf1 643fadf7482f6d937ed75ec4f508e4f1 *tests/data/lavf/lavf.mmf
2 22611 tests/data/lavf/lavf.mmf
3 tests/data/lavf/lavf.mmf CRC=0x8dea1388
/third_party/boost/libs/vmd/test/
Dtest_assert.cxx29 #define AN_ARRAY_PLUS (4,(mmf,34,^^,!)) 156 in main()
35 #define A_LIST_PLUS (mmf,(34,(^^,(!,BOOST_PP_NIL)))) 56 in main()
38 #define A_SEQ_PLUS (mmf)(34)(^^)(!) 456 in main()
Dtest_assert_fail_array.cxx18 #define AN_ARRAY_PLUS (4,(mmf,34,^^,!)) 156 in main()
Dtest_assert_fail_list.cxx18 #define A_LIST_PLUS (mmf,(34,(^^,(!,BOOST_PP_NIL)))) 56 in main()
Dtest_assert_fail_seq.cxx19 #define A_SEQ_PLUS (mmf)(34)(^^)(!) 456 in main()
Dtest_list_empty.cxx15 #define A_LIST_PLUS (mmf,(34,(^^,(!,BOOST_PP_NIL)))) 456 in main()
Dtest_array_empty.cxx15 #define AN_ARRAY_PLUS (4,(mmf,34,^^,!)) 456 in main()
Dtest_is_tuple.cxx25 #define A_TUPLE_PLUS (mmf,34,^^,!) 456 in main()
Dtest_is_vmd_tuple.cxx26 #define A_TUPLE_PLUS (mmf,34,^^,!) 456 in main()
Dtest_after_tuple_elem.cxx37 #define A_TUPLE_PLUS (mmf,34,^^,!) 456 in main()
Dtest_after_seq_elem.cxx35 #define A_SEQ_PLUS (mmf)(34)(^^)(!) 456 in main()
Dtest_after_array_elem.cxx35 #define AN_ARRAY_PLUS (4,(mmf,34,^^,!)) 456 in main()
Dtest_after_list_elem.cxx35 #define A_LIST_PLUS (mmf,(34,(^^,(!,BOOST_PP_NIL)))) 456 in main()
/third_party/boost/libs/preprocessor/test/
Dpunctuation.cxx18 # define A_TUPLE_PLUS (mmf,34,^^,!) 456
/third_party/boost/boost/geometry/srs/projections/proj/
Dlaea.hpp78 T mmf; member
322 proj_parm.mmf = .5 / (1. - par.es); in setup_laea()
/third_party/ffmpeg/tests/fate/
Dlavf-audio.mak6 FATE_LAVF_AUDIO-$(call ENCDEC, ADPCM_YAMAHA, MMF) += mmf
Dseek.mak177 FATE_SEEK_LAVF-$(call ENCDEC, ADPCM_YAMAHA, MMF) += mmf
218 fate-seek-lavf-mmf: SRC = lavf/lavf.mmf
/third_party/ffmpeg/
DBUILD.gn1138 # "//third_party/ffmpeg/libavformat/mmf.c",
/third_party/python/Lib/test/
Dmime.types840 application/vnd.smaf mmf
/third_party/gstreamer/gst_libav/
DChangeLog13639 ext/ffmpeg/gstffmpegcodecmap.c: Add mmf to _get_codecids, so we can use the mmf muxer.
13643 Add mmf to _get_codecids, so we can use the mmf muxer.
13648 mmf (audio only).