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

/frameworks/base/media/libstagefright/timedtext/
H A DTextDescriptions.cpp98 uint32_t chunkType = U32_AT(tmpData + 4); local
106 switch(chunkType) {
291 uint32_t chunkType = U32_AT(data + 4); local
302 switch(chunkType) {
/frameworks/base/media/libstagefright/
H A DAVIExtractor.cpp723 ssize_t trackIndex, Track::Kind kind, uint32_t chunkType) {
724 uint32_t chunkBase = chunkType & 0xffff;
752 uint8_t hi = chunkType >> 24;
753 uint8_t lo = (chunkType >> 16) & 0xff;
781 uint32_t chunkType = U32_AT(data); local
783 uint8_t hi = chunkType >> 24;
784 uint8_t lo = (chunkType >> 16) & 0xff;
798 if (!IsCorrectChunkType(-1, track->mKind, chunkType)) {
1134 uint32_t chunkType = U32_AT(tmp); local
1136 if (!IsCorrectChunkType(trackIndex, track.mKind, chunkType)) {
722 IsCorrectChunkType( ssize_t trackIndex, Track::Kind kind, uint32_t chunkType) argument
[all...]
H A DMPEG4Extractor.cpp568 PathAdder(Vector<uint32_t> *path, uint32_t chunkType) argument
570 mPath->push(chunkType);
2326 uint32_t chunkType = ntohl(hdr[1]); local
2348 switch (chunkType) {
/frameworks/base/media/libstagefright/include/
H A DAVIExtractor.h112 ssize_t trackIndex, Track::Kind kind, uint32_t chunkType);
/frameworks/base/media/libstagefright/mpeg2ts/
H A DESQueue.cpp830 unsigned chunkType = data[offset + 3]; local
835 if (chunkType == 0xb0) {
847 CHECK_EQ(chunkType, 0xb5);
854 CHECK_LE(chunkType, 0x1f);
861 CHECK((chunkType & 0xf0) == 0x20);
873 if (chunkType == 0xb3 || chunkType == 0xb6) {
905 if (chunkType == 0xb6) {
928 } else if (chunkType != 0xb3) {
H A DMPEG2PSExtractor.cpp201 unsigned chunkType = mBuffer->data()[3]; local
205 switch (chunkType) {

Completed in 136 milliseconds