Searched refs:ID3_TAG (Results 1 – 6 of 6) sorted by relevance
20 import static com.google.android.exoplayer2.metadata.id3.Id3Decoder.ID3_TAG;71 if (scratch.readUnsignedInt24() != ID3_TAG) { in sniff()
22 import static com.google.android.exoplayer2.metadata.id3.Id3Decoder.ID3_TAG;78 if (scratch.readUnsignedInt24() != ID3_TAG) { in sniff()
20 import static com.google.android.exoplayer2.metadata.id3.Id3Decoder.ID3_TAG;219 if (scratch.readUnsignedInt24() != ID3_TAG) { in peekId3Header()
61 if (scratch.readUnsignedInt24() != Id3Decoder.ID3_TAG) { in peekId3Data()
66 public static final int ID3_TAG = 0x00494433; field in Id3Decoder167 if (id != ID3_TAG) { in decodeHeader()
447 if (id != Id3Decoder.ID3_TAG) { in peekId3PrivTimestamp()