Searched refs:major_brand (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/media/mp4/ | ||
D | box_definitions.h | 38 FourCC major_brand; member |
D | box_definitions.cc | 19 RCHECK(reader->ReadFourCC(&major_brand) && reader->Read4(&minor_version)); in Parse() |