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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 204 float profile_max_framerate; local
511 profile_max_framerate = (float)encParams->LayerMaxMbsPerSec[i] / (float)nTotalMB;
514 profile_max_framerate = (float)30.0;
516 encParams->LayerMaxFrameRate[i] = PV_MIN(profile_max_framerate, encParams->LayerFrameRate[i]);
    [all...]

Completed in 84 milliseconds