OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blend_method
(Results
1 - 12
of
12
) sorted by null
/external/webp/include/webp/
demux.h
155
WebPMuxAnimBlend
blend_method
; // Blend operation for the frame.
member in struct:WebPIterator
mux.h
209
WebPMuxAnimBlend
blend_method
; // Blend operation for the frame.
member in struct:WebPMuxFrameInfo
/external/webp/src/webp/
demux.h
155
WebPMuxAnimBlend
blend_method
; // Blend operation for the frame.
member in struct:WebPIterator
mux.h
209
WebPMuxAnimBlend
blend_method
; // Blend operation for the frame.
member in struct:WebPMuxFrameInfo
/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) &&
254
if (currIter.
blend_method
== WEBP_MUX_BLEND && !currFrameIsKeyFrame) {
333
(currIter.
blend_method
== WEBP_MUX_BLEND) ? "yes" : "no", currIter.duration);
/external/skia/src/codec/
SkWebpCodec.cpp
282
if (WEBP_MUX_BLEND != iter.
blend_method
) {
519
const bool blendWithPrevFrame = !independent && frame.
blend_method
== WEBP_MUX_BLEND
/external/skqp/src/codec/
SkWebpCodec.cpp
282
if (WEBP_MUX_BLEND != iter.
blend_method
) {
519
const bool blendWithPrevFrame = !independent && frame.
blend_method
== WEBP_MUX_BLEND
/external/webp/src/demux/
anim_decode.c
182
} else if ((!curr->has_alpha || curr->
blend_method
== WEBP_MUX_NO_BLEND) &&
366
if (iter.frame_num > 1 && iter.
blend_method
== WEBP_MUX_BLEND &&
demux.c
844
iter->
blend_method
= frame->blend_method_;
/external/webp/src/mux/
muxread.c
433
info->
blend_method
= WEBP_MUX_BLEND;
456
frame->
blend_method
= (bits & 2) ? WEBP_MUX_NO_BLEND : WEBP_MUX_BLEND;
anim_encode.c
803
candidate->info_.
blend_method
=
[
all
...]
muxedit.c
117
(info->
blend_method
== WEBP_MUX_NO_BLEND ? 2 : 0) |
Completed in 581 milliseconds