Home
last modified time | relevance | path

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

/external/webp/examples/
Dwebpmux.c247 (frame.blend_method == WEBP_MUX_BLEND) ? "yes" : "no"; in DisplayInfo()
479 char plus_minus, blend_method; in ParseFrameArgs() local
482 &plus_minus, &blend_method, &unused); in ParseFrameArgs()
490 blend_method = 'b'; // fall through in ParseFrameArgs()
505 if (blend_method != 'b') return 0; in ParseFrameArgs()
507 info->blend_method = in ParseFrameArgs()
Dvwebp.c394 if (curr->blend_method == WEBP_MUX_NO_BLEND) { in HandleDisplay()
/external/webp/src/webp/
Ddemux.h155 WebPMuxAnimBlend blend_method; // Blend operation for the frame. member
Dmux.h209 WebPMuxAnimBlend blend_method; // Blend operation for the frame. member
/external/webp/src/demux/
Danim_decode.c198 } else if ((!curr->has_alpha || curr->blend_method == WEBP_MUX_NO_BLEND) && in IsKeyFrame()
385 if (iter.frame_num > 1 && iter.blend_method == WEBP_MUX_BLEND && in WebPAnimDecoderGetNext()
Ddemux.c852 iter->blend_method = frame->blend_method_; in SynthesizeFrame()
/external/skia/src/codec/
DSkWebpCodec.cpp283 if (WEBP_MUX_BLEND != iter.blend_method) { in onGetFrameCount()
461 const bool blendWithPrevFrame = !independent && frame.blend_method == WEBP_MUX_BLEND in onGetPixels()
/external/webp/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.c800 candidate->info_.blend_method = in EncodeCandidate()
986 curr_enc_frame->sub_frame_.blend_method = WEBP_MUX_BLEND; in IncreasePreviousDuration()
1310 info->blend_method); in FlushFrames()
Dmuxedit.c118 (info->blend_method == WEBP_MUX_NO_BLEND ? 2 : 0) | in CreateFrameData()
/external/ImageMagick/coders/
Dwebp.c482 if (iter.blend_method == WEBP_MUX_BLEND) in ReadAnimatedWEBPImage()