OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eCapture
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/media/audio/win/
core_audio_util_win_unittest.cc
34
int capture_devices = CoreAudioUtil::NumberOfActiveDevices(
eCapture
);
48
int capture_devices = CoreAudioUtil::NumberOfActiveDevices(
eCapture
);
74
{
eCapture
, eConsole},
75
{
eCapture
, eCommunications},
76
{
eCapture
, eMultimedia}
88
// Only eRender and
eCapture
are allowed as flow parameter.
128
{
eCapture
, eConsole},
129
{
eCapture
, eCommunications}
155
EDataFlow flows[] = { eRender ,
eCapture
};
178
CoreAudioUtil::CreateDefaultDevice(
eCapture
, eConsole)
[
all
...]
audio_device_listener_win.cc
73
default_capture_device_id_ = GetDeviceId(
eCapture
, eConsole);
77
GetDeviceId(
eCapture
, eCommunications);
139
(flow != eRender && flow !=
eCapture
)) {
audio_low_latency_input_win.cc
25
if (FAILED(enumerator->GetDefaultAudioEndpoint(
eCapture
, eCommunications,
320
hr = enumerator->GetDefaultAudioEndpoint(
eCapture
, eConsole,
524
hr = enumerator->GetDefaultAudioEndpoint(
eCapture
, eCommunications,
548
hr = enumerator->GetDefaultAudioEndpoint(
eCapture
, eConsole,
device_enumeration_win.cc
141
return GetDeviceNamesWinImpl(
eCapture
, device_names);
core_audio_util_win.cc
229
DVLOG(2) << ((data_flow ==
eCapture
) ? "[in ] " : "[out] ")
[
all
...]
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.cc
698
_EnumerateEndpointDevicesAll(
eCapture
);
864
ret = _GetListDevice(
eCapture
, _inputDeviceIndex, &_ptrDeviceIn);
871
ret = _GetDefaultDevice(
eCapture
, role, &_ptrDeviceIn);
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
win32devicemanager.cc
268
hr = enumerator->EnumAudioEndpoints((input ?
eCapture
: eRender),
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmdeviceapi.h
100
eCapture
= 1,
[
all
...]
Completed in 291 milliseconds