Home
last modified time | relevance | path

Searched refs:ape (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dape.c145 APEContext *ape = s->priv_data; in ape_read_header() local
154 ape->junklength = avio_tell(pb); in ape_read_header()
160 ape->fileversion = avio_rl16(pb); in ape_read_header()
162 if (ape->fileversion < APE_MIN_VERSION || ape->fileversion > APE_MAX_VERSION) { in ape_read_header()
164 ape->fileversion / 1000, (ape->fileversion % 1000) / 10); in ape_read_header()
168 if (ape->fileversion >= 3980) { in ape_read_header()
169 ape->padding1 = avio_rl16(pb); in ape_read_header()
170 ape in ape_read_header()
372 APEContext *ape = s->priv_data; ape_read_packet() local
424 APEContext *ape = s->priv_data; ape_read_close() local
433 APEContext *ape = s->priv_data; ape_read_seek() local
[all...]
H A DMakefile104 OBJS-$(CONFIG_APE_DEMUXER) += ape.o apetag.o img2.o
/third_party/ffmpeg/tests/fate/
H A Dmonkeysaudio.mak5 fate-lossless-monkeysaudio-$(1)-normal: CMD = crc -auto_conversion_filters -i $(TARGET_SAMPLES)/lossless-audio/luckynight-mac$(1)-c2000.ape -af atrim=end_sample=73728
9 fate-lossless-monkeysaudio-$(1)-extrahigh: CMD = crc -auto_conversion_filters -i $(TARGET_SAMPLES)/lossless-audio/luckynight-mac$(1)-c4000.ape -af atrim=end_sample=73728
17 fate-lossless-monkeysaudio-399: CMD = md5 -i $(TARGET_SAMPLES)/lossless-audio/luckynight-partial.ape -f s16le -af aresample
H A Dcover-art.mak1 FATE_COVER_ART-$(CONFIG_APE_DEMUXER) += fate-cover-art-ape
2 fate-cover-art-ape: CMD = md5 -i $(TARGET_SAMPLES)/cover_art/luckynight_cover.ape -an -c:v copy -f rawvideo
3 fate-cover-art-ape: REF = 45333c983c45af54449dff10af144317

Completed in 3 milliseconds