Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp140 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/aosp12/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp147 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/aosp12/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp179 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/aosp12/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp149 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/aosp12/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp217 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/aosp12/frameworks/av/media/libstagefright/codecs/flac/dec/
H A DSoftFlacDecoder.cpp200 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/aosp12/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp176 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/aosp12/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp213 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/audio/
H A Dmedia_audio_hidl_test_common.cpp84 param.bInterleaved = OMX_TRUE; in setupPCMPort()
/aosp12/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp200 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/aosp12/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp201 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/aosp12/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp205 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/aosp12/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.cpp234 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/aosp12/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Audio.h167 OMX_BOOL bInterleaved; /**< True for normal interleaved data; false for member
/aosp12/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Audio.h166 OMX_BOOL bInterleaved; /**< True for normal interleaved data; false for member
/aosp12/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Audio.h167 OMX_BOOL bInterleaved; /**< True for normal interleaved data; false for member
/aosp12/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_Audio.h167 OMX_BOOL bInterleaved; /**< True for normal interleaved data; false for member
/aosp12/hardware/qcom/sm8150/media/mm-core/inc/
H A DOMX_Audio.h168 OMX_BOOL bInterleaved; /**< True for normal interleaved data; false for member
/aosp12/hardware/qcom/sm7250/media/mm-core/inc/
H A DOMX_Audio.h168 OMX_BOOL bInterleaved; /**< True for normal interleaved data; false for member
/aosp12/hardware/qcom/sdm845/media/mm-core/inc/
H A DOMX_Audio.h167 OMX_BOOL bInterleaved; /**< True for normal interleaved data; false for member
/aosp12/frameworks/native/headers/media_plugin/media/openmax/
H A DOMX_Audio.h183 OMX_BOOL bInterleaved; /**< True for normal interleaved data; false for member
/aosp12/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp327 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/aosp12/frameworks/av/media/libstagefright/codecs/xaacdec/
H A DSoftXAAC.cpp338 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp3270 pcmParams.bInterleaved = OMX_TRUE; in setupRawAudioFormat()
5355 || (params.nChannels != 1 && !params.bInterleaved) in getPortFormat()
5359 params.bInterleaved ? " interleaved" : "", in getPortFormat()