Searched refs:hasFourCC (Results 1 – 1 of 1) sorted by relevance
1143 bool hasFourCC(uint32_t type) { return mFourCCSeen.count(type) > 0; } in hasFourCC() function1286 if (iinfBox.hasFourCC(FOURCC("grid")) || iinfBox.hasFourCC(FOURCC("Exif"))) { in parseIinfBox()