Home | History | Annotate | Download | only in mux

Lines Matching refs:new_duration

948   int new_duration;
957 new_duration = prev_enc_frame->sub_frame_.duration + duration;
958 if (new_duration >= MAX_DURATION) { // Special case.
1000 prev_enc_frame->sub_frame_.duration = new_duration;
1001 prev_enc_frame->key_frame_.duration = new_duration;