Home
last modified time | relevance | path

Searched refs:CheckInputValid (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Daudio_spatial_channel_converter.h57 bool CheckInputValid(const BufferDesc bufDesc);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_spatial_channel_converter.cpp110 bool AudioSpatialChannelConverter::CheckInputValid(const BufferDesc bufDesc) in CheckInputValid() function in OHOS::AudioStandard::AudioSpatialChannelConverter
H A Drenderer_in_client.cpp1080 converter_ != nullptr && converter_->CheckInputValid(bufDesc), in Enqueue()
1587 …CHECK_AND_RETURN_RET_LOG(converter_->CheckInputValid(bufDesc), ERR_INVALID_PARAM, "Write: Invalid … in WriteInner()