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

/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDecoder.c236 ((WMADEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->wmaParams[OUTPUT_PORT] = (OMX_AUDIO_PARAM_WMATYPE*)wma_op;
349 pComponentPrivate->sOutPortFormat.nPortIndex = OUTPUT_PORT;
416 ((WMADEC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[OUTPUT_PORT]
436 if(pComponentPrivate->pPortDef[OUTPUT_PORT]->nBufferSize == 0)
442 pPortDef_op->nBufferSize = pComponentPrivate->pPortDef[OUTPUT_PORT]->nBufferSize;
816 pComponentPrivate->pPortDef[OUTPUT_PORT]->nPortIndex) {
820 pComponentPrivate->pPortDef[OUTPUT_PORT],
845 pComponentPrivate->pPortDef[OUTPUT_PORT]->nPortIndex){
877 pComponentPrivate->wmaParams[OUTPUT_PORT]->nPortIndex)
879 memcpy(ComponentParameterStructure, pComponentPrivate->wmaParams[OUTPUT_PORT], sizeo
[all...]
H A DOMX_WmaDec_Utils.c141 nOpBufSize = pComponentPrivate->pPortDef[OUTPUT_PORT]->nBufferSize;
198 strmAttr->uBufsize = pComponentPrivate->pPortDef[OUTPUT_PORT]->nBufferSize;
224 pComponentPrivate_CC->wmaParams[OUTPUT_PORT]->nChannels;
239 arr[4] = OUTPUT_PORT;
344 pComponentPrivate_CC->pLcmlBufHeader[OUTPUT_PORT] = pTemp_lcml;
505 nOpBuf = pComponentPrivate->pPortDef[OUTPUT_PORT]->nBufferCountActual;
569 if (pComponentPrivate->pPortDef[OUTPUT_PORT])
572 OMX_PRCOMM2(pComponentPrivate->dbg, "pComponentPrivate->pPortDef[OUTPUT_PORT] = %p",
573 pComponentPrivate->pPortDef[OUTPUT_PORT]);
574 OMX_MEMFREE_STRUCT(pComponentPrivate->pPortDef[OUTPUT_PORT]);
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEncoder.c209 ((AACENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->aacParams[OUTPUT_PORT] = aac_op;
240 ((AACENC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pcmParam[OUTPUT_PORT] = aac_pcm_op;
340 pComponentPrivate->sOutPortFormat.nPortIndex = OUTPUT_PORT;
400 ((AACENC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[OUTPUT_PORT] = pPortDef_op;
838 else if(((OMX_PARAM_PORTDEFINITIONTYPE *)(ComponentParameterStructure))->nPortIndex == pComponentPrivate->pPortDef[OUTPUT_PORT]->nPortIndex)
840 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[OUTPUT_PORT], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
864 else if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nPortIndex == pComponentPrivate->pPortDef[OUTPUT_PORT]->nPortIndex)
887 OMX_PRCOMM2(pComponentPrivate->dbg, "AACENC: acParams[OUPUT_PORT]->nPortIndex = %d\n", (int)pComponentPrivate->aacParams[OUTPUT_PORT]->nPortIndex);
902 memcpy(ComponentParameterStructure, pComponentPrivate->aacParams[OUTPUT_PORT], sizeof(OMX_AUDIO_PARAM_AACPROFILETYPE));
905 else if(((OMX_AUDIO_PARAM_AACPROFILETYPE *)(ComponentParameterStructure))->nPortIndex == pComponentPrivate->aacParams[OUTPUT_PORT]
[all...]
H A DOMX_AacEnc_Utils.c131 nOpBufSize = pComponentPrivate->pPortDef[OUTPUT_PORT]->nBufferSize;
203 pComponentPrivate->unNumChannels = (OMX_U16)pComponentPrivate->aacParams[OUTPUT_PORT]->nChannels; /*Number of Channels*/
205 pComponentPrivate->ulSamplingRate = (OMX_U16)pComponentPrivate->aacParams[OUTPUT_PORT]->nSampleRate; /*Sampling rate*/
206 HigherBitsSamplingRate =(OMX_U16)((pComponentPrivate->aacParams[OUTPUT_PORT]->nSampleRate >>16)& 0xFFFF);
207 pComponentPrivate->unBitrate = pComponentPrivate->aacParams[OUTPUT_PORT]->nBitRate; /*Bit rate 2bytes*/
208 pComponentPrivate->nObjectType = pComponentPrivate->aacParams[OUTPUT_PORT]->eAACProfile; /*Object Type */
221 if (pComponentPrivate->aacParams[OUTPUT_PORT]->eAACStreamFormat == OMX_AUDIO_AACStreamFormatRAW ||
222 pComponentPrivate->aacParams[OUTPUT_PORT]->eAACStreamFormat == OMX_AUDIO_AACStreamFormatMP4FF){
226 else if (pComponentPrivate->aacParams[OUTPUT_PORT]->eAACStreamFormat == OMX_AUDIO_AACStreamFormatADIF) {
230 else if((pComponentPrivate->aacParams[OUTPUT_PORT]
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h211 OUTPUT_PORT, enumerator in enum:v4l2_ports
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
H A DOMX_AacEnc_Utils.h179 OUTPUT_PORT enumerator in enum:COMP_PORT_TYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
H A DOMX_WmaDec_Utils.h459 * @param OUTPUT_PORT Output port
464 OUTPUT_PORT enumerator in enum:COMP_PORT_TYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c106 #define OUTPUT_PORT 1 macro
961 pCompPrivateStruct->nPortIndex = OUTPUT_PORT;
1091 pAacParam->nPortIndex = OUTPUT_PORT;
2219 error = OMX_FreeBuffer(*pHandle, OUTPUT_PORT, pOutputBufferHeader[i]);
2552 eError = OMX_FreeBuffer(pHandle, OUTPUT_PORT, pBufferOut+i);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h465 OUTPUT_PORT, enumerator in enum:omx_vdec::v4l2_ports
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h467 OUTPUT_PORT, enumerator in enum:omx_vdec::v4l2_ports
H A Domx_vdec.h524 OUTPUT_PORT, enumerator in enum:omx_vdec::v4l2_ports
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp1915 if (streaming[OUTPUT_PORT]) {
1923 streaming[OUTPUT_PORT] = false;
2458 if (!streaming[OUTPUT_PORT]) {
2468 streaming[OUTPUT_PORT] = true;
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp602 streaming[OUTPUT_PORT] = false;
960 pThis->streaming[OUTPUT_PORT] = false;
5211 if (!streaming[OUTPUT_PORT]) {
5220 streaming[OUTPUT_PORT] = true;
7069 enum v4l2_ports v4l2_port = OUTPUT_PORT;
7073 v4l2_port = OUTPUT_PORT;
H A Domx_vdec_hevc_swvdec.cpp677 streaming[OUTPUT_PORT] = false;
1154 pThis->streaming[OUTPUT_PORT] = false;
6213 if(!streaming[OUTPUT_PORT])
6223 streaming[OUTPUT_PORT] = true;
8052 enum v4l2_ports v4l2_port = OUTPUT_PORT;
8056 v4l2_port = OUTPUT_PORT;
H A Domx_vdec_msm8974.cpp670 streaming[OUTPUT_PORT] = false;
1044 pThis->streaming[OUTPUT_PORT] = false;
5920 if (!streaming[OUTPUT_PORT]) {
5929 streaming[OUTPUT_PORT] = true;
8072 enum v4l2_ports v4l2_port = OUTPUT_PORT;
8076 v4l2_port = OUTPUT_PORT;
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec_copper.cpp1828 streaming[OUTPUT_PORT] = false;
5408 if(!streaming[OUTPUT_PORT])
5417 streaming[OUTPUT_PORT] = true;

Completed in 199 milliseconds