HomeSort by relevance Sort by last modified time
    Searched refs:streaminfo (Results 1 - 5 of 5) sorted by null

  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 317 TI_OMX_STREAM_INFO *streaminfo = NULL; local
336 streaminfo = malloc(sizeof(TI_OMX_STREAM_INFO));
657 error = OMX_GetConfig (pHandle, index, streaminfo);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 714 TI_OMX_STREAM_INFO *streaminfo; local
715 OMX_NBAPP_MALLOC_STRUCT(streaminfo, TI_OMX_STREAM_INFO);
719 ArrayOfPointers[0]=(TI_OMX_STREAM_INFO*)streaminfo;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 487 TI_OMX_STREAM_INFO *streaminfo=NULL; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 699 TI_OMX_STREAM_INFO *streaminfo; local
701 OMX_WBAPP_MALLOC_STRUCT(streaminfo, TI_OMX_STREAM_INFO);
705 ArrayOfPointers[0] = (TI_OMX_STREAM_INFO*)streaminfo;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 552 TI_OMX_STREAM_INFO *streaminfo =NULL; local
574 streaminfo = newmalloc(sizeof(TI_OMX_STREAM_INFO));
575 if(NULL == streaminfo)
    [all...]

Completed in 100 milliseconds