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()
1548 unsigned chunkType = data[offset + 3]; in dequeueAccessUnitMPEG4Video() local1553 if (chunkType == 0xb0) { in dequeueAccessUnitMPEG4Video()1568 if (chunkType != 0xb5) { in dequeueAccessUnitMPEG4Video()1578 if (chunkType > 0x1f) { in dequeueAccessUnitMPEG4Video()1588 if ((chunkType & 0xf0) != 0x20) { in dequeueAccessUnitMPEG4Video()1606 if (chunkType == 0xb3 || chunkType == 0xb6) { in dequeueAccessUnitMPEG4Video()1638 if (chunkType == 0xb6) { in dequeueAccessUnitMPEG4Video()1669 } else if (chunkType != 0xb3) { in dequeueAccessUnitMPEG4Video()
206 unsigned chunkType = mBuffer->data()[3]; in dequeueChunk() local210 switch (chunkType) { in dequeueChunk()
683 PathAdder(Vector<uint32_t> *path, uint32_t chunkType) in PathAdder()685 mPath->push(chunkType); in PathAdder()5460 uint32_t chunkType = ntohl(hdr[1]); in BetterSniffMPEG4() local5489 MakeFourCCString(chunkType, chunkstring); in BetterSniffMPEG4()5491 switch (chunkType) { in BetterSniffMPEG4()
2168 byte[] chunkType = new byte[4]; in isHeifFormat()2169 signatureInputStream.read(chunkType); in isHeifFormat()2171 if (!Arrays.equals(chunkType, HEIF_TYPE_FTYP)) { in isHeifFormat()