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 149 UINT userFramelength;
588 config->userFramelength = (UINT)-1;
800 hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 1024;
812 hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 512;
825 hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 512;
    [all...]

Completed in 91 milliseconds