Searched defs:pPortDef (Results 1 - 25 of 54) sorted by relevance

123

/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec.c346 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
382 pPortDef = (OMX_PARAM_PORTDEFINITIONTYPE *)pParamStruct;
383 if(pPortDef->format.video.eColorFormat == OMX_COLOR_FormatYUV420PackedSemiPlanar)
385 if(pCompPrv->proxyPortBuffers[pPortDef->nPortIndex].proxyBufferType == GrallocPointers)
387 pPortDef->format.video.eColorFormat = HAL_NV12_PADDED_PIXEL_FORMAT;
391 pPortDef->format.video.eColorFormat = OMX_TI_COLOR_FormatYUV420PackedSemiPlanar;
433 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = (OMX_PARAM_PORTDEFINITIONTYPE *)pParamStruct; local
446 if(pPortDef->format.video.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar
447 || pPortDef->format.video.eColorFormat == HAL_NV12_PADDED_PIXEL_FORMAT)
449 pPortDef
[all...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec.c318 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
351 pPortDef = (OMX_PARAM_PORTDEFINITIONTYPE *)pParamStruct;
352 if(pPortDef->format.video.eColorFormat == OMX_COLOR_FormatYUV420PackedSemiPlanar)
354 if(pCompPrv->proxyPortBuffers[pPortDef->nPortIndex].proxyBufferType == GrallocPointers)
356 pPortDef->format.video.eColorFormat = HAL_NV12_PADDED_PIXEL_FORMAT;
360 pPortDef->format.video.eColorFormat = OMX_TI_COLOR_FormatYUV420PackedSemiPlanar;
402 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = (OMX_PARAM_PORTDEFINITIONTYPE *)pParamStruct; local
415 if(pPortDef->format.video.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar
416 || pPortDef->format.video.eColorFormat == HAL_NV12_PADDED_PIXEL_FORMAT)
418 pPortDef
[all...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
H A Domx_proxy_h264enc.c276 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
299 pPortDef = (OMX_PARAM_PORTDEFINITIONTYPE *)pParamStruct;
301 if(pPortDef->format.video.eColorFormat == OMX_COLOR_FormatYUV420PackedSemiPlanar)
306 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatAndroidOpaque;
311 pPortDef->format.video.eColorFormat = OMX_TI_COLOR_FormatYUV420PackedSemiPlanar;
315 if(pPortDef->nPortIndex == OMX_H264E_INPUT_PORT)
319 pPortDef->nBufferSize = sizeof(video_metadata_t);
374 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
398 pPortDef = (OMX_PARAM_PORTDEFINITIONTYPE *)pParamStruct;
400 if(pPortDef
[all...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
H A Domx_proxy_mpeg4enc.c274 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
297 pPortDef = (OMX_PARAM_PORTDEFINITIONTYPE *)pParamStruct;
299 if(pPortDef->format.video.eColorFormat == OMX_COLOR_FormatYUV420PackedSemiPlanar)
304 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatAndroidOpaque;
309 pPortDef->format.video.eColorFormat = OMX_TI_COLOR_FormatYUV420PackedSemiPlanar;
363 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = (OMX_PARAM_PORTDEFINITIONTYPE *)pParamStruct; local
387 if(pPortDef->format.video.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar)
389 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatYUV420PackedSemiPlanar;
392 else if(pPortDef->format.video.eColorFormat == OMX_COLOR_FormatAndroidOpaque)
400 pPortDef
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDecoder.c361 pComponentPrivate->pPortDef[INPUT_PORT_AACDEC] = pPortDef_ip;
362 pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC] = pPortDef_op;
741 pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->nPortIndex) {
742 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[INPUT_PORT_AACDEC], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
744 pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->nPortIndex) {
745 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
755 pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->nPortIndex) {
765 pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->nPortIndex){
978 pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->nPortIndex) {
980 memcpy(pComponentPrivate->pPortDef[INPUT_PORT_AACDE
1467 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1558 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1802 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
2178 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEncoder.c399 ((AACENC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[INPUT_PORT] = pPortDef_ip;
400 ((AACENC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[OUTPUT_PORT] = pPortDef_op;
833 if(((OMX_PARAM_PORTDEFINITIONTYPE *)(ComponentParameterStructure))->nPortIndex == pComponentPrivate->pPortDef[INPUT_PORT]->nPortIndex)
836 memcpy(ComponentParameterStructure,pComponentPrivate->pPortDef[INPUT_PORT], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
838 else if(((OMX_PARAM_PORTDEFINITIONTYPE *)(ComponentParameterStructure))->nPortIndex == pComponentPrivate->pPortDef[OUTPUT_PORT]->nPortIndex)
840 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[OUTPUT_PORT], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
851 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nPortIndex == pComponentPrivate->pPortDef[INPUT_PORT]->nPortIndex)
864 else if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nPortIndex == pComponentPrivate->pPortDef[OUTPUT_PORT]->nPortIndex)
1067 pComponentPrivate->pPortDef[OUTPUT_PORT]->nPortIndex)
1093 pComponentPrivate->pPortDef[INPUT_POR
1486 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1588 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1833 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef= NULL; local
1992 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
2107 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef= NULL; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c357 pComponentPrivate->pPortDef[G711DEC_INPUT_PORT] = pPortDef_ip;
358 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT] = pPortDef_op;
765 G711DEC_DPRINT ("pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nPortIndex = %d\n",(int)pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nPortIndex);
768 pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nPortIndex)
773 pComponentPrivate->pPortDef[G711DEC_INPUT_PORT],
779 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->nPortIndex)
784 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT],
801 pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nPortIndex)
818 pComponentPrivate->pPortDef[G711DEC_OUTPUT_POR
1304 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1391 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1584 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1862 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c280 pComponentPrivate->pPortDef[G711ENC_INPUT_PORT] = pPortDef_ip;
297 pComponentPrivate->pPortDef[G711ENC_OUTPUT_PORT] = pPortDef_op;
704 pComponentPrivate->pPortDef[G711ENC_INPUT_PORT]->nPortIndex) {
705 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[G711ENC_INPUT_PORT], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
708 pComponentPrivate->pPortDef[G711ENC_OUTPUT_PORT]->nPortIndex) {
709 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[G711ENC_OUTPUT_PORT], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
720 pComponentPrivate->pPortDef[G711ENC_INPUT_PORT]->nPortIndex) {
730 pComponentPrivate->pPortDef[G711ENC_OUTPUT_PORT]->nPortIndex){
890 pComponentPrivate->pPortDef[G711ENC_INPUT_PORT]->nPortIndex) {
892 memcpy(pComponentPrivate->pPortDef[G711ENC_INPUT_POR
1143 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1232 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1420 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1721 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c346 pComponentPrivate->pPortDef[G722D_INPUT_PORT] = pPortDef_ip;
347 pComponentPrivate->pPortDef[G722D_OUTPUT_PORT] = pPortDef_op;
684 pComponentPrivate->pPortDef[G722D_INPUT_PORT]->nPortIndex) {
685 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[G722D_INPUT_PORT],
688 pComponentPrivate->pPortDef[G722D_OUTPUT_PORT]->nPortIndex) {
689 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[G722D_OUTPUT_PORT],
700 pComponentPrivate->pPortDef[G722D_INPUT_PORT]->nPortIndex) {
711 pComponentPrivate->pPortDef[G722D_OUTPUT_PORT]->nPortIndex){
894 pComponentPrivate->pPortDef[G722D_INPUT_PORT]->nPortIndex) {
896 memcpy(pComponentPrivate->pPortDef[G722D_INPUT_POR
1302 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1400 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1622 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1956 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Encoder.c554 ((G722ENC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[G722ENC_INPUT_PORT]
557 ((G722ENC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[G722ENC_OUTPUT_PORT]
821 pComponentPrivate->pPortDef[G722ENC_INPUT_PORT]->nPortIndex) {
823 pComponentPrivate->pPortDef[G722ENC_INPUT_PORT],
828 pComponentPrivate->pPortDef[G722ENC_OUTPUT_PORT]->nPortIndex) {
830 pComponentPrivate->pPortDef[G722ENC_OUTPUT_PORT],
853 pComponentPrivate->pPortDef[G722ENC_OUTPUT_PORT]->nPortIndex){
963 pComponentPrivate->pPortDef[G722ENC_INPUT_PORT]->nPortIndex) {
965 memcpy(pComponentPrivate->pPortDef[G722ENC_INPUT_PORT],
971 pComponentPrivate->pPortDef[G722ENC_OUTPUT_POR
1377 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1467 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1653 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1942 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Decoder.c349 pComponentPrivate->pPortDef[G726D_INPUT_PORT] = pPortDef_ip;
350 pComponentPrivate->pPortDef[G726D_OUTPUT_PORT] = pPortDef_op;
705 pComponentPrivate->pPortDef[G726D_INPUT_PORT]->nPortIndex) {
706 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[G726D_INPUT_PORT],
709 pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->nPortIndex) {
710 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[G726D_OUTPUT_PORT],
721 pComponentPrivate->pPortDef[G726D_INPUT_PORT]->nPortIndex) {
732 pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->nPortIndex){
916 pComponentPrivate->pPortDef[G726D_INPUT_PORT]->nPortIndex) {
918 memcpy(pComponentPrivate->pPortDef[G726D_INPUT_POR
1322 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1420 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1671 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
2000 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Encoder.c274 pComponentPrivate->pPortDef[G726ENC_INPUT_PORT] = pPortDef_ip;
291 pComponentPrivate->pPortDef[G726ENC_OUTPUT_PORT] = pPortDef_op;
666 pComponentPrivate->pPortDef[G726ENC_INPUT_PORT]->nPortIndex) {
667 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[G726ENC_INPUT_PORT], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
670 pComponentPrivate->pPortDef[G726ENC_OUTPUT_PORT]->nPortIndex) {
671 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[G726ENC_OUTPUT_PORT], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
682 pComponentPrivate->pPortDef[G726ENC_INPUT_PORT]->nPortIndex) {
692 pComponentPrivate->pPortDef[G726ENC_OUTPUT_PORT]->nPortIndex){
830 if(((OMX_PARAM_PORTDEFINITIONTYPE *)(pCompParam))->nPortIndex == pComponentPrivate->pPortDef[G726ENC_INPUT_PORT]->nPortIndex) {
832 memcpy(pComponentPrivate->pPortDef[G726ENC_INPUT_POR
1073 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1158 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1347 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1607 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c361 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT] = pPortDef_ip;
372 pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT] = pPortDef_op;
781 G729DEC_DPRINT ("pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nPortIndex = %d\n",pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nPortIndex);
783 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nPortIndex) {
787 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT],
793 pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->nPortIndex) {
797 pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT],
982 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nPortIndex) {
984 memcpy(pComponentPrivate->pPortDef[G729DEC_INPUT_POR
1326 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1409 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1621 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1924 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c292 pComponentPrivate->pPortDef[G729ENC_INPUT_PORT] = pPortDef_ip;
310 pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT] = pPortDef_op;
761 pComponentPrivate->pPortDef[G729ENC_INPUT_PORT]->nPortIndex)
764 pComponentPrivate->pPortDef[G729ENC_INPUT_PORT],
768 pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT]->nPortIndex)
771 pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT],
783 pComponentPrivate->pPortDef[G729ENC_INPUT_PORT]->nPortIndex)
798 pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT]->nPortIndex)
978 pComponentPrivate->pPortDef[G729ENC_INPUT_PORT]->nPortIndex)
981 memcpy(pComponentPrivate->pPortDef[G729ENC_INPUT_POR
1291 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1385 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1613 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1927 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Decoder.c396 pComponentPrivate->pPortDef[MP3D_INPUT_PORT] = pPortDef_ip;
397 pComponentPrivate->pPortDef[MP3D_OUTPUT_PORT] = pPortDef_op;
744 pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->nPortIndex) {
745 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[MP3D_INPUT_PORT],
748 pComponentPrivate->pPortDef[MP3D_OUTPUT_PORT]->nPortIndex) {
749 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[MP3D_OUTPUT_PORT],
759 pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->nPortIndex) {
770 pComponentPrivate->pPortDef[MP3D_OUTPUT_PORT]->nPortIndex){
985 pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->nPortIndex) {
987 memcpy(pComponentPrivate->pPortDef[MP3D_INPUT_POR
1497 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1601 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1872 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
2261 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDecoder.c440 ((AMRDEC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[NBAMRDEC_INPUT_PORT]
443 ((AMRDEC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[NBAMRDEC_OUTPUT_PORT]
835 OMX_PRCOMM2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::pComponentPrivate->pPortDef[NBAMRDEC_INPUT_PORT]->nPortIndex = %ld\n",__LINE__,pComponentPrivate->pPortDef[NBAMRDEC_INPUT_PORT]->nPortIndex);
837 pComponentPrivate->pPortDef[NBAMRDEC_INPUT_PORT]->nPortIndex) {
839 memcpy(ComponentParameterStructure,pComponentPrivate->pPortDef[NBAMRDEC_INPUT_PORT],
843 pComponentPrivate->pPortDef[NBAMRDEC_OUTPUT_PORT]->nPortIndex) {
845 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[NBAMRDEC_OUTPUT_PORT],
857 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nPortIndex == pComponentPrivate->pPortDef[NBAMRDEC_INPUT_PORT]->nPortIndex) {
866 else if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nPortIndex == pComponentPrivate->pPortDef[NBAMRDEC_OUTPUT_POR
1484 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1587 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1793 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
2080 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEncoder.c308 pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT] = pPortDef_ip;
329 pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT] = pPortDef_op;
911 pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]->nPortIndex) {
912 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
915 pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT]->nPortIndex) {
916 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
928 pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]->nPortIndex) {
938 pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT]->nPortIndex){
1203 pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]->nPortIndex) {
1205 memcpy(pComponentPrivate->pPortDef[NBAMRENC_INPUT_POR
1538 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1637 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1863 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
2161 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c422 ((WBAMR_DEC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[WBAMR_DEC_INPUT_PORT]
425 ((WBAMR_DEC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[WBAMR_DEC_OUTPUT_PORT]
804 OMX_PRCOMM2(pComponentPrivate->dbg, "pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->nPortIndex = %ld\n",pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->nPortIndex);
806 pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->nPortIndex) {
809 pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT],
814 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->nPortIndex) {
817 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT],
831 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nPortIndex == pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->nPortIndex) {
844 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_POR
1414 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1512 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1713 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1974 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEncoder.c300 pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT] = pPortDef_ip;
319 pComponentPrivate->pPortDef[WBAMRENC_OUTPUT_PORT] = pPortDef_op;
847 pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT]->nPortIndex) {
849 pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT],
852 pComponentPrivate->pPortDef[WBAMRENC_OUTPUT_PORT]->nPortIndex) {
854 pComponentPrivate->pPortDef[WBAMRENC_OUTPUT_PORT],
868 pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT]->nPortIndex) {
878 pComponentPrivate->pPortDef[WBAMRENC_OUTPUT_PORT]->nPortIndex) {
1172 pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT]->nPortIndex) {
1174 memcpy(pComponentPrivate->pPortDef[WBAMRENC_INPUT_POR
1611 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1718 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1951 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
2273 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDecoder.c413 ((WMADEC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[INPUT_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;
807 pComponentPrivate->pPortDef[INPUT_PORT]->nPortIndex) {
811 pComponentPrivate->pPortDef[INPUT_PORT],
816 pComponentPrivate->pPortDef[OUTPUT_PORT]->nPortIndex) {
820 pComponentPrivate->pPortDef[OUTPUT_PORT],
832 pComponentPrivate->pPortDef[INPUT_PORT]->nPortIndex) {
845 pComponentPrivate->pPortDef[OUTPUT_POR
1342 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1438 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1654 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1984 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDecoder.c129 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef);
172 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
182 pPortDef = pComponentPrivate->pCompPort[nPortIndex]->pPortDef;
189 nBufferCount, pPortDef->nBufferCountActual, nPortIndex);
191 if (nBufferCount >= pPortDef->nBufferCountActual) {
202 pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr->nInputPortIndex = pPortDef->nPortIndex;
204 pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr->nVersion = pPortDef->nVersion;
217 pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr->nOutputPortIndex = pPortDef->nPortIndex;
220 pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr->nVersion = pPortDef
318 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
472 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
2048 VerifyTunnelConnection_JPEGDec(JPEGDEC_PORT_TYPE *pPort, OMX_HANDLETYPE hTunneledComp, OMX_PARAM_PORTDEFINITIONTYPE* pPortDef) argument
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c134 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef,
179 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
202 pPortDef = pComponentPrivate->pCompPort[nPortIndex]->pPortDef;
226 if ( pPortDef->bEnabled &&
239 OMX_PRBUFFER2(pComponentPrivate->dbg, "JPEGE: bPopulated %d\n", pComponentPrivate->pCompPort[nPortIndex]->pPortDef->bPopulated);
241 pComponentPrivate->pCompPort[nPortIndex]->pPortDef->bPopulated = OMX_FALSE;
250 if ((!pPortDef->bEnabled) &&
251 (!pComponentPrivate->pCompPort[nPortIndex]->pPortDef->bPopulated)) {
288 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef local
1982 JPEGENC_VerifyTunnelConnection(JPEG_PORT_TYPE *pPort, OMX_HANDLETYPE hTunneledComp, OMX_PARAM_PORTDEFINITIONTYPE* pPortDef, struct OMX_TI_Debug *dbg) argument
2177 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c232 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
248 if (nPortIndex == pComponentPrivate->sCompPorts[nPortIndex].pPortDef.nPortIndex) {
249 pPortDef = &(pComponentPrivate->sCompPorts[nPortIndex].pPortDef);
257 if (pComponentPrivate->sCompPorts[nPortIndex].pPortDef.nBufferSize > nSizeBytes) {
258 nBufSize = pComponentPrivate->sCompPorts[nPortIndex].pPortDef.nBufferSize;
262 nDirection = pComponentPrivate->sCompPorts[nPortIndex].pPortDef.eDir;
286 pBufferHdr->pInputPortPrivate = &(pComponentPrivate->sCompPorts[nPortIndex].pPortDef);
298 pBufferHdr->pOutputPortPrivate = &(pComponentPrivate->sCompPorts[nPortIndex].pPortDef);
336 pComponentPrivate->sCompPorts[nPortIndex].pPortDef
514 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
2368 VPP_VerifyTunnelConnection(VPP_PORT_TYPE *pPort, OMX_HANDLETYPE hTunneledComp, OMX_PARAM_PORTDEFINITIONTYPE* pPortDef) argument
[all...]
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/
H A Domx_proxy_h264enc.c415 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
438 pPortDef = (OMX_PARAM_PORTDEFINITIONTYPE *)pParamStruct;
440 if(pPortDef->format.video.eColorFormat == OMX_COLOR_FormatYUV420PackedSemiPlanar)
445 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatAndroidOpaque;
450 pPortDef->format.video.eColorFormat = OMX_TI_COLOR_FormatYUV420PackedSemiPlanar;
454 if(pPortDef->nPortIndex == OMX_H264E_INPUT_PORT)
458 pPortDef->nBufferSize = sizeof(video_metadata_t);
519 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
543 pPortDef = (OMX_PARAM_PORTDEFINITIONTYPE *)pParamStruct;
545 if(pPortDef
[all...]
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/
H A Domx_proxy_mpeg4enc.c412 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
435 pPortDef = (OMX_PARAM_PORTDEFINITIONTYPE *)pParamStruct;
437 if(pPortDef->format.video.eColorFormat == OMX_COLOR_FormatYUV420PackedSemiPlanar)
442 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatAndroidOpaque;
447 pPortDef->format.video.eColorFormat = OMX_TI_COLOR_FormatYUV420PackedSemiPlanar;
501 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = (OMX_PARAM_PORTDEFINITIONTYPE *)pParamStruct; local
525 if(pPortDef->format.video.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar)
527 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatYUV420PackedSemiPlanar;
530 else if(pPortDef->format.video.eColorFormat == OMX_COLOR_FormatAndroidOpaque)
538 pPortDef
[all...]

Completed in 516 milliseconds

123