Searched refs:pOutPortFormat (Results 1 - 10 of 10) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c358 OMX_MALLOC_STRUCT(pComponentPrivate->pOutPortFormat, OMX_VIDEO_PARAM_PORTFORMATTYPE,pComponentPrivate->nMemUsage[VIDDDEC_Enum_MemLevel0]);
386 if( pComponentPrivate->pOutPortFormat->eColorFormat != VIDDEC_COLORFORMAT420) {
393 if( pComponentPrivate->pOutPortFormat->eColorFormat != VIDDEC_COLORFORMAT420) {
400 if( pComponentPrivate->pOutPortFormat->eColorFormat != VIDDEC_COLORFORMAT420) {
407 if( pComponentPrivate->pOutPortFormat->eColorFormat != VIDDEC_COLORFORMAT420) {
415 if( pComponentPrivate->pOutPortFormat->eColorFormat != VIDDEC_COLORFORMAT420) {
423 if( pComponentPrivate->pOutPortFormat->eColorFormat != VIDDEC_COLORFORMAT420) {
431 if( pComponentPrivate->pOutPortFormat->eColorFormat != VIDDEC_COLORFORMAT420) {
460 if( pComponentPrivate->pOutPortFormat->eColorFormat != VIDDEC_COLORFORMAT420) {
1008 else if (pPortFormat->nPortIndex == pComponentPrivate->pOutPortFormat
[all...]
H A DOMX_VideoDec_Utils.c927 /* Set pOutPortFormat defaults */
928 OMX_CONF_INIT_STRUCT(pComponentPrivate->pOutPortFormat, OMX_VIDEO_PARAM_PORTFORMATTYPE, pComponentPrivate->dbg);
929 pComponentPrivate->pOutPortFormat->nPortIndex = VIDDEC_OUTPUT_PORT;
930 pComponentPrivate->pOutPortFormat->nIndex = VIDDEC_DEFAULT_OUTPUT_INDEX_PLANAR420;
931 pComponentPrivate->pOutPortFormat->eCompressionFormat = VIDDEC_OUTPUT_PORT_COMPRESSIONFORMAT;
932 pComponentPrivate->pOutPortFormat->eColorFormat = VIDDEC_COLORFORMAT420;
934 pComponentPrivate->pOutPortFormat->xFramerate = VIDDEC_INPUT_PORT_FRAMERATE;
1363 pComponentPrivate->pOutPortFormat->nPortIndex = VIDDEC_OUTPUT_PORT;
1364 pComponentPrivate->pOutPortFormat->nIndex = VIDDEC_DEFAULT_OUTPUT_INDEX_PLANAR420;
1365 pComponentPrivate->pOutPortFormat
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c215 OMX_AUDIO_PARAM_PORTFORMATTYPE *pOutPortFormat = NULL; local
414 OMX_G729MALLOC_STRUCT(pComponentPrivate->pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
415 OMX_G729CONF_INIT_STRUCT(pComponentPrivate->pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
416 pOutPortFormat = (OMX_AUDIO_PARAM_PORTFORMATTYPE*) pComponentPrivate->pOutPortFormat;
417 OMX_G729CONF_INIT_STRUCT(pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
418 pOutPortFormat->nPortIndex = G729DEC_OUTPUT_PORT;
419 pOutPortFormat->nIndex = OMX_IndexParamAudioPcm;
420 pOutPortFormat->eEncoding = OMX_AUDIO_CodingPCM;
812 G729DEC_DPRINT ("pComponentPrivate->pOutPortFormat
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Encoder.c198 OMX_AUDIO_PARAM_PORTFORMATTYPE *pOutPortFormat = NULL; local
311 OMX_G722MALLOC_STRUCT(pComponentPrivate->pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
312 OMX_G722CONF_INIT_STRUCT(pComponentPrivate->pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
314 pOutPortFormat = pComponentPrivate->pOutPortFormat;
315 OMX_G722CONF_INIT_STRUCT(pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
316 pOutPortFormat->nPortIndex = G722ENC_OUTPUT_PORT;
317 pOutPortFormat->nIndex = OMX_IndexParamAudioPcm;
318 pOutPortFormat->eEncoding = OMX_AUDIO_CodingADPCM;
855 pComponentPrivate->pOutPortFormat
[all...]
H A DOMX_G722Enc_Utils.c737 if (pComponentPrivate->pOutPortFormat) {
738 G722ENC_MEMPRINT("%d:::[FREE] %p\n",__LINE__,pComponentPrivate->pOutPortFormat);
739 free (pComponentPrivate->pOutPortFormat);
740 pComponentPrivate->pOutPortFormat = NULL;
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
H A DOMX_G722Enc_Utils.h442 OMX_AUDIO_PARAM_PORTFORMATTYPE* pOutPortFormat; member in struct:G722ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
H A DOMX_G729Decoder.h384 OMX_AUDIO_PARAM_PORTFORMATTYPE* pOutPortFormat; member in struct:G729DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c188 OMX_AUDIO_PARAM_PORTFORMATTYPE *pOutPortFormat = NULL; local
326 pOutPortFormat = pComponentPrivate->pCompPort[G711ENC_OUTPUT_PORT]->pPortFormat;
327 OMX_G711ENC_INIT_STRUCT(pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
329 pOutPortFormat->nPortIndex = G711ENC_OUTPUT_PORT;
330 pOutPortFormat->nIndex = OMX_IndexParamAudioPcm;
331 pOutPortFormat->eEncoding = OMX_AUDIO_CodingG711;
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c202 OMX_AUDIO_PARAM_PORTFORMATTYPE *pOutPortFormat = NULL; local
337 pOutPortFormat = pComponentPrivate->pCompPort[G729ENC_OUTPUT_PORT]->pPortFormat;
338 OMX_G729CONF_INIT_STRUCT(pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
339 pOutPortFormat->nPortIndex = G729ENC_OUTPUT_PORT;
340 pOutPortFormat->nIndex = OMX_IndexParamAudioG729;
341 pOutPortFormat->eEncoding = OMX_AUDIO_CodingG729;
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h857 OMX_VIDEO_PARAM_PORTFORMATTYPE* pOutPortFormat; member in struct:VIDDEC_COMPONENT_PRIVATE

Completed in 73 milliseconds