OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pcmparam
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/common/wrs_omxil_core/base/src/
portaudio.cpp
232
memset(&
pcmparam
, 0, sizeof(
pcmparam
));
233
ComponentBase::SetTypeHeader(&
pcmparam
, sizeof(
pcmparam
));
245
if (
pcmparam
.nPortIndex != p->nPortIndex)
255
pcmparam
.nPortIndex = p->nPortIndex;
258
pcmparam
.nChannels = p->nChannels;
259
pcmparam
.eNumData = p->eNumData;
260
pcmparam
.eEndian = p->eEndian;
261
pcmparam
.bInterleaved = p->bInterleaved
[
all
...]
/hardware/intel/common/wrs_omxil_core/base/inc/
portaudio.h
98
OMX_AUDIO_PARAM_PCMMODETYPE
pcmparam
;
member in class:PortPcm
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c
239
((AACENC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->
pcmParam
[INPUT_PORT] = aac_pcm_ip;
240
((AACENC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->
pcmParam
[OUTPUT_PORT] = aac_pcm_op;
[
all
...]
OMX_AacEnc_Utils.c
528
OMX_MEMFREE_STRUCT(pComponentPrivate->
pcmParam
[INPUT_PORT]);
529
OMX_MEMFREE_STRUCT(pComponentPrivate->
pcmParam
[OUTPUT_PORT]);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h
365
OMX_AUDIO_PARAM_PCMMODETYPE*
pcmParam
[NUM_OF_PORTS];
Completed in 1382 milliseconds