HomeSort by relevance Sort by last modified time
    Searched refs:WEBP_MUX_NO_BLEND (Results 1 - 8 of 8) sorted by null

  /external/webp/include/webp/
mux_types.h 54 WEBP_MUX_NO_BLEND // Do not blend.
  /external/webp/src/webp/
mux_types.h 54 WEBP_MUX_NO_BLEND // Do not blend.
  /frameworks/ex/framesequence/jni/
FrameSequence_webp.cpp 68 if ((!curr.has_alpha || curr.blend_method == WEBP_MUX_NO_BLEND) &&
221 (!currIter.has_alpha || currIter.blend_method == WEBP_MUX_NO_BLEND) &&
  /external/webp/src/demux/
anim_decode.c 182 } else if ((!curr->has_alpha || curr->blend_method == WEBP_MUX_NO_BLEND) &&
demux.c 327 frame->blend_method_ = (bits & 2) ? WEBP_MUX_NO_BLEND : WEBP_MUX_BLEND;
  /external/webp/src/mux/
muxread.c 456 frame->blend_method = (bits & 2) ? WEBP_MUX_NO_BLEND : WEBP_MUX_BLEND;
muxedit.c 117 (info->blend_method == WEBP_MUX_NO_BLEND ? 2 : 0) |
anim_encode.c 804 use_blending ? WEBP_MUX_BLEND : WEBP_MUX_NO_BLEND;
    [all...]

Completed in 292 milliseconds