Searched refs:Read2 (Results 1 – 7 of 7) sorted by relevance
30 RCHECK(reader->Read2(&subsample_count) && in Parse()37 RCHECK(reader->Read2(&clear_bytes) && in Parse()
341 RCHECK(reader->Read2(&sps_length) && in Parse()351 RCHECK(reader->Read2(&pps_length) && in Parse()384 reader->Read2(&data_reference_index) && in Parse()386 reader->Read2(&width) && in Parse()387 reader->Read2(&height) && in Parse()456 reader->Read2(&data_reference_index) && in Parse()458 reader->Read2(&channelcount) && in Parse()459 reader->Read2(&samplesize) && in Parse()
39 bool Read2(uint16* v) WARN_UNUSED_RESULT;
62 reader->Read2(&c) && in Parse()
41 bool BufferReader::Read2(uint16* v) { return Read(v); } in Read2() function in media::mp4::BufferReader
75 void Read2(const MemLoc &ml, bool expect_race = false) {
7860 int Read2(int i) { volatile int z = array[i]; return z; } in Read2() function7869 Read2(i); in Worker()