Home
last modified time | relevance | path

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

/aosp_15_r20/external/webp/examples/
H A Dwebpmux.c251 (frame.blend_method == WEBP_MUX_BLEND) ? "yes" : "no"; in DisplayInfo()
483 char plus_minus, blend_method; in ParseFrameArgs() local
486 &plus_minus, &blend_method, &unused); in ParseFrameArgs()
494 blend_method = 'b'; // fall through in ParseFrameArgs()
509 if (blend_method != 'b') return 0; in ParseFrameArgs()
511 info->blend_method = in ParseFrameArgs()
H A Dvwebp.c395 if (curr->blend_method == WEBP_MUX_NO_BLEND) { in HandleDisplay()
/aosp_15_r20/external/webp/src/demux/
H A 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()
H A Ddemux.c852 iter->blend_method = frame->blend_method_; in SynthesizeFrame()
/aosp_15_r20/external/skia/src/codec/
H A DSkWebpCodec.cpp289 if (WEBP_MUX_BLEND != iter.blend_method) { in onGetFrameCount()
467 const bool blendWithPrevFrame = !independent && frame.blend_method == WEBP_MUX_BLEND in onGetPixels()
/aosp_15_r20/external/webp/src/mux/
H A Dmuxread.c456 info->blend_method = WEBP_MUX_BLEND; in MuxGetImageInternal()
479 frame->blend_method = (bits & 2) ? WEBP_MUX_NO_BLEND : WEBP_MUX_BLEND; in MuxGetFrameInternal()
H A Danim_encode.c802 candidate->info_.blend_method = in EncodeCandidate()
988 curr_enc_frame->sub_frame_.blend_method = WEBP_MUX_BLEND; in IncreasePreviousDuration()
1312 info->blend_method); in FlushFrames()
H A Dmuxedit.c120 (info->blend_method == WEBP_MUX_NO_BLEND ? 2 : 0) | in CreateFrameData()
/aosp_15_r20/external/webp/src/webp/
H A Ddemux.h156 WebPMuxAnimBlend blend_method; // Blend operation for the frame. member
H A Dmux.h215 WebPMuxAnimBlend blend_method; // Blend operation for the frame. member