Searched refs:chunkType (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/timedtext/
H A DTextDescriptions.cpp105 uint32_t chunkType = U32_AT(tmpData + 4); local
115 switch(chunkType) {
381 uint32_t chunkType = U32_AT(data + 4); local
389 switch(chunkType) {
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp1548 unsigned chunkType = data[offset + 3]; local
1553 if (chunkType == 0xb0) {
1568 if (chunkType != 0xb5) {
1569 ALOGE("Unexpected chunkType");
1578 if (chunkType > 0x1f) {
1579 ALOGE("Unexpected chunkType");
1588 if ((chunkType & 0xf0) != 0x20) {
1589 ALOGE("Wrong chunkType");
1606 if (chunkType == 0xb3 || chunkType
[all...]
/frameworks/av/media/extractors/mpeg2/
H A DMPEG2PSExtractor.cpp206 unsigned chunkType = mBuffer->data()[3]; local
210 switch (chunkType) {
/frameworks/av/media/extractors/mp4/
H A DMPEG4Extractor.cpp683 PathAdder(Vector<uint32_t> *path, uint32_t chunkType) argument
685 mPath->push(chunkType);
5460 uint32_t chunkType = ntohl(hdr[1]); local
5489 MakeFourCCString(chunkType, chunkstring);
5491 switch (chunkType) {
/frameworks/base/media/java/android/media/
H A DExifInterface.java2168 byte[] chunkType = new byte[4];
2169 signatureInputStream.read(chunkType);
2171 if (!Arrays.equals(chunkType, HEIF_TYPE_FTYP)) {

Completed in 122 milliseconds