Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_capture/linux/
Dvideo_capture_linux.h39 bool AllocateVideoBuffers();
Dvideo_capture_linux.cc273 if (!AllocateVideoBuffers()) in StartCapture()
326 bool VideoCaptureModuleV4L2::AllocateVideoBuffers() in AllocateVideoBuffers() function in webrtc::videocapturemodule::VideoCaptureModuleV4L2