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()
1859 unsigned chunkType = data[offset + 3]; in dequeueAccessUnitMPEG4Video() local1864 if (chunkType == 0xb0) { in dequeueAccessUnitMPEG4Video()1879 if (chunkType != 0xb5) { in dequeueAccessUnitMPEG4Video()1889 if (chunkType > 0x1f) { in dequeueAccessUnitMPEG4Video()1899 if ((chunkType & 0xf0) != 0x20) { in dequeueAccessUnitMPEG4Video()1917 if (chunkType == 0xb3 || chunkType == 0xb6) { in dequeueAccessUnitMPEG4Video()1949 if (chunkType == 0xb6) { in dequeueAccessUnitMPEG4Video()1980 } else if (chunkType != 0xb3) { in dequeueAccessUnitMPEG4Video()
213 unsigned chunkType = mBuffer->data()[3]; in dequeueChunk() local217 switch (chunkType) { in dequeueChunk()
793 PathAdder(Vector<uint32_t> *path, uint32_t chunkType) in PathAdder()795 mPath->push(chunkType); in PathAdder()7008 uint32_t chunkType = ntohl(hdr[1]); in BetterSniffMPEG4() local7043 MakeFourCCString(chunkType, chunkstring); in BetterSniffMPEG4()7046 switch (chunkType) { in BetterSniffMPEG4()
2644 byte[] chunkType = new byte[4]; in isHeifFormat()2645 signatureInputStream.read(chunkType); in isHeifFormat()2647 if (!Arrays.equals(chunkType, HEIF_TYPE_FTYP)) { in isHeifFormat()