OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:previous_width
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/talk/media/base/
videoadapter.cc
196
int
previous_width
= input_format().width;
local
198
bool is_resolution_change =
previous_width
> 0 && format.width > 0 &&
199
(
previous_width
!= format.width ||
210
<<
previous_width
<< "x" << previous_height
Completed in 146 milliseconds