Searched refs:hdlr_type (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/formats/mp4/
H A Dbox_definitions.cc342 FourCC hdlr_type; local
343 RCHECK(reader->SkipBytes(8) && reader->ReadFourCC(&hdlr_type));
345 if (hdlr_type == FOURCC_VIDE) {
347 } else if (hdlr_type == FOURCC_SOUN) {

Completed in 99 milliseconds