Searched refs:InitDevice (Results 1 – 8 of 8) sorted by relevance
/external/autotest/client/site_tests/camera_V4L2/src/ |
D | media_v4l2_unittest.cc | 59 if (!v4l2_dev1.InitDevice(io, 640, 480, V4L2_PIX_FMT_YUYV, 30, in TestMultipleInit() 66 if (v4l2_dev2.InitDevice(io, 640, 480, V4L2_PIX_FMT_YUYV, 30, in TestMultipleInit()
|
D | media_v4l2_device.h | 51 virtual bool InitDevice(IOMethod io,
|
D | media_v4l2_test.cc | 46 if (!device->InitDevice(io, width, height, pixfmt, fps, constant_framerate, in RunTest() 399 if (!device->InitDevice(io, width, height, pixfmt, fps, constant_framerate, in TestFirstFrameAfterStreamOn()
|
D | media_v4l2_device.cc | 85 bool V4L2Device::InitDevice(IOMethod io, in InitDevice() function in V4L2Device
|
/external/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_direct3d9.h | 195 int InitDevice();
|
D | video_render_direct3d9.cc | 430 if (InitDevice() != 0) in ResetDevice() 451 int VideoRenderDirect3D9::InitDevice() in InitDevice() function in webrtc::VideoRenderDirect3D9 563 return InitDevice(); in Init()
|
/external/webrtc/webrtc/modules/audio_device/mac/ |
D | audio_device_mac.h | 204 int32_t InitDevice(uint16_t userDeviceIndex,
|
D | audio_device_mac.cc | 426 if (InitDevice(_outputDeviceIndex, _outputDeviceID, false) == -1) { in InitSpeaker() 474 if (InitDevice(_inputDeviceIndex, _inputDeviceID, true) == -1) { in InitMicrophone() 1904 int32_t AudioDeviceMac::InitDevice(const uint16_t userDeviceIndex, in InitDevice() function in webrtc::AudioDeviceMac
|