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

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
packet_loss_test.cc 28 _lastFrameLength(0)
38 _lastFrameLength(0)
47 _lastFrameLength(0)
79 if (fwrite(_lastFrame, 1, _lastFrameLength,
80 _decodedFile) != _lastFrameLength) {
97 if (_lastFrameLength < length)
105 _lastFrameLength = length;
packet_loss_test.h 56 uint32_t _lastFrameLength;

Completed in 228 milliseconds