Home
last modified time | relevance | path

Searched refs:streaminfo (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
DG722EncTest.c317 TI_OMX_STREAM_INFO *streaminfo = NULL; local
336 streaminfo = malloc(sizeof(TI_OMX_STREAM_INFO));
657 error = OMX_GetConfig (pHandle, index, streaminfo);
1324 if(streaminfo){
1325 free(streaminfo);
1326 streaminfo = NULL;
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
DAmrEncTest.c714 TI_OMX_STREAM_INFO *streaminfo; local
715 OMX_NBAPP_MALLOC_STRUCT(streaminfo, TI_OMX_STREAM_INFO);
719 ArrayOfPointers[0]=(TI_OMX_STREAM_INFO*)streaminfo;
1195 eError = OMX_GetConfig (pHandle, index, streaminfo);
1202 streamId = streaminfo->streamId;
1672 APP_MEMPRINT("%d :: App: [TESTAPPFREE] %p\n",__LINE__,streaminfo);
1673 if(streaminfo != NULL){
1674 newfree(streaminfo);
1675 streaminfo = NULL;
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
DWbAmrEncTest.c699 TI_OMX_STREAM_INFO *streaminfo; local
701 OMX_WBAPP_MALLOC_STRUCT(streaminfo, TI_OMX_STREAM_INFO);
705 ArrayOfPointers[0] = (TI_OMX_STREAM_INFO*)streaminfo;
1204 eError = OMX_GetConfig (pHandle, index, streaminfo);
1212 streamId = streaminfo->streamId;
1735 if (streaminfo != NULL) {
1736 newfree(streaminfo);
1737 streaminfo = NULL;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
DG726EncTest.c487 TI_OMX_STREAM_INFO *streaminfo=NULL; local
919 OMX_NBAPP_MALLOC_STRUCT(streaminfo, TI_OMX_STREAM_INFO);
927 eError = OMX_GetConfig (pHandle, index, streaminfo);
933 printf("***************StreamId=%ld******************\n", streaminfo->streamId);
1495 if (streaminfo != NULL){
1496 SafeFree(streaminfo);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
DAacEncTest.c552 TI_OMX_STREAM_INFO *streaminfo =NULL; local
574 streaminfo = newmalloc(sizeof(TI_OMX_STREAM_INFO));
575 if(NULL == streaminfo)
1322 error = OMX_GetConfig (*pHandle, index, streaminfo);
1330 streamId = ((TI_OMX_STREAM_INFO*)streaminfo)->streamId;