HomeSort by relevance Sort by last modified time
    Searched refs:LayerMaxMbsPerSec (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 185 Int LayerMaxMbsPerSec[4]; /* Maximum mbs per second, according to the specified profile and level */
mp4enc_api.cpp 248 encParams->LayerMaxMbsPerSec[0] = profile_level_max_mbsPerSec[profile_table_index];
261 encParams->LayerMaxMbsPerSec[i] = scalable_profile_level_max_mbsPerSec[profile_table_index];
511 profile_max_framerate = (float)encParams->LayerMaxMbsPerSec[i] / (float)nTotalMB;
618 if (mbsPerSec > video->encParams->LayerMaxMbsPerSec[idx]) status = PV_FALSE;
    [all...]

Completed in 40 milliseconds