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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.cpp 74 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;
564 //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*/
566 if (pMP->encoded_frames >= 0) /* pMP->encoded_frames is set to -1 initially, so forget about the very first I frame *
    [all...]
rate_control.h 86 Int encoded_frames; /* counter for all encoded frames */ member in struct:__anon51222
mp4lib_int.h 279 Int encoded_frames; /* counter for all encoded frames */ member in struct:tagMultiPass
302 Int encoded_frames_prev; /* previous encoded_frames */
mp4enc_api.cpp 852 video->pMP[idx]->encoded_frames = -1; /* forget about the very first I frame */
    [all...]

Completed in 58 milliseconds