OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bInterleaved
(Results
1 - 25
of
34
) sorted by null
1
2
/frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.cpp
118
pcmParams->
bInterleaved
= OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.cpp
116
pcmParams->
bInterleaved
= OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.cpp
112
pcmParams->
bInterleaved
= OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp
184
pcmParams->
bInterleaved
= OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.cpp
167
pcmParams->
bInterleaved
= OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp
135
pcmParams->
bInterleaved
= OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp
206
pcmParams->
bInterleaved
= OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.cpp
207
pcmParams->
bInterleaved
= OMX_TRUE;
SoftAACEncoder2.cpp
173
pcmParams->
bInterleaved
= OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp
205
pcmParams->
bInterleaved
= OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp
162
pcmParams->
bInterleaved
= OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp
168
pcmParams->
bInterleaved
= OMX_TRUE;
/frameworks/native/include/media/openmax/
OMX_Audio.h
184
OMX_BOOL
bInterleaved
; /**< True for normal interleaved data; false for
[
all
...]
/hardware/qcom/media/mm-core/inc/
OMX_Audio.h
167
OMX_BOOL
bInterleaved
; /**< True for normal interleaved data; false for
[
all
...]
/hardware/qcom/media/mm-core/omxcore/inc/
OMX_Audio.h
166
OMX_BOOL
bInterleaved
; /**< True for normal interleaved data; false for
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Audio.h
166
OMX_BOOL
bInterleaved
; /**< True for normal interleaved data; false for
[
all
...]
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Audio.h
166
OMX_BOOL
bInterleaved
; /**< True for normal interleaved data; false for
[
all
...]
/hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Audio.h
166
OMX_BOOL
bInterleaved
; /**< True for normal interleaved data; false for
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c
246
G711_op->
bInterleaved
= OMX_FALSE;
259
G711_ip->
bInterleaved
= OMX_FALSE;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c
413
G722_ip->
bInterleaved
= OMX_FALSE;
428
G722_op->
bInterleaved
= OMX_FALSE;
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/
Exynos_OMX_Mp3dec.c
834
pMp3Dec->pcmParam.
bInterleaved
= OMX_TRUE;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c
787
pPcmParam->
bInterleaved
= OMX_FALSE;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c
[
all
...]
Completed in 99 milliseconds
1
2