Searched refs:chunkType (Results 1 - 7 of 7) 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/
H A DAVIExtractor.cpp724 ssize_t trackIndex, Track::Kind kind, uint32_t chunkType) {
725 uint32_t chunkBase = chunkType & 0xffff;
753 uint8_t hi = chunkType >> 24;
754 uint8_t lo = (chunkType >> 16) & 0xff;
782 uint32_t chunkType = U32_AT(data); local
784 uint8_t hi = chunkType >> 24;
785 uint8_t lo = (chunkType >> 16) & 0xff;
799 if (!IsCorrectChunkType(-1, track->mKind, chunkType)) {
1135 uint32_t chunkType = U32_AT(tmp); local
1137 if (!IsCorrectChunkType(trackIndex, track.mKind, chunkType)) {
723 IsCorrectChunkType( ssize_t trackIndex, Track::Kind kind, uint32_t chunkType) argument
[all...]
H A DMPEG4Extractor.cpp753 PathAdder(Vector<uint32_t> *path, uint32_t chunkType) argument
755 mPath->push(chunkType);
5329 uint32_t chunkType = ntohl(hdr[1]); local
5358 MakeFourCCString(chunkType, chunkstring);
5360 switch (chunkType) {
/frameworks/av/media/libstagefright/include/
H A DAVIExtractor.h113 ssize_t trackIndex, Track::Kind kind, uint32_t chunkType);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp1539 unsigned chunkType = data[offset + 3]; local
1544 if (chunkType == 0xb0) {
1559 if (chunkType != 0xb5) {
1560 ALOGE("Unexpected chunkType");
1569 if (chunkType > 0x1f) {
1570 ALOGE("Unexpected chunkType");
1579 if ((chunkType & 0xf0) != 0x20) {
1580 ALOGE("Wrong chunkType");
1597 if (chunkType == 0xb3 || chunkType
[all...]
H A DMPEG2PSExtractor.cpp205 unsigned chunkType = mBuffer->data()[3]; local
209 switch (chunkType) {
/frameworks/base/media/java/android/media/
H A DExifInterface.java2166 byte[] chunkType = new byte[4];
2167 signatureInputStream.read(chunkType);
2169 if (!Arrays.equals(chunkType, HEIF_TYPE_FTYP)) {

Completed in 569 milliseconds