HomeSort by relevance Sort by last modified time
    Searched full:g711eframeinfo (Results 1 - 1 of 1) sorted by null

  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 411 G711ENC_FTYPES *g711eframeinfo = malloc(sizeof(G711ENC_FTYPES)); local
754 g711eframeinfo->FrameSizeType = atoi(argv[12]);
755 g711eframeinfo->VAUMode = atoi(argv[13]);
756 g711eframeinfo->VAUThresOffset = atoi(argv[14]);
757 g711eframeinfo->VAUNum = atoi(argv[15]);
758 g711eframeinfo->NMUNoise = atoi(argv[16]);
759 g711eframeinfo->LPOrder = atoi(argv[17]);
767 eError = OMX_SetConfig (pHandle, index, g711eframeinfo);
    [all...]

Completed in 65 milliseconds