Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp930 int32_t formatByteSize; in GetFormatByteSize() local
933 formatByteSize = 2; // size is 2 in GetFormatByteSize()
936 formatByteSize = 3; // size is 3 in GetFormatByteSize()
939 formatByteSize = 4; // size is 4 in GetFormatByteSize()
942 formatByteSize = 2; // size is 2 in GetFormatByteSize()
945 return formatByteSize; in GetFormatByteSize()