Searched refs:RequestPlayoutData (Results 1 – 12 of 12) sorted by relevance
23 MOCK_METHOD(int32_t, RequestPlayoutData, (size_t nSamples), (override));
74 if (audio_device_buffer_->RequestPlayoutData( in GetPlayoutData()
106 virtual int32_t RequestPlayoutData(size_t samples_per_channel);
103 EXPECT_CALL(audio_device_buffer, RequestPlayoutData(_)) in RunFineBufferTest()
281 int32_t AudioDeviceBuffer::RequestPlayoutData(size_t samples_per_channel) { in RequestPlayoutData() function in webrtc::AudioDeviceBuffer
246 int samples = audio_device_buffer_->RequestPlayoutData(frames_per_buffer_); in GetPlayoutData()
285 int samples = audio_device_buffer_->RequestPlayoutData(frames_per_buffer_); in OnGetPlayoutData()
464 _ptrAudioBuffer->RequestPlayoutData(_playoutFramesIn10MS); in PlayThreadProcess()
1503 _ptrAudioBuffer->RequestPlayoutData(_playoutFramesIn10MS); in PlayThreadProcess()
2123 uint32_t nSamples = _ptrAudioBuffer->RequestPlayoutData(numPlaySamples); in PlayThreadProcess()
2399 _ptrAudioBuffer->RequestPlayoutData(ENGINE_PLAY_BUF_SIZE_IN_SAMPLES); in RenderWorkerThread()
2811 _ptrAudioBuffer->RequestPlayoutData(_playBlockSize); in DoRenderThread()