Home
last modified time | relevance | path

Searched refs:maxInt32 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote/
H A Dremote_audio_capturer_source.cpp105 const uint32_t maxInt32 = 0x7fffffff; member in OHOS::AudioStandard::RemoteAudioCapturerSourceInner
315 param.stopThreshold = maxInt32; in CreateCapture()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_in_client.cpp752 double maxInt32 = INT32_MAX; in S32MonoToS16Stereo() local
755 int16_t temp = static_cast<int16_t>((static_cast<double>(*stcPtr) / maxInt32) * maxInt16); in S32MonoToS16Stereo()
773 double maxInt32 = INT32_MAX; in S32StereoS16Stereo() local
776 int16_t temp = static_cast<int16_t>((static_cast<double>(*stcPtr) / maxInt32) * maxInt16); in S32StereoS16Stereo()