Searched refs:chunkType (Results 1 – 5 of 5) sorted by relevance
105 uint32_t chunkType = U32_AT(tmpData + 4); in extract3GPPLocalDescriptions() local115 switch(chunkType) { in extract3GPPLocalDescriptions()381 uint32_t chunkType = U32_AT(data + 4); in extract3GPPGlobalDescriptions() local389 switch(chunkType) { in extract3GPPGlobalDescriptions()
1853 unsigned chunkType = data[offset + 3]; in dequeueAccessUnitMPEG4Video() local1858 if (chunkType == 0xb0) { in dequeueAccessUnitMPEG4Video()1873 if (chunkType != 0xb5) { in dequeueAccessUnitMPEG4Video()1883 if (chunkType > 0x1f) { in dequeueAccessUnitMPEG4Video()1893 if ((chunkType & 0xf0) != 0x20) { in dequeueAccessUnitMPEG4Video()1911 if (chunkType == 0xb3 || chunkType == 0xb6) { in dequeueAccessUnitMPEG4Video()1943 if (chunkType == 0xb6) { in dequeueAccessUnitMPEG4Video()1974 } else if (chunkType != 0xb3) { in dequeueAccessUnitMPEG4Video()
213 unsigned chunkType = mBuffer->data()[3]; in dequeueChunk() local217 switch (chunkType) { in dequeueChunk()
740 PathAdder(Vector<uint32_t> *path, uint32_t chunkType) in PathAdder()742 mPath->push(chunkType); in PathAdder()6475 uint32_t chunkType = ntohl(hdr[1]); in BetterSniffMPEG4() local6504 MakeFourCCString(chunkType, chunkstring); in BetterSniffMPEG4()6507 switch (chunkType) { in BetterSniffMPEG4()
2366 byte[] chunkType = new byte[4]; in isHeifFormat()2367 signatureInputStream.read(chunkType); in isHeifFormat()2369 if (!Arrays.equals(chunkType, HEIF_TYPE_FTYP)) { in isHeifFormat()