HomeSort by relevance Sort by last modified time
    Searched refs:ReadFourCC (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/media/mp4/
box_reader.cc 48 bool BufferReader::ReadFourCC(FourCC* v) {
214 CHECK(Read4Into8(&size) && ReadFourCC(&type_));
box_reader.h 46 bool ReadFourCC(FourCC* v) WARN_UNUSED_RESULT;
box_definitions.cc 19 RCHECK(reader->ReadFourCC(&major_brand) && reader->Read4(&minor_version));
89 return reader->ReadFourCC(&format);
98 reader->ReadFourCC(&type) &&
301 RCHECK(reader->SkipBytes(8) && reader->ReadFourCC(&hdlr_type));

Completed in 52 milliseconds