HomeSort by relevance Sort by last modified time
    Searched defs:capture_time (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/renderer/media/
webrtc_audio_device_impl.cc 316 base::TimeDelta capture_time = base::Time::Now() - start_capture_time_; local
317 UMA_HISTOGRAM_LONG_TIMES("WebRTC.AudioCaptureTime", capture_time);
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.cpp 1033 nsecs_t capture_time = (nsecs_t)tv->tv_sec * NSEC_PER_SEC + local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp 974 nsecs_t capture_time = (nsecs_t)tv->tv_sec * NSEC_PER_SEC + local
    [all...]

Completed in 230 milliseconds