Home
last modified time | relevance | path

Searched refs:is_first_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.c91 int is_first_frame_; // True if first frame is yet to be added/being added. member
301 enc->is_first_frame_ = 1; in WebPAnimEncoderNewInternal()
1071 const int is_first_frame = enc->is_first_frame_; in SetFrame()
1164 assert(!enc->is_first_frame_); in SetFrame()
1206 if (enc->is_first_frame_) { // Add this as a key-frame. in CacheFrame()
1276 enc->is_first_frame_ = 0; in CacheFrame()
1287 if (!enc->is_first_frame_) --enc->count_since_key_frame_; in CacheFrame()
1347 if (!enc->is_first_frame_) { in WebPAnimEncoderAdd()

Completed in 6 milliseconds