Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:chunkType

724         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);
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);
1137 if (!IsCorrectChunkType(trackIndex, track.mKind, chunkType)) {