Home
last modified time | relevance | path

Searched refs:is_resolution_change (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/talk/media/base/
Dvideoadapter.cc198 bool is_resolution_change = previous_width > 0 && format.width > 0 && in SetInputFormat() local
202 if (is_resolution_change) { in SetInputFormat()