Home
last modified time | relevance | path

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

/external/webp/examples/
Dwebpmux.c252 (frame.blend_method == WEBP_MUX_BLEND) ? "yes" : "no"; in DisplayInfo()
484 char plus_minus, blend_method; in ParseFrameArgs() local
487 &plus_minus, &blend_method, &unused); in ParseFrameArgs()
495 blend_method = 'b'; // fall through in ParseFrameArgs()
510 if (blend_method != 'b') return 0; in ParseFrameArgs()
512 info->blend_method = in ParseFrameArgs()
Dvwebp.c395 if (curr->blend_method == WEBP_MUX_NO_BLEND) { in HandleDisplay()
/external/webp/src/webp/
Ddemux.h156 WebPMuxAnimBlend blend_method; // Blend operation for the frame. member
Dmux.h215 WebPMuxAnimBlend blend_method; // Blend operation for the frame. member
/external/webp/src/demux/
Danim_decode.c202 } else if ((!curr->has_alpha || curr->blend_method == WEBP_MUX_NO_BLEND) && in IsKeyFrame()
389 if (iter.frame_num > 1 && iter.blend_method == WEBP_MUX_BLEND && in WebPAnimDecoderGetNext()
Ddemux.c852 iter->blend_method = frame->blend_method_; in SynthesizeFrame()
/external/webp/src/mux/
Dmuxread.c458 info->blend_method = WEBP_MUX_BLEND; in MuxGetImageInternal()
481 frame->blend_method = (bits & 2) ? WEBP_MUX_NO_BLEND : WEBP_MUX_BLEND; in MuxGetFrameInternal()
Danim_encode.c803 candidate->info_.blend_method = in EncodeCandidate()
989 curr_enc_frame->sub_frame_.blend_method = WEBP_MUX_BLEND; in IncreasePreviousDuration()
1313 info->blend_method); in FlushFrames()
Dmuxedit.c120 (info->blend_method == WEBP_MUX_NO_BLEND ? 2 : 0) | in CreateFrameData()
/external/skia/src/codec/
DSkWebpCodec.cpp296 if (WEBP_MUX_BLEND != iter.blend_method) { in onGetFrameCount()
483 const bool blendWithPrevFrame = !independent && frame.blend_method == WEBP_MUX_BLEND in onGetPixels()