Searched defs: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 DMPEG2PSExtractor.cpp205 unsigned chunkType = mBuffer->data()[3]; local
209 switch (chunkType) {
H A DESQueue.cpp1248 unsigned chunkType = data[offset + 3]; local
1253 if (chunkType == 0xb0) {
1265 if (chunkType != 0xb5) {
1266 ALOGE("Unexpected chunkType");
1275 if (chunkType > 0x1f) {
1276 ALOGE("Unexpected chunkType");
1285 if ((chunkType & 0xf0) != 0x20) {
1286 ALOGE("Wrong chunkType");
1303 if (chunkType == 0xb3 || chunkType
[all...]
/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.cpp748 PathAdder(Vector<uint32_t> *path, uint32_t chunkType) argument
750 mPath->push(chunkType);
4896 uint32_t chunkType = ntohl(hdr[1]); local
4925 MakeFourCCString(chunkType, chunkstring);
4927 switch (chunkType) {

Completed in 101 milliseconds