/third_party/ffmpeg/libavformat/ |
D | mmf.c | 68 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 …]
|
D | Makefile | 330 OBJS-$(CONFIG_MMF_DEMUXER) += mmf.o 331 OBJS-$(CONFIG_MMF_MUXER) += mmf.o rawenc.o
|
/third_party/ffmpeg/tests/ref/lavf/ |
D | mmf | 1 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/ |
D | test_assert.cxx | 29 #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()
|
D | test_assert_fail_array.cxx | 18 #define AN_ARRAY_PLUS (4,(mmf,34,^^,!)) 156 in main()
|
D | test_assert_fail_list.cxx | 18 #define A_LIST_PLUS (mmf,(34,(^^,(!,BOOST_PP_NIL)))) 56 in main()
|
D | test_assert_fail_seq.cxx | 19 #define A_SEQ_PLUS (mmf)(34)(^^)(!) 456 in main()
|
D | test_list_empty.cxx | 15 #define A_LIST_PLUS (mmf,(34,(^^,(!,BOOST_PP_NIL)))) 456 in main()
|
D | test_array_empty.cxx | 15 #define AN_ARRAY_PLUS (4,(mmf,34,^^,!)) 456 in main()
|
D | test_is_tuple.cxx | 25 #define A_TUPLE_PLUS (mmf,34,^^,!) 456 in main()
|
D | test_is_vmd_tuple.cxx | 26 #define A_TUPLE_PLUS (mmf,34,^^,!) 456 in main()
|
D | test_after_tuple_elem.cxx | 37 #define A_TUPLE_PLUS (mmf,34,^^,!) 456 in main()
|
D | test_after_seq_elem.cxx | 35 #define A_SEQ_PLUS (mmf)(34)(^^)(!) 456 in main()
|
D | test_after_array_elem.cxx | 35 #define AN_ARRAY_PLUS (4,(mmf,34,^^,!)) 456 in main()
|
D | test_after_list_elem.cxx | 35 #define A_LIST_PLUS (mmf,(34,(^^,(!,BOOST_PP_NIL)))) 456 in main()
|
/third_party/boost/libs/preprocessor/test/ |
D | punctuation.cxx | 18 # define A_TUPLE_PLUS (mmf,34,^^,!) 456
|
/third_party/boost/boost/geometry/srs/projections/proj/ |
D | laea.hpp | 78 T mmf; member 322 proj_parm.mmf = .5 / (1. - par.es); in setup_laea()
|
/third_party/ffmpeg/tests/fate/ |
D | lavf-audio.mak | 6 FATE_LAVF_AUDIO-$(call ENCDEC, ADPCM_YAMAHA, MMF) += mmf
|
D | seek.mak | 177 FATE_SEEK_LAVF-$(call ENCDEC, ADPCM_YAMAHA, MMF) += mmf 218 fate-seek-lavf-mmf: SRC = lavf/lavf.mmf
|
/third_party/ffmpeg/ |
D | BUILD.gn | 1138 # "//third_party/ffmpeg/libavformat/mmf.c",
|
/third_party/python/Lib/test/ |
D | mime.types | 840 application/vnd.smaf mmf
|
/third_party/gstreamer/gst_libav/ |
D | ChangeLog | 13639 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).
|