/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
D | OMX_JpegDecoder.c | 647 …OMX_MALLOC(pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortFormat, sizeof(OMX_IMAGE_PARAM_P… in OMX_ComponentInit() 648 …OMX_MALLOC(pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pPortFormat, sizeof(OMX_IMAGE_PARAM_… in OMX_ComponentInit() 769 …OMX_CONF_INIT_STRUCT(pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortFormat, OMX_IMAGE_PARA… in OMX_ComponentInit() 770 pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortFormat->nPortIndex = JPEGDEC_INPUT_PORT; in OMX_ComponentInit() 771 pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortFormat->nIndex = 0x0; in OMX_ComponentInit() 772 …pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortFormat->eCompressionFormat =OMX_IMAGE_Cod… in OMX_ComponentInit() 773 …pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortFormat->eColorFormat = OMX_COLOR_Fo… in OMX_ComponentInit() 776 …OMX_CONF_INIT_STRUCT(pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pPortFormat, OMX_IMAGE_PAR… in OMX_ComponentInit() 777 … pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pPortFormat->nPortIndex = JPEGDEC_OUTPUT_PORT; in OMX_ComponentInit() 778 pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pPortFormat->nIndex = 0x0; in OMX_ComponentInit() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
D | OMX_G726Encoder.c | 193 OMX_AUDIO_PARAM_PORTFORMATTYPE *pPortFormat = NULL; in OMX_ComponentInit() local 305 …OMX_NBMALLOC_STRUCT(pComponentPrivate->pCompPort[G726ENC_INPUT_PORT]->pPortFormat, OMX_AUDIO_PARAM… in OMX_ComponentInit() 306 …OMX_NBCONF_INIT_STRUCT(pComponentPrivate->pCompPort[G726ENC_INPUT_PORT]->pPortFormat, OMX_AUDIO_PA… in OMX_ComponentInit() 308 pPortFormat = pComponentPrivate->pCompPort[G726ENC_INPUT_PORT]->pPortFormat; in OMX_ComponentInit() 309 OMX_NBCONF_INIT_STRUCT(pPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit() 310 pPortFormat->nPortIndex = G726ENC_INPUT_PORT; in OMX_ComponentInit() 311 pPortFormat->nIndex = OMX_IndexParamAudioPcm; in OMX_ComponentInit() 312 pPortFormat->eEncoding = OMX_AUDIO_CodingPCM; in OMX_ComponentInit() 314 …OMX_NBMALLOC_STRUCT(pComponentPrivate->pCompPort[G726ENC_OUTPUT_PORT]->pPortFormat, OMX_AUDIO_PARA… in OMX_ComponentInit() 315 …OMX_NBCONF_INIT_STRUCT(pComponentPrivate->pCompPort[G726ENC_OUTPUT_PORT]->pPortFormat, OMX_AUDIO_P… in OMX_ComponentInit() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
D | OMX_G726Decoder.c | 205 OMX_AUDIO_PARAM_PORTFORMATTYPE *pPortFormat = NULL; in OMX_ComponentInit() local 382 G726D_OMX_MALLOC(pComponentPrivate->pCompPort[G726D_INPUT_PORT]->pPortFormat, in OMX_ComponentInit() 384 G726D_OMX_MALLOC(pComponentPrivate->pCompPort[G726D_OUTPUT_PORT]->pPortFormat, in OMX_ComponentInit() 386 OMX_CONF_INIT_STRUCT(pComponentPrivate->pCompPort[G726D_INPUT_PORT]->pPortFormat, in OMX_ComponentInit() 388 OMX_CONF_INIT_STRUCT(pComponentPrivate->pCompPort[G726D_OUTPUT_PORT]->pPortFormat, in OMX_ComponentInit() 393 pPortFormat = pComponentPrivate->pCompPort[G726D_INPUT_PORT]->pPortFormat; in OMX_ComponentInit() 394 OMX_CONF_INIT_STRUCT(pPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit() 395 pPortFormat->nPortIndex = G726D_INPUT_PORT; in OMX_ComponentInit() 396 pPortFormat->nIndex = OMX_IndexParamAudioPcm; in OMX_ComponentInit() 397 pPortFormat->eEncoding = OMX_AUDIO_CodingPCM; in OMX_ComponentInit() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
D | OMX_G722Decoder.c | 203 OMX_AUDIO_PARAM_PORTFORMATTYPE *pPortFormat = NULL; in OMX_ComponentInit() local 379 G722D_OMX_MALLOC(pComponentPrivate->pCompPort[G722D_INPUT_PORT]->pPortFormat, in OMX_ComponentInit() 381 G722D_OMX_MALLOC(pComponentPrivate->pCompPort[G722D_OUTPUT_PORT]->pPortFormat, in OMX_ComponentInit() 383 OMX_CONF_INIT_STRUCT(pComponentPrivate->pCompPort[G722D_INPUT_PORT]->pPortFormat, in OMX_ComponentInit() 385 OMX_CONF_INIT_STRUCT(pComponentPrivate->pCompPort[G722D_OUTPUT_PORT]->pPortFormat, in OMX_ComponentInit() 390 pPortFormat = pComponentPrivate->pCompPort[G722D_INPUT_PORT]->pPortFormat; in OMX_ComponentInit() 391 OMX_CONF_INIT_STRUCT(pPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit() 392 pPortFormat->nPortIndex = G722D_INPUT_PORT; in OMX_ComponentInit() 393 pPortFormat->nIndex = OMX_IndexParamAudioPcm; in OMX_ComponentInit() 394 pPortFormat->eEncoding = OMX_AUDIO_CodingPCM; in OMX_ComponentInit() [all …]
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
D | OMX_JpegEncoder.c | 204 if ( nPortIndex == pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortFormat->nPortIndex ) { in JPEGENC_FreeBuffer() 207 …else if ( nPortIndex == pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortFormat->nPortIndex )… in JPEGENC_FreeBuffer() 322 nInpIndex = pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortFormat->nPortIndex; in JPEGENC_UseBuffer() 323 nOutIndex = pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortFormat->nPortIndex; in JPEGENC_UseBuffer() 389 if ( nPortIndex == pComponentPrivate->pCompPort[nPortIndex]->pPortFormat->nPortIndex ) { in JPEGENC_UseBuffer() 490 …OMX_MALLOC(pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortFormat, sizeof(OMX_IMAGE_PARAM_POR… in OMX_ComponentInit() 491 …OMX_MALLOC(pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortFormat, sizeof(OMX_IMAGE_PARAM_POR… in OMX_ComponentInit() 631 …OMX_CONF_INIT_STRUCT(pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortFormat, OMX_IMAGE_PARAM_… in OMX_ComponentInit() 632 …pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortFormat->nPortIndex = JPEGENC_INP_PORT; in OMX_ComponentInit() 633 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortFormat->nIndex = 0x0; in OMX_ComponentInit() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
D | OMX_WbAmrEncoder.c | 197 OMX_AUDIO_PARAM_PORTFORMATTYPE *pPortFormat = NULL; in OMX_ComponentInit() local 335 …OMX_MALLOC_GENERIC(pComponentPrivate->pCompPort[WBAMRENC_INPUT_PORT]->pPortFormat, OMX_AUDIO_PARAM… in OMX_ComponentInit() 336 …OMX_WBCONF_INIT_STRUCT(pComponentPrivate->pCompPort[WBAMRENC_INPUT_PORT]->pPortFormat, OMX_AUDIO_P… in OMX_ComponentInit() 341 pPortFormat = pComponentPrivate->pCompPort[WBAMRENC_INPUT_PORT]->pPortFormat; in OMX_ComponentInit() 342 OMX_WBCONF_INIT_STRUCT(pPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit() 343 pPortFormat->nPortIndex = WBAMRENC_INPUT_PORT; in OMX_ComponentInit() 344 pPortFormat->nIndex = OMX_IndexParamAudioAmr; in OMX_ComponentInit() 345 pPortFormat->eEncoding = OMX_AUDIO_CodingPCM; /*Data Expected on Input Port*/ in OMX_ComponentInit() 362 OMX_MALLOC_GENERIC(pComponentPrivate->pCompPort[WBAMRENC_OUTPUT_PORT]->pPortFormat, in OMX_ComponentInit() 364 OMX_WBCONF_INIT_STRUCT(pComponentPrivate->pCompPort[WBAMRENC_OUTPUT_PORT]->pPortFormat, in OMX_ComponentInit() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
D | OMX_Mp3Decoder.c | 208 OMX_AUDIO_PARAM_PORTFORMATTYPE *pPortFormat = NULL; in OMX_ComponentInit() local 432 …OMX_MALLOC_GENERIC(pComponentPrivate->pCompPort[MP3D_INPUT_PORT]->pPortFormat, OMX_AUDIO_PARAM_POR… in OMX_ComponentInit() 433 …OMX_MALLOC_GENERIC(pComponentPrivate->pCompPort[MP3D_OUTPUT_PORT]->pPortFormat, OMX_AUDIO_PARAM_PO… in OMX_ComponentInit() 434 …OMX_CONF_INIT_STRUCT(pComponentPrivate->pCompPort[MP3D_INPUT_PORT]->pPortFormat, OMX_AUDIO_PARAM_P… in OMX_ComponentInit() 435 …OMX_CONF_INIT_STRUCT(pComponentPrivate->pCompPort[MP3D_OUTPUT_PORT]->pPortFormat, OMX_AUDIO_PARAM_… in OMX_ComponentInit() 439 pPortFormat = pComponentPrivate->pCompPort[MP3D_INPUT_PORT]->pPortFormat; in OMX_ComponentInit() 440 OMX_CONF_INIT_STRUCT(pPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit() 441 pPortFormat->nPortIndex = MP3D_INPUT_PORT; in OMX_ComponentInit() 442 pPortFormat->nIndex = OMX_IndexParamAudioMp3; in OMX_ComponentInit() 443 pPortFormat->eEncoding = OMX_AUDIO_CodingMP3; in OMX_ComponentInit() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
D | OMX_AacDecoder.c | 202 OMX_AUDIO_PARAM_PORTFORMATTYPE *pPortFormat = NULL; in OMX_ComponentInit() local 428 …OMX_MALLOC_GENERIC(pComponentPrivate->pCompPort[INPUT_PORT_AACDEC]->pPortFormat, OMX_AUDIO_PARAM_P… in OMX_ComponentInit() 429 …OMX_MALLOC_GENERIC(pComponentPrivate->pCompPort[OUTPUT_PORT_AACDEC]->pPortFormat, OMX_AUDIO_PARAM_… in OMX_ComponentInit() 430 …OMX_CONF_INIT_STRUCT(pComponentPrivate->pCompPort[INPUT_PORT_AACDEC]->pPortFormat, OMX_AUDIO_PARAM… in OMX_ComponentInit() 431 …OMX_CONF_INIT_STRUCT(pComponentPrivate->pCompPort[OUTPUT_PORT_AACDEC]->pPortFormat, OMX_AUDIO_PARA… in OMX_ComponentInit() 436 pPortFormat = pComponentPrivate->pCompPort[INPUT_PORT_AACDEC]->pPortFormat; in OMX_ComponentInit() 437 OMX_CONF_INIT_STRUCT(pPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit() 438 pPortFormat->nPortIndex = INPUT_PORT_AACDEC; in OMX_ComponentInit() 439 pPortFormat->nIndex = OMX_IndexParamAudioAac; in OMX_ComponentInit() 440 pPortFormat->eEncoding = OMX_AUDIO_CodingAAC; in OMX_ComponentInit() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
D | OMX_AmrEncoder.c | 213 OMX_AUDIO_PARAM_PORTFORMATTYPE *pPortFormat = NULL; in OMX_ComponentInit() local 345 …OMX_MALLOC_GENERIC(pComponentPrivate->pCompPort[NBAMRENC_INPUT_PORT]->pPortFormat, OMX_AUDIO_PARAM… in OMX_ComponentInit() 346 …OMX_NBCONF_INIT_STRUCT(pComponentPrivate->pCompPort[NBAMRENC_INPUT_PORT]->pPortFormat, OMX_AUDIO_P… in OMX_ComponentInit() 348 pPortFormat = pComponentPrivate->pCompPort[NBAMRENC_INPUT_PORT]->pPortFormat; in OMX_ComponentInit() 349 OMX_NBCONF_INIT_STRUCT(pPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit() 350 pPortFormat->nPortIndex = NBAMRENC_INPUT_PORT; in OMX_ComponentInit() 351 pPortFormat->nIndex = OMX_IndexParamAudioAmr; in OMX_ComponentInit() 352 pPortFormat->eEncoding = OMX_AUDIO_CodingPCM; /*Data Expected on Input Port*/ in OMX_ComponentInit() 372 …OMX_MALLOC_GENERIC(pComponentPrivate->pCompPort[NBAMRENC_OUTPUT_PORT]->pPortFormat, OMX_AUDIO_PARA… in OMX_ComponentInit() 373 …OMX_NBCONF_INIT_STRUCT(pComponentPrivate->pCompPort[NBAMRENC_OUTPUT_PORT]->pPortFormat, OMX_AUDIO_… in OMX_ComponentInit() [all …]
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
D | OMX_VideoEncoder.c | 324 OMX_VIDEO_PARAM_PORTFORMATTYPE* pPortFormat = NULL; in OMX_ComponentInit() local 505 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_INPUT_PORT]->pPortFormat, in OMX_ComponentInit() 509 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pPortFormat, in OMX_ComponentInit() 736 pPortFormat = pCompPortIn->pPortFormat; in OMX_ComponentInit() 737 OMX_CONF_INIT_STRUCT(pPortFormat, OMX_VIDEO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit() 738 pPortFormat->nPortIndex = VIDENC_INPUT_PORT; in OMX_ComponentInit() 739 pPortFormat->nIndex = 0x0; in OMX_ComponentInit() 740 pPortFormat->eCompressionFormat = OMX_VIDEO_CodingUnused; in OMX_ComponentInit() 741 pPortFormat->eColorFormat = OMX_COLOR_FormatYUV420Planar; in OMX_ComponentInit() 744 pPortFormat = pCompPortOut->pPortFormat; in OMX_ComponentInit() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
D | OMX_G711Encoder.c | 312 …G711ENC_OMX_MALLOC_STRUCT(pComponentPrivate->pCompPort[G711ENC_INPUT_PORT]->pPortFormat, OMX_AUDIO… in OMX_ComponentInit() 313 …OMX_G711ENC_INIT_STRUCT(pComponentPrivate->pCompPort[G711ENC_INPUT_PORT]->pPortFormat, OMX_AUDIO_P… in OMX_ComponentInit() 315 pInPortFormat = pComponentPrivate->pCompPort[G711ENC_INPUT_PORT]->pPortFormat; in OMX_ComponentInit() 323 …G711ENC_OMX_MALLOC_STRUCT(pComponentPrivate->pCompPort[G711ENC_OUTPUT_PORT]->pPortFormat, OMX_AUDI… in OMX_ComponentInit() 324 …OMX_G711ENC_INIT_STRUCT(pComponentPrivate->pCompPort[G711ENC_OUTPUT_PORT]->pPortFormat, OMX_AUDIO_… in OMX_ComponentInit() 326 pOutPortFormat = pComponentPrivate->pCompPort[G711ENC_OUTPUT_PORT]->pPortFormat; in OMX_ComponentInit() 722 pComponentPrivate->pCompPort[G711ENC_INPUT_PORT]->pPortFormat->nPortIndex) { in GetParameter() 726 …tParameterStructure, pComponentPrivate->pCompPort[G711ENC_INPUT_PORT]->pPortFormat, sizeof(OMX_AUD… in GetParameter() 732 pComponentPrivate->pCompPort[G711ENC_OUTPUT_PORT]->pPortFormat->nPortIndex) { in GetParameter() 736 …ParameterStructure, pComponentPrivate->pCompPort[G711ENC_OUTPUT_PORT]->pPortFormat, sizeof(OMX_AUD… in GetParameter() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
D | OMX_G729Encoder.c | 325 …OMX_G729MALLOC_STRUCT(pComponentPrivate->pCompPort[G729ENC_INPUT_PORT]->pPortFormat, OMX_AUDIO_PAR… in OMX_ComponentInit() 326 …OMX_G729CONF_INIT_STRUCT(pComponentPrivate->pCompPort[G729ENC_INPUT_PORT]->pPortFormat, OMX_AUDIO_… in OMX_ComponentInit() 328 pInPortFormat = pComponentPrivate->pCompPort[G729ENC_INPUT_PORT]->pPortFormat; in OMX_ComponentInit() 334 …OMX_G729MALLOC_STRUCT(pComponentPrivate->pCompPort[G729ENC_OUTPUT_PORT]->pPortFormat, OMX_AUDIO_PA… in OMX_ComponentInit() 335 …OMX_G729CONF_INIT_STRUCT(pComponentPrivate->pCompPort[G729ENC_OUTPUT_PORT]->pPortFormat, OMX_AUDIO… in OMX_ComponentInit() 337 pOutPortFormat = pComponentPrivate->pCompPort[G729ENC_OUTPUT_PORT]->pPortFormat; in OMX_ComponentInit() 786 pComponentPrivate->pCompPort[G729ENC_INPUT_PORT]->pPortFormat->nPortIndex) in GetParameter() 793 pComponentPrivate->pCompPort[G729ENC_INPUT_PORT]->pPortFormat, in GetParameter() 801 pComponentPrivate->pCompPort[G729ENC_OUTPUT_PORT]->pPortFormat->nPortIndex) in GetParameter() 808 pComponentPrivate->pCompPort[G729ENC_OUTPUT_PORT]->pPortFormat, in GetParameter() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
D | OMX_G711Decoder.c | 397 …G711D_OMX_MALLOC(pComponentPrivate->pCompPort[G711DEC_INPUT_PORT]->pPortFormat, OMX_AUDIO_PARAM_PO… in OMX_ComponentInit() 398 …OMX_NBCONF_INIT_STRUCT(pComponentPrivate->pCompPort[G711DEC_INPUT_PORT]->pPortFormat, OMX_AUDIO_PA… in OMX_ComponentInit() 400 pInPortFormatArr = pComponentPrivate->pCompPort[G711DEC_INPUT_PORT]->pPortFormat; in OMX_ComponentInit() 406 …G711D_OMX_MALLOC(pComponentPrivate->pCompPort[G711DEC_OUTPUT_PORT]->pPortFormat, OMX_AUDIO_PARAM_P… in OMX_ComponentInit() 407 …OMX_NBCONF_INIT_STRUCT(pComponentPrivate->pCompPort[G711DEC_OUTPUT_PORT]->pPortFormat, OMX_AUDIO_P… in OMX_ComponentInit() 409 pOutPortFormatArr = pComponentPrivate->pCompPort[G711DEC_OUTPUT_PORT]->pPortFormat; in OMX_ComponentInit() 458 OMX_G711DECMEMFREE_STRUCT(pComponentPrivate->pCompPort[G711DEC_INPUT_PORT]->pPortFormat); in OMX_ComponentInit() 459 OMX_G711DECMEMFREE_STRUCT(pComponentPrivate->pCompPort[G711DEC_OUTPUT_PORT]->pPortFormat); in OMX_ComponentInit() 933 …entParam->nPortIndex == pComponentPrivate->pCompPort[G711DEC_INPUT_PORT]->pPortFormat->nPortIndex ) in SetParameter() 935 …memcpy(pComponentPrivate->pCompPort[G711DEC_INPUT_PORT]->pPortFormat, pComponentParam, sizeof(OMX_… in SetParameter() [all …]
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
D | OMX_VideoDecoder.c | 960 …OMX_VIDEO_PARAM_PORTFORMATTYPE* pPortFormat = (OMX_VIDEO_PARAM_PORTFORMATTYPE*)ComponentParameterS… in VIDDEC_GetParameter() local 961 if (pPortFormat->nPortIndex == pComponentPrivate->pInPortFormat->nPortIndex) { in VIDDEC_GetParameter() 962 switch (pPortFormat->nIndex) { in VIDDEC_GetParameter() 999 … OMX_PRINT1(pComponentPrivate->dbg, "Input Index= %lu; OMX_ErrorNoMore\n", pPortFormat->nIndex); in VIDDEC_GetParameter() 1008 else if (pPortFormat->nPortIndex == pComponentPrivate->pOutPortFormat->nPortIndex) { in VIDDEC_GetParameter() 1248 … OMX_VIDEO_PARAM_PORTFORMATTYPE* pPortFormat = (OMX_VIDEO_PARAM_PORTFORMATTYPE*)pCompParam; in VIDDEC_SetParameter() local 1249 if (pPortFormat->nPortIndex == pComponentPrivate->pInPortFormat->nPortIndex) { in VIDDEC_SetParameter() 1250 if(pPortFormat->eColorFormat == OMX_COLOR_FormatUnused) { in VIDDEC_SetParameter() 1251 switch (pPortFormat->eCompressionFormat) { in VIDDEC_SetParameter() 1290 … memcpy(pComponentPrivate->pInPortFormat, pPortFormat, sizeof(OMX_VIDEO_PARAM_PORTFORMATTYPE)); in VIDDEC_SetParameter() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/ |
D | OMX_G711Decoder.h | 438 OMX_AUDIO_PARAM_PORTFORMATTYPE* pPortFormat; member
|
D | OMX_G711Dec_Utils.h | 512 OMX_AUDIO_PARAM_PORTFORMATTYPE* pPortFormat; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/ |
D | OMX_G726Enc_Utils.h | 486 OMX_AUDIO_PARAM_PORTFORMATTYPE* pPortFormat; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/ |
D | OMX_G722Dec_Utils.h | 325 OMX_AUDIO_PARAM_PORTFORMATTYPE* pPortFormat; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/ |
D | OMX_G726Dec_Utils.h | 337 OMX_AUDIO_PARAM_PORTFORMATTYPE* pPortFormat; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/ |
D | OMX_WbAmrEnc_Utils.h | 519 OMX_AUDIO_PARAM_PORTFORMATTYPE* pPortFormat; member
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/ |
D | OMX_JpegEnc_Utils.h | 365 OMX_IMAGE_PARAM_PORTFORMATTYPE* pPortFormat; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/ |
D | OMX_G711Enc_Utils.h | 603 OMX_AUDIO_PARAM_PORTFORMATTYPE* pPortFormat; member
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/ |
D | OMX_JpegDec_Utils.h | 362 OMX_IMAGE_PARAM_PORTFORMATTYPE* pPortFormat; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/ |
D | OMX_Mp3Dec_Utils.h | 479 OMX_AUDIO_PARAM_PORTFORMATTYPE* pPortFormat; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/ |
D | OMX_G729Enc_Utils.h | 630 OMX_AUDIO_PARAM_PORTFORMATTYPE* pPortFormat; member
|