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

  /external/webrtc/webrtc/modules/video_capture/
device_info_impl.cc 154 int32_t bestHeight = 0;
171 const int32_t currentbestDiffHeight = bestHeight - requested.height;
227 bestHeight = capability.height;
241 bestHeight = capability.height;
255 bestHeight = capability.height;
265 LOG(LS_VERBOSE) << "Best camera format: " << bestWidth << "x" << bestHeight
295 int32_t bestHeight = 0;
306 const int32_t currentbestDiffHeight = bestHeight - height;
324 bestHeight = currentValue.height;
332 bestHeight = currentValue.height
    [all...]
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp     [all...]

Completed in 519 milliseconds