Home
last modified time | relevance | path

Searched defs:GetRenderPosition (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/aaccodecctrl_l2/include/
H A Da2dp_encoder_aac.h37 void GetRenderPosition(uint64_t &sendDataSize, uint32_t &timeStamp) override in GetRenderPosition() function
/ohos5.0/drivers/peripheral/bluetooth/audio/interfaces/include/
H A Daudio_render.h103 …int32_t (*GetRenderPosition)(struct AudioRender *render, uint64_t *frames, struct AudioTimeStamp *… member
/ohos5.0/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_render.h105 …int32_t (*GetRenderPosition)(struct AudioRender *render, uint64_t *frames, struct AudioTimeStamp *… member
/ohos5.0/drivers/peripheral/audio/interfaces/include/
H A Daudio_render.h103 …int32_t (*GetRenderPosition)(struct AudioRender *render, uint64_t *frames, struct AudioTimeStamp *… member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_codec_thread.cpp166 void A2dpCodecThread::GetRenderPosition(uint64_t &sendDataSize, uint32_t &timeStamp) const in GetRenderPosition() function in OHOS::bluetooth::A2dpCodecThread
H A Da2dp_profile.cpp363 void A2dpProfile::GetRenderPosition(uint32_t &delayValue, uint64_t &sendDataSize, uint32_t &timeSta… in GetRenderPosition() function in OHOS::bluetooth::A2dpProfile
H A Da2dp_service.cpp965 int A2dpService::GetRenderPosition(const RawAddress &device, uint32_t &delayValue, uint64_t &sendDa… in GetRenderPosition() function in OHOS::bluetooth::A2dpService
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/
H A Dplayer_sink_manager.cpp439 void SinkManager::GetRenderPosition(int64_t &position) in GetRenderPosition() function in OHOS::Media::SinkManager
H A Dplayer_audio_sink.cpp448 void AudioSink::GetRenderPosition(int64_t &position) in GetRenderPosition() function in OHOS::Media::AudioSink
H A Dplayer_video_sink.cpp440 void VideoSink::GetRenderPosition(int64_t &position) in GetRenderPosition() function in OHOS::Media::VideoSink
/ohos5.0/drivers/peripheral/audio/interfaces/sound/v1_0/
H A Diaudio_render_vdi.h34 …int32_t (*GetRenderPosition)(struct IAudioRenderVdi *self, uint64_t *frames, struct AudioTimeStamp… member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_source_server.cpp427 int BluetoothA2dpSourceServer::GetRenderPosition(const RawAddress &device, uint32_t &delayValue, ui… in GetRenderPosition() function in OHOS::Bluetooth::BluetoothA2dpSourceServer
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_render_ext_impl.cpp130 int32_t AudioRenderExtImpl::GetRenderPosition(uint64_t &frames, AudioTimeStamp &time) in GetRenderPosition() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderExtImpl
H A Daudio_render_interface_impl.cpp141 int32_t AudioRenderInterfaceImpl::GetRenderPosition(uint64_t &frames, AudioTimeStamp &time) in GetRenderPosition() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderInterfaceImpl
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_encoder_sbc.cpp94 void A2dpSbcEncoder::GetRenderPosition(uint64_t &sendDataSize, uint32_t &timeStamp) in GetRenderPosition() function in OHOS::bluetooth::A2dpSbcEncoder
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_proxy.cpp386 int BluetoothA2dpSrcProxy::GetRenderPosition(const RawAddress &device, uint32_t &delayValue, uint64… in GetRenderPosition() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp586 int A2dpSource::GetRenderPosition(const BluetoothRemoteDevice &device, uint32_t &delayValue, uint64… in GetRenderPosition() function in OHOS::Bluetooth::A2dpSource
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.cpp230 int32_t AudioA2dpManager::GetRenderPosition(uint32_t &delayValue, uint64_t &sendDataSize, uint32_t … in GetRenderPosition() function in OHOS::Bluetooth::AudioA2dpManager
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_test_utils/
H A Daudio_test_utils.h101 int32_t GetRenderPosition(uint64_t &frames, AudioTimeStamp &time) override in GetRenderPosition() function
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/render/
H A Daudio_render_benchmarktest.cpp409 BENCHMARK_F(AudioRenderBenchmarkTest, GetRenderPosition)(benchmark::State &state) in BENCHMARK_F() argument