/hardware/qcom/media/mm-core/inc/ |
D | OMX_Audio.h | 164 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */ member 209 OMX_U32 nChannels; /**< Number of channels */ member 279 OMX_U32 nChannels; /**< Number of channels */ member 302 OMX_U32 nChannels; /**< Number of channels */ member 355 OMX_U16 nChannels; /**< Number of channels */ member 388 OMX_U32 nChannels; /**< Number of channels */ member 414 OMX_U32 nChannels; /**< Number of channels */ member 433 OMX_U32 nChannels; /**< Number of channels in the data stream (not member 458 OMX_U32 nChannels; /**< Number of channels in the data stream (not member 486 OMX_U32 nChannels; /**< Number of channels in the data stream (not member [all …]
|
D | QOMX_AudioExtensions.h | 116 OMX_U32 nChannels; member 152 OMX_U16 nChannels; member 214 OMX_U16 nChannels; member
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/ |
D | OMX_Audio.h | 163 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */ member 208 OMX_U32 nChannels; /**< Number of channels */ member 278 OMX_U32 nChannels; /**< Number of channels */ member 301 OMX_U32 nChannels; /**< Number of channels */ member 354 OMX_U16 nChannels; /**< Number of channels */ member 387 OMX_U32 nChannels; /**< Number of channels */ member 413 OMX_U32 nChannels; /**< Number of channels */ member 432 OMX_U32 nChannels; /**< Number of channels in the data stream (not member 457 OMX_U32 nChannels; /**< Number of channels in the data stream (not member 485 OMX_U32 nChannels; /**< Number of channels in the data stream (not member [all …]
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_Audio.h | 163 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */ member 208 OMX_U32 nChannels; /**< Number of channels */ member 278 OMX_U32 nChannels; /**< Number of channels */ member 301 OMX_U32 nChannels; /**< Number of channels */ member 354 OMX_U16 nChannels; /**< Number of channels */ member 387 OMX_U32 nChannels; /**< Number of channels */ member 413 OMX_U32 nChannels; /**< Number of channels */ member 432 OMX_U32 nChannels; /**< Number of channels in the data stream (not member 457 OMX_U32 nChannels; /**< Number of channels in the data stream (not member 485 OMX_U32 nChannels; /**< Number of channels in the data stream (not member [all …]
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_Audio.h | 163 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */ member 208 OMX_U32 nChannels; /**< Number of channels */ member 278 OMX_U32 nChannels; /**< Number of channels */ member 301 OMX_U32 nChannels; /**< Number of channels */ member 354 OMX_U16 nChannels; /**< Number of channels */ member 387 OMX_U32 nChannels; /**< Number of channels */ member 413 OMX_U32 nChannels; /**< Number of channels */ member 432 OMX_U32 nChannels; /**< Number of channels in the data stream (not member 457 OMX_U32 nChannels; /**< Number of channels in the data stream (not member 485 OMX_U32 nChannels; /**< Number of channels in the data stream (not member [all …]
|
/hardware/qcom/media/mm-core/omxcore/inc/ |
D | OMX_Audio.h | 163 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */ member 208 OMX_U32 nChannels; /**< Number of channels */ member 278 OMX_U32 nChannels; /**< Number of channels */ member 301 OMX_U32 nChannels; /**< Number of channels */ member 354 OMX_U16 nChannels; /**< Number of channels */ member 387 OMX_U32 nChannels; /**< Number of channels */ member 413 OMX_U32 nChannels; /**< Number of channels */ member 432 OMX_U32 nChannels; /**< Number of channels in the data stream (not member 457 OMX_U32 nChannels; /**< Number of channels in the data stream (not member 485 OMX_U32 nChannels; /**< Number of channels in the data stream (not member [all …]
|
D | QOMX_AudioExtensions.h | 93 OMX_U32 nChannels; member 129 OMX_U16 nChannels; member
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioUtil.h | 48 int nChannels; member
|
D | AudioUtil.cpp | 185 pInfo->AudioBlocksArray[i].nChannels = channels[i]; in getHDMIAudioSinkCaps() 186 … ALOGV("pInfo->AudioBlocksArray[i].nChannels %d\n", pInfo->AudioBlocksArray[i].nChannels); in getHDMIAudioSinkCaps()
|
D | ALSAStreamOps.cpp | 268 switch (info.AudioBlocksArray[i].nChannels) { in getParameters() 278 ALOGD("Unsupported number of channels %d", info.AudioBlocksArray[i].nChannels); in getParameters()
|
D | alsa_default.cpp | 242 if (info.AudioBlocksArray[i].nChannels > channel_count && in setHDMIChannelCount() 243 info.AudioBlocksArray[i].nChannels <= MAX_HDMI_CHANNEL_CNT) { in setHDMIChannelCount() 244 channel_count = info.AudioBlocksArray[i].nChannels; in setHDMIChannelCount()
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/ |
D | Exynos_OMX_Mp3dec.c | 555 if (pMp3Dec->pcmParam.nChannels != codecDecInfo.channels || in Exynos_SRP_Mp3_Decode_Block() 558 pMp3Dec->pcmParam.nChannels = codecDecInfo.channels; in Exynos_SRP_Mp3_Decode_Block() 821 pMp3Dec->mp3Param.nChannels = DEFAULT_AUDIO_CHANNELS_NUM; in Exynos_OMX_ComponentInit() 831 pMp3Dec->pcmParam.nChannels = DEFAULT_AUDIO_CHANNELS_NUM; in Exynos_OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
D | OMX_Mp3Dec_Utils.c | 988 …ComponentPrivate->pParams->unAudioFormat = (unsigned short)pComponentPrivate->mp3Params->nChannels; in MP3DEC_HandleCommand() 996 …mponentPrivate->dbg, "::pParams->unAudioFormat = %ld\n",pComponentPrivate->mp3Params->nChannels); in MP3DEC_HandleCommand() 1900 (unsigned short)pComponentPrivate->mp3Params->nChannels; in MP3DEC_HandleDataBuf_FromApp() 1971 temp2 = pComponentPrivate->pcmParams->nChannels; in MP3DEC_HandleDataBuf_FromApp() 1974 pComponentPrivate->pcmParams->nChannels = 1; in MP3DEC_HandleDataBuf_FromApp() 1977 pComponentPrivate->pcmParams->nChannels = MP3D_STEREO_STREAM; in MP3DEC_HandleDataBuf_FromApp() 1982 temp2 != pComponentPrivate->pcmParams->nChannels){ in MP3DEC_HandleDataBuf_FromApp() 1992 pComponentPrivate->pcmParams->nChannels, in MP3DEC_HandleDataBuf_FromApp() 2523 … time_stmp = pLcmlHdr->pBufHdr->nFilledLen / (pComponentPrivate->pcmParams->nChannels * in MP3DEC_LCML_Callback()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/ |
D | G726DecTest.c | 572 pG726Param->nChannels = 1; /* mono */ in main() 782 pPcmParam->nChannels = 1; /* mono */ in main()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
D | OMX_AacDec_Utils.c | 947 if(pComponentPrivate->aacParams->nChannels == OMX_AUDIO_ChannelModeMono) { in AACDEC_HandleCommand() 1902 …pComponentPrivate->pcmParams->nChannels = AACDEC_GetBits(&nBitPosition, 4, pHeaderStream, OMX_TRUE… in AACDEC_ParseHeader() 1903 OMX_PRINT2(pComponentPrivate->dbg, "nChannels %ld\n",pComponentPrivate->pcmParams->nChannels); in AACDEC_ParseHeader() 1905 pComponentPrivate->pcmParams->nChannels = 2; in AACDEC_ParseHeader() 2037 if(pComponentPrivate->aacParams->nChannels == OMX_AUDIO_ChannelModeMono) { in AACDEC_HandleDataBuf_FromApp() 2712 if(pComponentPrivate->pcmParams->nChannels == 2) {/* OMX_AUDIO_ChannelModeStereo */ in AACDEC_LCML_Callback()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/ |
D | G729DecTest.c | 850 pG729Param->nChannels = 1; in main() 872 pPcmParam->nChannels = 1; in main()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/ |
D | G722DecTest.c | 1135 pG722Param.nChannels = 1; /* mono */ in g722SetInputPort() 1173 pG722Param.nChannels = 1; /* mono */ in g722SetOutputPort()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
D | OMX_AacEncoder.c | 212 aac_op->nChannels = 2; in OMX_ComponentInit() 233 aac_pcm_ip->nChannels = 1; /*Will be remapped for SN. 0:mono, 1:stereo*/ in OMX_ComponentInit() 1075 if(pComponentPrivate->aacParams[OUTPUT_PORT]->nChannels ==2) in SetParameter()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/ |
D | WmaDecTest.c | 950 pWmaParam->nChannels = 1; in main() 969 pWmaParam->nChannels = 1; in main()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/ |
D | WBAmrDecTest.c | 924 pAmrParam->nChannels = 1; 1056 pAmrParam->nChannels = 1;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/ |
D | WbAmrEncTest.c | 916 pAmrParam->nChannels = WBAPP_NUM_OF_CHANNELS; 935 pAmrParam->nChannels = WBAPP_NUM_OF_CHANNELS;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
D | OMX_G711Encoder.c | 243 G711_op->nChannels = 1; in OMX_ComponentInit() 256 G711_ip->nChannels = 1; in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
D | OMX_G722Decoder.c | 409 G722_ip->nChannels = 1; /* mono */ in OMX_ComponentInit() 421 G722_op->nChannels = OMX_AUDIO_ChannelModeMono; in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
D | OMX_G726Decoder.c | 412 G726_ip->nChannels = 1; /* mono */ in OMX_ComponentInit() 419 G726_op->nChannels = OMX_AUDIO_ChannelModeMono; in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
D | OMX_WbAmrDecoder.c | 367 amr_ip->nChannels = 1; in OMX_ComponentInit() 376 amr_op->nChannels = 1; in OMX_ComponentInit()
|