Home
last modified time | relevance | path

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

/aosp_15_r20/external/oboe/src/opensles/
H A DOpenSLESUtilities.h40 SLuint32 OpenSLES_ConvertFormatToRepresentation(AudioFormat format);
H A DOpenSLESUtilities.cpp80 SLuint32 OpenSLES_ConvertFormatToRepresentation(AudioFormat format) { in OpenSLES_ConvertFormatToRepresentation() function
H A DAudioInputStreamOpenSLES.cpp128 SLuint32 representation = OpenSLES_ConvertFormatToRepresentation(getFormat()); in open()
H A DAudioOutputStreamOpenSLES.cpp167 SLuint32 representation = OpenSLES_ConvertFormatToRepresentation(getFormat()); in open()