Searched refs:TI_OMX_STREAM_INFO (Results 1 – 16 of 16) sorted by relevance
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
D | TIDspOmx.h | 684 } TI_OMX_STREAM_INFO; typedef
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
D | OMX_G726Encoder.c | 889 TI_OMX_STREAM_INFO *streamInfo = NULL; in GetConfig() 895 OMX_NBMALLOC_STRUCT(streamInfo, TI_OMX_STREAM_INFO); in GetConfig() 901 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO)); in GetConfig()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/ |
D | G722EncTest.c | 317 TI_OMX_STREAM_INFO *streaminfo = NULL; 336 streaminfo = malloc(sizeof(TI_OMX_STREAM_INFO));
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/ |
D | AmrEncTest.c | 714 TI_OMX_STREAM_INFO *streaminfo; 715 OMX_NBAPP_MALLOC_STRUCT(streaminfo, TI_OMX_STREAM_INFO); 719 ArrayOfPointers[0]=(TI_OMX_STREAM_INFO*)streaminfo;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/ |
D | WbAmrEncTest.c | 699 TI_OMX_STREAM_INFO *streaminfo; 701 OMX_WBAPP_MALLOC_STRUCT(streaminfo, TI_OMX_STREAM_INFO); 705 ArrayOfPointers[0] = (TI_OMX_STREAM_INFO*)streaminfo;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
D | OMX_G722Encoder.c | 1154 TI_OMX_STREAM_INFO *streamInfo = NULL; in GetConfig() 1158 OMX_G722MALLOC_STRUCT (streamInfo, TI_OMX_STREAM_INFO); in GetConfig() 1169 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO)); in GetConfig()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
D | OMX_WbAmrDecoder.c | 1148 TI_OMX_STREAM_INFO *streamInfo; in GetConfig() 1150 OMX_MALLOC_GENERIC(streamInfo, TI_OMX_STREAM_INFO); in GetConfig() 1159 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO)); in GetConfig()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
D | OMX_WmaDecoder.c | 1154 TI_OMX_STREAM_INFO *streamInfo; in GetConfig() 1156 OMX_MALLOC_GENERIC(streamInfo, TI_OMX_STREAM_INFO); in GetConfig() 1173 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO)); in GetConfig()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
D | G726EncTest.c | 487 TI_OMX_STREAM_INFO *streaminfo=NULL; 919 OMX_NBAPP_MALLOC_STRUCT(streaminfo, TI_OMX_STREAM_INFO);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
D | OMX_AacEncoder.c | 1222 TI_OMX_STREAM_INFO *streamInfo = NULL; in GetConfig() 1224 OMX_MALLOC_SIZE(streamInfo, sizeof(TI_OMX_STREAM_INFO), void); in GetConfig() 1242 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO)); in GetConfig()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
D | OMX_AmrDecoder.c | 1177 TI_OMX_STREAM_INFO *streamInfo; in GetConfig() 1179 OMX_MALLOC_GENERIC(streamInfo, TI_OMX_STREAM_INFO); in GetConfig() 1198 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO)); in GetConfig()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
D | AacEncTest.c | 552 TI_OMX_STREAM_INFO *streaminfo =NULL; 574 streaminfo = newmalloc(sizeof(TI_OMX_STREAM_INFO)); 1330 streamId = ((TI_OMX_STREAM_INFO*)streaminfo)->streamId;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
D | OMX_WbAmrEncoder.c | 1312 TI_OMX_STREAM_INFO *streamInfo; in GetConfig() 1316 OMX_MALLOC_GENERIC(streamInfo, TI_OMX_STREAM_INFO); in GetConfig() 1330 memcpy(ComponentConfigStructure, streamInfo, sizeof(TI_OMX_STREAM_INFO)); in GetConfig()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
D | OMX_Mp3Decoder.c | 1398 TI_OMX_STREAM_INFO *streamInfo; in GetConfig() 1409 OMX_MALLOC_GENERIC(streamInfo,TI_OMX_STREAM_INFO); in GetConfig() 1414 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO)); in GetConfig()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
D | OMX_AacDecoder.c | 1346 TI_OMX_STREAM_INFO *streamInfo; in GetConfig() 1359 OMX_MALLOC_GENERIC(streamInfo,TI_OMX_STREAM_INFO); in GetConfig() 1364 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO)); in GetConfig()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
D | OMX_AmrEncoder.c | 1308 TI_OMX_STREAM_INFO *streamInfo; in GetConfig() 1309 OMX_MALLOC_GENERIC(streamInfo, TI_OMX_STREAM_INFO); in GetConfig() 1318 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO)); in GetConfig()
|