Home
last modified time | relevance | path

Searched refs:totalSizeInframe (Results 1 - 14 of 14) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/test/example/
H A Daudio_hdi_device_test.cpp42 uint32_t totalSizeInframe = 0; in RenderFrameFromFile() local
46 hdiRenderSink_->GetMmapBufferInfo(fd, totalSizeInframe, spanSizeInframe, byteSizePerFrame); in RenderFrameFromFile()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_process_in_server.cpp370 int32_t AudioProcessInServer::ConfigProcessBuffer(uint32_t &totalSizeInframe, in ConfigProcessBuffer() argument
378 CHECK_AND_RETURN_RET_LOG(totalSizeInframe != 0 && spanSizeInframe != 0 && totalSizeInframe % spanSizeInframe == 0, in ConfigProcessBuffer()
384 totalSizeInframe_ = totalSizeInframe / spanSizeInframe * spanSizeInframe_; in ConfigProcessBuffer()
409 AUDIO_INFO_LOG("Config: totalSizeInframe:%{public}d spanSizeInframe:%{public}d byteSizePerFrame:%{public}d", in ConfigProcessBuffer()
H A Daudio_endpoint_separate.cpp337 int32_t AudioEndpointSeparate::GetPreferBufferInfo(uint32_t &totalSizeInframe, uint32_t &spanSizeInframe) in GetPreferBufferInfo() argument
339 totalSizeInframe = dstTotalSizeInframe_; in GetPreferBufferInfo()
H A Daudio_service.cpp545 uint32_t totalSizeInframe = 0; in GetAudioProcess() local
547 audioEndpoint->GetPreferBufferInfo(totalSizeInframe, spanSizeInframe); in GetAudioProcess()
557 int32_t ret = process->ConfigProcessBuffer(totalSizeInframe, spanSizeInframe, deviceInfo.audioStreamInfo, buffer); in GetAudioProcess()
H A Daudio_endpoint.cpp133 int32_t GetPreferBufferInfo(uint32_t &totalSizeInframe, uint32_t &spanSizeInframe) override;
902 int32_t AudioEndpointInner::GetPreferBufferInfo(uint32_t &totalSizeInframe, uint32_t &spanSizeInframe) in GetPreferBufferInfo() argument
904 totalSizeInframe = dstTotalSizeInframe_; in GetPreferBufferInfo()
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_endpoint.h86 virtual int32_t GetPreferBufferInfo(uint32_t &totalSizeInframe, uint32_t &spanSizeInframe) = 0;
121 int32_t GetPreferBufferInfo(uint32_t &totalSizeInframe, uint32_t &spanSizeInframe) override;
H A Daudio_process_in_server.h81 int32_t ConfigProcessBuffer(uint32_t &totalSizeInframe, uint32_t &spanSizeInframe,
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/common/
H A Di_audio_renderer_sink.h123 virtual int32_t GetMmapBufferInfo(int &fd, uint32_t &totalSizeInframe, uint32_t &spanSizeInframe,
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/common/
H A Di_audio_capturer_source.h121 virtual int32_t GetMmapBufferInfo(int &fd, uint32_t &totalSizeInframe, uint32_t &spanSizeInframe,
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote_fast/
H A Dremote_fast_audio_capturer_source.cpp86 int32_t GetMmapBufferInfo(int &fd, uint32_t &totalSizeInframe, uint32_t &spanSizeInframe,
410 int32_t RemoteFastAudioCapturerSourceInner::GetMmapBufferInfo(int &fd, uint32_t &totalSizeInframe, in GetMmapBufferInfo() argument
416 totalSizeInframe = bufferTotalFrameSize_; in GetMmapBufferInfo()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/fast/
H A Dfast_audio_renderer_sink.cpp99 int32_t GetMmapBufferInfo(int &fd, uint32_t &totalSizeInframe, uint32_t &spanSizeInframe,
305 int32_t FastAudioRendererSinkInner::GetMmapBufferInfo(int &fd, uint32_t &totalSizeInframe, uint32_t &spanSizeInframe, in GetMmapBufferInfo() argument
310 totalSizeInframe = bufferTotalFrameSize_; in GetMmapBufferInfo()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/fast/
H A Dfast_audio_capturer_source.cpp72 int32_t GetMmapBufferInfo(int &fd, uint32_t &totalSizeInframe, uint32_t &spanSizeInframe,
373 int32_t FastAudioCapturerSourceInner::GetMmapBufferInfo(int &fd, uint32_t &totalSizeInframe, uint32_t &spanSizeInframe, in GetMmapBufferInfo() argument
378 totalSizeInframe = bufferTotalFrameSize_; in GetMmapBufferInfo()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote_fast/
H A Dremote_fast_audio_renderer_sink.cpp108 int32_t GetMmapBufferInfo(int &fd, uint32_t &totalSizeInframe, uint32_t &spanSizeInframe,
360 int32_t RemoteFastAudioRendererSinkInner::GetMmapBufferInfo(int &fd, uint32_t &totalSizeInframe, in GetMmapBufferInfo() argument
366 totalSizeInframe = bufferTotalFrameSize_; in GetMmapBufferInfo()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H A Dbluetooth_renderer_sink.cpp160 int32_t GetMmapBufferInfo(int &fd, uint32_t &totalSizeInframe, uint32_t &spanSizeInframe,
1079 int32_t BluetoothRendererSinkInner::GetMmapBufferInfo(int &fd, uint32_t &totalSizeInframe, uint32_t &spanSizeInframe, in GetMmapBufferInfo() argument
1084 totalSizeInframe = bufferTotalFrameSize_; in GetMmapBufferInfo()

Completed in 17 milliseconds