HomeSort by relevance Sort by last modified time
    Searched refs:syncword (Results 1 - 5 of 5) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AACTrackImpl.java 224 int syncword = brb.readBits(12); local
225 if (syncword != 0xfff) {
256 int syncword = brb.readBits(12); local
257 if (syncword != 0xfff) {
AC3TrackImpl.java 140 int syncword = brb.readBits(16); local
141 if (syncword != 0xb77) {
EC3TrackImpl.java 178 int syncword = brb.readBits(16); local
179 if (syncword != 0xb77) {
  /frameworks/av/media/extractors/aac/
AACExtractor.cpp 99 uint8_t syncword[2]; local
100 if (source->readAt(offset, &syncword, 2) != 2) {
103 if ((syncword[0] != 0xff) || ((syncword[1] & 0xf6) != 0xf0)) {
366 // ADTS syncword
  /external/libldac/src/
ldac.h 166 int syncword; member in struct:_config_info_ldac

Completed in 290 milliseconds