Home | History | Annotate | Download | only in src

Lines Matching defs:streamInfo

1154     TI_OMX_STREAM_INFO *streamInfo;
1156 OMX_MALLOC_GENERIC(streamInfo, TI_OMX_STREAM_INFO);
1172 streamInfo->streamId = pComponentPrivate->streamID;
1173 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO));
1179 if(streamInfo)
1181 free(streamInfo);
1182 streamInfo = NULL;