Home
last modified time | relevance | path

Searched refs:syncword (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddca_core_bsf.c29 uint32_t syncword; in dca_core_filter() local
37 syncword = bytestream2_get_be32(&gb); in dca_core_filter()
40 switch (syncword) { in dca_core_filter()
Dmpegaudiodec_template.c1696 int syncword; ///< syncword patch member
1767 s->syncword = 0xffe00000; in decode_init_mp3on4()
1769 s->syncword = 0xfff00000; in decode_init_mp3on4()
1852 header = (AV_RB32(buf) & 0x000fffff) | s->syncword; // patch header in decode_frame_mp3on4()
/third_party/ffmpeg/libavformat/
Daacdec.c119 uint8_t syncword[2]; in adts_aac_get_frame_length() local
123 if (avio_read(s->pb, &syncword, 2) != 2) { in adts_aac_get_frame_length()
126 if ((syncword[0] != 0xff) || ((syncword[1] & 0xf6) != 0xf0)) { in adts_aac_get_frame_length()
Dpva.c87 int syncword, streamid, reserved, flags, length, pts_flag; in read_part_of_packet() local
94 syncword = avio_rb16(pb); in read_part_of_packet()
103 if (syncword != PVA_MAGIC) { in read_part_of_packet()
/third_party/lame/
DChangeLog17690 Better syncword recognization
19290 bug fixed in decoding: if syncword found in Xing VBR header toc,