OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_decodedBytes
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
normal_test.h
71
_decodedBytes
(0),
84
int
_decodedBytes
;
quality_modes_test.h
73
uint32_t
_decodedBytes
;
test_callbacks.h
144
_decodedFile(decodedFile),
_decodedBytes
(0) {}
151
uint32_t
_decodedBytes
;
test_callbacks.cc
197
_decodedBytes
+= CalcBufferSize(kI420, videoFrame.width(),
205
return
_decodedBytes
;
quality_modes_test.cc
455
_decodedBytes
(0),
534
_decodedBytes
+= CalcBufferSize(kI420, videoFrame.width(),
542
return
_decodedBytes
;
normal_test.cc
167
_decodedBytes
+= webrtc::CalcBufferSize(webrtc::kI420,
175
return
_decodedBytes
;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
normal_async_test.h
171
_decodedBytes
(0)
183
uint32_t
_decodedBytes
;
normal_async_test.cc
256
return
_decodedBytes
;
263
_decodedBytes
+= CalcBufferSize(kI420, image.width(), image.height());
Completed in 33 milliseconds