Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/libwebp/src/mux/
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()
/third_party/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c91 int is_first_frame_; // True if first frame is yet to be added/being added. member
298 enc->is_first_frame_ = 1; in WebPAnimEncoderNewInternal()
1069 const int is_first_frame = enc->is_first_frame_; in SetFrame()
1162 assert(!enc->is_first_frame_); in SetFrame()
1204 if (enc->is_first_frame_) { // Add this as a key-frame. in CacheFrame()
1274 enc->is_first_frame_ = 0; in CacheFrame()
1285 if (!enc->is_first_frame_) --enc->count_since_key_frame_; in CacheFrame()
1345 if (!enc->is_first_frame_) { in WebPAnimEncoderAdd()