Home
last modified time | relevance | path

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

/external/webp/include/webp/
Dmux_types.h53 WEBP_MUX_BLEND, // Blend. enumerator
/external/webp/src/webp/
Dmux_types.h53 WEBP_MUX_BLEND, // Blend. enumerator
/external/skia/src/codec/
DSkWebpCodec.cpp282 if (WEBP_MUX_BLEND != iter.blend_method) { in onGetFrameCount()
465 const bool blendWithPrevFrame = !independent && frame.blend_method == WEBP_MUX_BLEND in onGetPixels()
/external/webp/src/mux/
Dmuxread.c452 info->blend_method = WEBP_MUX_BLEND; in MuxGetImageInternal()
475 frame->blend_method = (bits & 2) ? WEBP_MUX_NO_BLEND : WEBP_MUX_BLEND; in MuxGetFrameInternal()
Danim_encode.c804 use_blending ? WEBP_MUX_BLEND : WEBP_MUX_NO_BLEND; in EncodeCandidate()
988 curr_enc_frame->sub_frame_.blend_method = WEBP_MUX_BLEND; in IncreasePreviousDuration()
/external/skqp/src/codec/
DSkWebpCodec.cpp282 if (WEBP_MUX_BLEND != iter.blend_method) { in onGetFrameCount()
465 const bool blendWithPrevFrame = !independent && frame.blend_method == WEBP_MUX_BLEND in onGetPixels()
/external/webp/src/demux/
Danim_decode.c366 if (iter.frame_num > 1 && iter.blend_method == WEBP_MUX_BLEND && in WebPAnimDecoderGetNext()
Ddemux.c327 frame->blend_method_ = (bits & 2) ? WEBP_MUX_NO_BLEND : WEBP_MUX_BLEND; in ParseAnimationFrame()