OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetFrameDimensions
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
test_callbacks.h
67
void
SetFrameDimensions
(int32_t width, int32_t height)
122
void
SetFrameDimensions
(int16_t width, int16_t height)
codec_database_test.cc
112
_encodeCompleteCallback->
SetFrameDimensions
(_width, _height);
321
encodeCallCDT->
SetFrameDimensions
(_width, _height);
mt_rx_tx_test.cc
241
encodeCompleteCallback->
SetFrameDimensions
(width, height);
media_opt_test.cc
287
encodeCompleteCallback->
SetFrameDimensions
(_width, _height);
generic_codec_test.cc
288
_encodeCompleteCallback->
SetFrameDimensions
(_width, _height);
Completed in 2029 milliseconds