/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/ |
H A D | bluetooth_renderer_sink.cpp | 199 void DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const; 521 DfxOperation(buffer, audioSampleFormat_, static_cast<AudioChannel>(attr_.channel)); in RenderFrame() 578 void BluetoothRendererSinkInner::DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const in DfxOperation() function in OHOS::AudioStandard::BluetoothRendererSinkInner
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote/ |
H A D | remote_audio_renderer_sink.cpp | 143 void DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const; 467 DfxOperation(buffer, static_cast<AudioSampleFormat>(attr_.format), static_cast<AudioChannel>(attr_.channel)); in RenderFrameLogic() 961 void RemoteAudioRendererSinkInner::DfxOperation(BufferDesc &buffer, AudioSampleFormat format, in DfxOperation() function in OHOS::AudioStandard::RemoteAudioRendererSinkInner
|
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/audio_endpoint_unit_test/src/ |
H A D | audio_endpoint_unit_test.cpp | 448 * @tc.name : Test DfxOperation API 451 * @tc.desc : Test DfxOperation interface 468 audioEndpointInner->DfxOperation(buffer, format, channel); in HWTEST_F() 472 audioEndpointInner->DfxOperation(buffer, format, channel); in HWTEST_F()
|
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | audio_process_in_client.cpp | 159 void DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const; 676 DfxOperation(readbufDesc, processConfig_.streamInfo.format, processConfig_.streamInfo.channels); in ReadFromProcessClient() 901 DfxOperation(curCallbackBuffer, processConfig_.streamInfo.format, processConfig_.streamInfo.channels); in Enqueue() 912 void AudioProcessInClientInner::DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const in DfxOperation() function in OHOS::AudioStandard::AudioProcessInClientInner
|
H A D | capturer_in_client.cpp | 240 void DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const; 1670 DfxOperation(tmpBuffer, clientConfig_.streamInfo.format, clientConfig_.streamInfo.channels); in Read() 1675 void CapturerInClientInner::DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const in DfxOperation() function in OHOS::AudioStandard::CapturerInClientInner
|
H A D | renderer_in_client.cpp | 1824 DfxOperation(desc, clientConfig_.streamInfo.format, clientConfig_.streamInfo.channels); in WriteCacheData() 1833 void RendererInClientInner::DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const in DfxOperation() function in OHOS::AudioStandard::RendererInClientInner
|
/foundation/multimedia/audio_framework/services/audio_service/client/include/ |
H A D | renderer_in_client_private.h | 220 void DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const;
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_endpoint.cpp | 240 void DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const; 1607 DfxOperation(dstStreamData.bufferDesc, dstStreamInfo_.format, dstStreamInfo_.channels); in ProcessToEndpointDataHandle() 1639 void AudioEndpointInner::DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const in DfxOperation() function in OHOS::AudioStandard::AudioEndpointInner 2040 DfxOperation(readBuf, dstStreamInfo_.format, dstStreamInfo_.channels); in ReadFromEndpoint()
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/ |
H A D | audio_renderer_sink.cpp | 264 void DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const; 759 DfxOperation(buffer, static_cast<AudioSampleFormat>(attr_.format), static_cast<AudioChannel>(attr_.channel)); in RenderFrame() 797 void AudioRendererSinkInner::DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const in DfxOperation() function in OHOS::AudioStandard::AudioRendererSinkInner
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/ |
H A D | audio_capturer_source.cpp | 202 void DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const; 819 DfxOperation(tmpBuffer, static_cast<AudioSampleFormat>(attr_.format), static_cast<AudioChannel>(attr_.channel)); in CaptureFrame() 834 void AudioCapturerSourceInner::DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const in DfxOperation() function in OHOS::AudioStandard::AudioCapturerSourceInner
|