Searched refs:InitDevice (Results 1 - 8 of 8) sorted by relevance

/external/autotest/client/site_tests/camera_V4L2/src/
H A Dmedia_v4l2_device.h40 virtual bool InitDevice(uint32_t width,
105 // Valid only after |InitDevice()|.
H A Dmedia_v4l2_test.cc132 if (!retcode && !device->InitDevice(width, height, pixfmt, fps))
H A Dmedia_v4l2_unittest.cc50 if (!v4l2_dev1.InitDevice(640, 480, V4L2_PIX_FMT_YUYV, 0)) {
55 if (v4l2_dev2.InitDevice(640, 480, V4L2_PIX_FMT_YUYV, 0)) {
H A Dmedia_v4l2_device.cc92 bool V4L2Device::InitDevice(uint32_t width, function in class:V4L2Device
/external/webrtc/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.h195 int InitDevice();
H A Dvideo_render_direct3d9.cc430 if (InitDevice() != 0)
433 "VideoRenderDirect3D9::ResetDevice failed to InitDevice");
451 int VideoRenderDirect3D9::InitDevice() function in class:webrtc::VideoRenderDirect3D9
460 "VideoRenderDirect3D9::InitDevice Could not get window size");
484 "VideoRenderDirect3D9::InitDevice failed in InitializeD3D");
563 return InitDevice();
/external/webrtc/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.h204 int32_t InitDevice(uint16_t userDeviceIndex,
H A Daudio_device_mac.cc426 if (InitDevice(_outputDeviceIndex, _outputDeviceID, false) == -1) {
474 if (InitDevice(_inputDeviceIndex, _inputDeviceID, true) == -1) {
1904 int32_t AudioDeviceMac::InitDevice(const uint16_t userDeviceIndex, function in class:webrtc::AudioDeviceMac
1932 "InitDevice(): No devices");

Completed in 194 milliseconds