Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:chunk_type

610     uint32_t chunk_type = ntohl(hdr[1]);
630 MakeFourCCString(chunk_type, chunk);
651 PathAdder autoAdder(&mPath, chunk_type);
655 if (chunk_type != FOURCC('c', 'p', 'r', 't')
656 && chunk_type != FOURCC('c', 'o', 'v', 'r')
674 switch(chunk_type) {
688 if (chunk_type == FOURCC('s', 't', 'b', 'l')) {
706 if (chunk_type == FOURCC('t', 'r', 'a', 'k')) {
762 } else if (chunk_type == FOURCC('m', 'o', 'o', 'v')) {
942 FourCC2MIME(chunk_type))) {
947 FourCC2MIME(chunk_type))) {
958 mLastTrack->meta->setCString(kKeyMIMEType, FourCC2MIME(chunk_type));
1010 mLastTrack->meta->setCString(kKeyMIMEType, FourCC2MIME(chunk_type));
1034 chunk_type, data_offset, chunk_data_size);
1063 chunk_type, data_offset, chunk_data_size);