OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IAudioRenderClient
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/media/audio/win/
core_audio_util_win.h
214
// Create an
IAudioRenderClient
client for an existing IAudioClient given by
215
// |client|. The
IAudioRenderClient
interface enables a client to write
217
static ScopedComPtr<
IAudioRenderClient
> CreateRenderClient(
227
// IAudioClient given by |client| and a corresponding
IAudioRenderClient
230
IAudioClient* client,
IAudioRenderClient
* render_client);
audio_low_latency_output_win.h
14
// IAudioClient and
IAudioRenderClient
.
52
// o
IAudioRenderClient
228
// The
IAudioRenderClient
interface enables a client to write output
230
base::win::ScopedComPtr<
IAudioRenderClient
> audio_render_client_;
core_audio_util_win.cc
800
ScopedComPtr<
IAudioRenderClient
> CoreAudioUtil::CreateRenderClient(
804
// Get access to the
IAudioRenderClient
interface. This interface
806
ScopedComPtr<
IAudioRenderClient
> audio_render_client;
807
HRESULT hr = client->GetService(__uuidof(
IAudioRenderClient
),
811
return ScopedComPtr<
IAudioRenderClient
>();
833
IAudioClient* client,
IAudioRenderClient
* render_client)
[
all
...]
core_audio_util_win_unittest.cc
408
ScopedComPtr<
IAudioRenderClient
> render_client;
460
ScopedComPtr<
IAudioRenderClient
> render_client(
audio_low_latency_output_win.cc
205
// Create an
IAudioRenderClient
client for an initialized IAudioClient.
206
// The
IAudioRenderClient
interface enables us to write output data to
208
ScopedComPtr<
IAudioRenderClient
> audio_render_client =
299
// would fail with AUDCLNT_E_BUFFER_ERROR at
IAudioRenderClient
::GetBuffer().
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
audioclient.h
27
typedef interface
IAudioRenderClient
IAudioRenderClient
;
82
typedef interface
IAudioRenderClient
IAudioRenderClient
;
461
*
IAudioRenderClient
interface
469
IAudioRenderClient
: public IUnknown
481
__CRT_UUID_DECL(
IAudioRenderClient
, 0xf294acfc, 0x3146, 0x4483, 0xa7,0xbf, 0xad,0xdc,0xa7,0xc2,0x60,0xe2)
489
IAudioRenderClient
* This,
494
IAudioRenderClient
* This);
497
IAudioRenderClient
* This)
[
all
...]
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.h
294
IAudioRenderClient
* _ptrRenderClient;
audio_device_core_win.cc
[
all
...]
Completed in 167 milliseconds