Lines Matching refs:type

582     uint32_t type = readU32(4);
597 if (type == FOURCC('u', 'u', 'i', 'd')) {
614 if (kDispatchTable[i].mType == type
621 // amount of data depending on the media handler type.
622 // We don't look inside 'hint' type SampleEntry boxes.
632 if (type == FOURCC('m', 'o', 'o', 'f')) {
638 if (type == FOURCC('m', 'e', 't', 'a')) {
648 } else if (type == FOURCC('s', 't', 's', 'd')) {
703 type, offset, offset + headerSize);
710 type, offset, offset + headerSize);
733 ALOGV("%sentering box of type '%s'",
734 IndentString(mStack.size()), Fourcc2String(type));
736 enter(mBufferPos - offset, type, size - offset);
743 // We have a handler for this box type.
749 ALOGV("%sparsing box of type '%s'",
750 IndentString(mStack.size()), Fourcc2String(type));
753 type, offset, size)) != OK) {
757 // Unknown box type
759 ALOGV("%sskipping box of type '%s', size %llu",
761 Fourcc2String(type), size);
1028 void FragmentedMP4Parser::enter(off64_t offset, uint32_t type, uint64_t size) {
1031 container.mType = type;
1073 ALOGV("%sleaving box of type '%s'",
1128 uint32_t type, size_t offset, uint64_t size) {
1179 uint32_t type, size_t offset, uint64_t size) {
1212 uint32_t type, size_t offset, uint64_t size) {
1240 uint32_t type, size_t offset, uint64_t size) {
1252 sampleDesc->mType = type;
1257 switch (type) {
1283 uint32_t type, size_t offset, uint64_t size) {
1295 sampleDesc->mType = type;
1304 switch (type) {
1349 uint32_t type, size_t offset, uint64_t size) {
1351 this, type, offset, size);
1355 uint32_t type, size_t offset, uint64_t size) {
1357 this, type, offset, size);
1361 uint32_t type, size_t offset, uint64_t size) {
1363 this, type, offset, size);
1367 uint32_t type, size_t offset, uint64_t size) {
1369 this, type, offset, size);
1373 uint32_t type, size_t offset, uint64_t size) {
1375 this, type, offset, size);
1379 uint32_t type, size_t offset, uint64_t size) {
1462 uint32_t type, size_t offset, uint64_t size) {
1567 uint32_t type, size_t offset, uint64_t size) {
1588 uint32_t type, size_t offset, uint64_t size) {
1589 ALOGV("sidx box type %d, offset %d, size %d", type, int(offset), int(size));
1658 ALOGW("not a stream access point, or unsupported type");
1675 uint32_t type, size_t offset, uint64_t size) {
1726 uint32_t type, size_t offset, uint64_t size) {
1816 uint32_t type, size_t offset, uint64_t size) {