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

  /external/webrtc/webrtc/modules/video_capture/linux/
video_capture_linux.h 49 int32_t _buffersAllocatedByDevice;
video_capture_linux.cc 53 _buffersAllocatedByDevice(-1),
345 _buffersAllocatedByDevice = rbuffer.count;
386 for (int i = 0; i < _buffersAllocatedByDevice; i++)

Completed in 105 milliseconds