Searched refs:bInterleaved (Results 1 - 16 of 16) sorted by relevance

/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp118 pcmParams->bInterleaved = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp116 pcmParams->bInterleaved = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp112 pcmParams->bInterleaved = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp184 pcmParams->bInterleaved = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp167 pcmParams->bInterleaved = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp137 pcmParams->bInterleaved = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp207 pcmParams->bInterleaved = OMX_TRUE;
H A DSoftAACEncoder2.cpp211 pcmParams->bInterleaved = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp205 pcmParams->bInterleaved = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp168 pcmParams->bInterleaved = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp159 pcmParams->bInterleaved = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp170 pcmParams->bInterleaved = OMX_TRUE;
/frameworks/native/include/media/openmax/
H A DOMX_Audio.h183 OMX_BOOL bInterleaved; /**< True for normal interleaved data; false for member in struct:OMX_AUDIO_PARAM_PCMMODETYPE
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp253 pcmParams->bInterleaved = OMX_TRUE;
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp3406 pcmParams.bInterleaved = OMX_TRUE;
4159 printf(" bInterleaved = %d\n", params.bInterleaved);
H A DACodec.cpp2114 pcmParams.bInterleaved = OMX_TRUE;
3615 CHECK(params.nChannels == 1 || params.bInterleaved);

Completed in 331 milliseconds