Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:brand

3564 // compatible brand is present.
3622 // not a brand.
3626 uint32_t brand;
3628 chunkDataOffset + 4 * i, &brand, 4) < 4) {
3632 brand = ntohl(brand);
3634 if (isCompatibleBrand(brand)) {