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

  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 531 int numofinbuff = 0; local
859 numofinbuff = atoi(argv[10]);
865 if (numofinbuff != 0)
869 numofinbuff = 0;
881 if( (numofinbuff < 0) || (numofinbuff > 4) ){
899 APP_DPRINT("\n%d :: App: numofinbuff = %ld \n",__LINE__, (long int)numofinbuff);
936 pCompPrivateStruct->nBufferCountActual = numofinbuff;
937 pCompPrivateStruct->nBufferCountMin = numofinbuff;
    [all...]

Completed in 88 milliseconds