Searched refs:ReadFourCC (Results 1 – 3 of 3) sorted by relevance
48 bool BufferReader::ReadFourCC(FourCC* v) { in ReadFourCC() function in media::mp4::BufferReader222 CHECK(Read4Into8(&size) && ReadFourCC(&type_)); in ReadHeader()
19 RCHECK(reader->ReadFourCC(&major_brand) && reader->Read4(&minor_version)); in Parse()89 return reader->ReadFourCC(&format); in Parse()98 reader->ReadFourCC(&type) && in Parse()343 RCHECK(reader->SkipBytes(8) && reader->ReadFourCC(&hdlr_type)); in Parse()
49 bool ReadFourCC(FourCC* v) WARN_UNUSED_RESULT;