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

  /external/skia/tests/
CodecPartialTest.cpp 203 // frameByteCounts stores the number of bytes to decode a particular frame.
205 // - frames[i] requires frameByteCounts[i+1] bytes to decode
206 const std::vector<size_t> frameByteCounts = { 455, 69350, 1344, 1346, 1327 };
238 HaltingStream* haltingStream = new HaltingStream(file, frameByteCounts[0]);
243 path, frameByteCounts[0], file->size());
247 SkASSERT(frameByteCounts.size() > frames.size());
249 const size_t fullFrameBytes = frameByteCounts[i + 1];
  /external/skqp/tests/
CodecPartialTest.cpp 203 // frameByteCounts stores the number of bytes to decode a particular frame.
205 // - frames[i] requires frameByteCounts[i+1] bytes to decode
206 const std::vector<size_t> frameByteCounts = { 455, 69350, 1344, 1346, 1327 };
238 HaltingStream* haltingStream = new HaltingStream(file, frameByteCounts[0]);
243 path, frameByteCounts[0], file->size());
247 SkASSERT(frameByteCounts.size() > frames.size());
249 const size_t fullFrameBytes = frameByteCounts[i + 1];

Completed in 116 milliseconds