Searched defs:framerate (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Drate_control.h85 Int max_BitVariance_num; /* the number of the maximum bit variance within the given buffer with the unit of 10% of bitrate/framerate*/
87 float framerate; member in struct:__anon488
H A Dmp4enc_api.cpp514 /* Make sure the maximum framerate is consistent with the given profile and level */
627 /* Check if the video size and framerate(MBsPerSec) are vald */
2013 float bitrate_r, framerate; local
2030 /* get image width, height, bitrate and framerate */
2034 framerate = encData->encParams->LayerFrameRate[0];
2035 if (!width || !height || !(bitrate_r > 0 && framerate > 0)) return PV_FALSE;
2038 if (bitrate_r <= rBR_bound[1] && framerate <= max_h263_framerate[0] &&
2046 framerate > max_h263_framerate[1]) /* check the highest level 70 */
2056 ((width <= max_h263_width[0] && height <= max_h263_height[0] && framerate <= max_h263_framerate[1]) ||
2057 (width <= max_h263_width[1] && height <= max_h263_height[1] && framerate <
[all...]
H A Dmp4lib_int.h270 float framerate; /* framerate for current frame*/ member in struct:tagMultiPass
295 /* For target bitrate or framerate update */
296 float target_bits_per_frame; /* = C = bitrate/framerate */
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Davcenc_int.h171 OsclFloat framerate; /* framerate for current frame*/ member in struct:tagMultiPass
196 /* For target bitrate or framerate update */
197 OsclFloat target_bits_per_frame; /* = C = bitrate/framerate */
313 int max_BitVariance_num; /* the number of the maximum bit variance within the given buffer with the unit of 10% of bitrate/framerate*/

Completed in 4415 milliseconds