Home
last modified time | relevance | path

Searched refs:prev_enc_frame (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/
A Danim_encode.c931 EncodedFrame* const prev_enc_frame = GetFrame(enc, position); in SetPreviousDisposeMethod() local
936 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() local
952 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