Searched refs:playParams (Results 1 – 3 of 3) sorted by relevance
58 const AudioStandard::AudioRendererInfo audioRendererInfo, const PlayParams playParams) in CreateAudioRenderer() argument87 if (playParams.cacheDir != "") { in CreateAudioRenderer()88 cacheDir = playParams.cacheDir; in CreateAudioRenderer()126 const PlayParams playParams) in PreparePlay() argument131 audioRenderer_ = CreateAudioRenderer(streamID, audioRendererInfo, playParams); in PreparePlay()138 DealPlayParamsBeforePlay(streamID, playParams); in PreparePlay()230 loop_ = playParams.loop; in DealPlayParamsBeforePlay()231 audioRenderer_->SetRenderRate(CheckAndAlignRendererRate(playParams.rate)); in DealPlayParamsBeforePlay()232 audioRenderer_->SetVolume(playParams.leftVolume); in DealPlayParamsBeforePlay()233 priority_ = playParams.priority; in DealPlayParamsBeforePlay()[all …]
65 const PlayParams playParams);100 const AudioStandard::AudioRendererInfo audioRendererInfo, const PlayParams playParams);103 int32_t DealPlayParamsBeforePlay(const int32_t streamID, const PlayParams playParams);
155 PlayParams playParams { in StartSound() local163 streamID_ = soundPoolPlayer_->Play(soundID_, playParams); in StartSound()