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

  /external/aac/libAACenc/src/
aacenc_lib.cpp 147 UINT userFramelength;
429 config->userFramelength = (UINT)-1;
634 hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 1024;
645 hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 1024;
657 hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 512;
670 hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 512
    [all...]

Completed in 157 milliseconds