Home
last modified time | relevance | path

Searched refs:TI_OMX_STREAM_INFO (Results 1 – 16 of 16) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
DTIDspOmx.h684 } TI_OMX_STREAM_INFO; typedef
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
DOMX_G726Encoder.c889 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/
DG722EncTest.c317 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/
DAmrEncTest.c714 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/
DWbAmrEncTest.c699 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/
DOMX_G722Encoder.c1154 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/
DOMX_WbAmrDecoder.c1148 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/
DOMX_WmaDecoder.c1154 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/
DG726EncTest.c487 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/
DOMX_AacEncoder.c1222 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/
DOMX_AmrDecoder.c1177 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/
DAacEncTest.c552 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/
DOMX_WbAmrEncoder.c1312 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/
DOMX_Mp3Decoder.c1398 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/
DOMX_AacDecoder.c1346 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/
DOMX_AmrEncoder.c1308 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()