Home
last modified time | relevance | path

Searched refs:metaLength (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_spatial_channel_converter.cpp121 if (bufDesc.metaLength != GetMetaSize()) { in CheckInputValid()
123 bufDesc.metaLength, GetMetaSize()); in CheckInputValid()
H A Drenderer_in_client.cpp948 … WriteInner(bufferDesc.buffer, bufferDesc.bufLength, bufferDesc.metaBuffer, bufferDesc.metaLength); in ProcessWriteInner()
1053 bufDesc.metaLength = converter_->GetMetaSize(); in GetBufferDesc()
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_stream_info.h626 size_t metaLength; member
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioRenderer.cpp708 (void*)bufDesc.metaBuffer, bufDesc.metaLength); in OnWriteData()