Home
last modified time | relevance | path

Searched refs:profile_max_framerate (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp211 float profile_max_framerate; in PVInitVideoEncoder() local
518 profile_max_framerate = (float)encParams->LayerMaxMbsPerSec[i] / (float)nTotalMB; in PVInitVideoEncoder()
521 profile_max_framerate = (float)30.0; in PVInitVideoEncoder()
523 … encParams->LayerMaxFrameRate[i] = PV_MIN(profile_max_framerate, encParams->LayerFrameRate[i]); in PVInitVideoEncoder()