Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:brand

4643 // compatible brand is present.
4701 // not a brand.
4705 uint32_t brand;
4707 chunkDataOffset + 4 * i, &brand, 4) < 4) {
4711 brand = ntohl(brand);
4713 if (isCompatibleBrand(brand)) {