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

  /external/chromium_org/media/mp4/
box_reader.cc 44 bool BufferReader::Read4s(int32* v) { return Read(v); }
76 RCHECK(Read4s(&tmp));
box_reader.h 42 bool Read4s(int32* v) WARN_UNUSED_RESULT;
box_reader_unittest.cc 63 reader->Read4s(&d) &&
box_definitions.cc 176 RCHECK(reader->Read4s(&rate) &&
722 RCHECK(reader->Read4s(&sample_composition_time_offsets[i]));

Completed in 28 milliseconds