Home
last modified time | relevance | path

Searched refs:FOURCC_FREE (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/media/mp4/
Dfourccs.h29 FOURCC_FREE = 0x66726565, enumerator
Dbox_reader_unittest.cc37 virtual FourCC BoxType() const OVERRIDE { return FOURCC_FREE; } in BoxType()
Dbox_reader.cc150 case FOURCC_FREE: in IsValidTopLevelBox()