Searched refs:prev_enc_frame (Results 1 – 1 of 1) sorted by relevance
931 EncodedFrame* const prev_enc_frame = GetFrame(enc, position); in SetPreviousDisposeMethod() local936 prev_enc_frame->sub_frame_.dispose_method = dispose_method; in SetPreviousDisposeMethod()937 prev_enc_frame->key_frame_.dispose_method = dispose_method; in SetPreviousDisposeMethod()939 WebPMuxFrameInfo* const prev_info = prev_enc_frame->is_key_frame_ in SetPreviousDisposeMethod()948 EncodedFrame* const prev_enc_frame = GetFrame(enc, position); in IncreasePreviousDuration() local952 assert(prev_enc_frame->sub_frame_.duration == in IncreasePreviousDuration()953 prev_enc_frame->key_frame_.duration); in IncreasePreviousDuration()954 assert(prev_enc_frame->sub_frame_.duration == in IncreasePreviousDuration()958 new_duration = prev_enc_frame->sub_frame_.duration + duration; in IncreasePreviousDuration()1001 prev_enc_frame->sub_frame_.duration = new_duration; in IncreasePreviousDuration()[all …]
Completed in 6 milliseconds