Home
last modified time | relevance | path

Searched refs:FOURCC_MOOV (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/media/formats/mp4/
Dfourccs.h45 FOURCC_MOOV = 0x6d6f6f76, enumerator
Dbox_reader.cc146 case FOURCC_MOOV: in IsValidTopLevelBox()
Dmp4_stream_parser.cc150 if (reader->type() == FOURCC_MOOV) { in ParseBox()
Dbox_definitions.cc660 FourCC Movie::BoxType() const { return FOURCC_MOOV; } in BoxType()