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 211 float profile_max_framerate; local
518 profile_max_framerate = (float)encParams->LayerMaxMbsPerSec[i] / (float)nTotalMB;
521 profile_max_framerate = (float)30.0;
523 encParams->LayerMaxFrameRate[i] = PV_MIN(profile_max_framerate, encParams->LayerFrameRate[i]);
    [all...]

Completed in 801 milliseconds