Searched refs:encoded_frames (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Drate_control.cpp74 rc[n]->encoded_frames = 0;
205 if (video->rc[currLayer]->encoded_frames == 0) /* rc[currLayer]->totalFrameNumber*/
313 pMP->encoded_frames++;
441 /* New changes: bitrate and framerate, Bs, max_BitVariance_num, TMN_TH(optional), encoded_frames(optional) */
501 pMP[n]->encoded_frames_prev = pMP[n]->encoded_frames;
509 //pMP[n]->encoded_frames_prev = pMP[n]->encoded_frames;
510 pMP[n]->encoded_frames = pMP[n]->re_encoded_frames = pMP[n]->re_encoded_times = 0;
563 //average_mad = (pMP->encoded_frames < 1 ? curr_mad : pMP->sum_mad/(float)(pMP->encoded_frames+1)); /* this function is called from the scond encoded frame*/
565 if (pMP->encoded_frames >
[all...]
H A Drate_control.h86 Int encoded_frames; /* counter for all encoded frames */ member in struct:__anon591
H A Dmp4lib_int.h279 Int encoded_frames; /* counter for all encoded frames */ member in struct:tagMultiPass
302 Int encoded_frames_prev; /* previous encoded_frames */
H A Dmp4enc_api.cpp852 video->pMP[idx]->encoded_frames = -1; /* forget about the very first I frame */

Completed in 62 milliseconds