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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
test_callbacks.cc 33 _encodedBytes(0),
98 _encodedBytes += payloadSize;
109 return _encodedBytes;
127 _encodedBytes = 0;
135 _encodedBytes = 0;
157 _encodedBytes+= payloadSize;
173 float tmp = _encodedBytes;
174 _encodedBytes = 0;
test_callbacks.h 80 float _encodedBytes;
97 _encodedBytes(0),
129 float _encodedBytes;
normal_test.h 57 uint32_t _encodedBytes;
normal_test.cc 55 _encodedBytes(0),
117 _encodedBytes += payloadSize;
134 return _encodedBytes;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
normal_async_test.h 149 _encodedBytes(0)
161 uint32_t _encodedBytes;
normal_async_test.cc 223 return _encodedBytes;
235 _encodedBytes += encodedImage._length;

Completed in 866 milliseconds