Searched refs:FOURCC_MOOV (Results 1 – 4 of 4) sorted by relevance
45 FOURCC_MOOV = 0x6d6f6f76, enumerator
146 case FOURCC_MOOV: in IsValidTopLevelBox()
150 if (reader->type() == FOURCC_MOOV) { in ParseBox()
660 FourCC Movie::BoxType() const { return FOURCC_MOOV; } in BoxType()