Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/webp/
Dmux_types.h52 WEBP_MUX_BLEND, // Blend. enumerator
/third_party/skia/src/codec/
DSkWebpCodec.cpp267 if (WEBP_MUX_BLEND != iter.blend_method) { in onGetFrameCount()
445 const bool blendWithPrevFrame = !independent && frame.blend_method == WEBP_MUX_BLEND in onGetPixels()
/third_party/skia/third_party/externals/libwebp/src/mux/
Dmuxread.c449 info->blend_method = WEBP_MUX_BLEND; in MuxGetImageInternal()
472 frame->blend_method = (bits & 2) ? WEBP_MUX_NO_BLEND : WEBP_MUX_BLEND; in MuxGetFrameInternal()
Danim_encode.c801 use_blending ? WEBP_MUX_BLEND : WEBP_MUX_NO_BLEND; in EncodeCandidate()
986 curr_enc_frame->sub_frame_.blend_method = WEBP_MUX_BLEND; in IncreasePreviousDuration()
/third_party/skia/third_party/externals/libwebp/examples/
Dwebpmux.c246 (frame.blend_method == WEBP_MUX_BLEND) ? "yes" : "no"; in DisplayInfo()
505 (plus_minus == '+') ? WEBP_MUX_BLEND : WEBP_MUX_NO_BLEND; in ParseFrameArgs()
/third_party/skia/third_party/externals/libwebp/src/demux/
Danim_decode.c377 if (iter.frame_num > 1 && iter.blend_method == WEBP_MUX_BLEND && in WebPAnimDecoderGetNext()
Ddemux.c332 frame->blend_method_ = (bits & 2) ? WEBP_MUX_NO_BLEND : WEBP_MUX_BLEND; in ParseAnimationFrame()