Home
last modified time | relevance | path

Searched refs:has_alpha_ (Results 1 – 7 of 7) sorted by relevance

/external/webp/src/enc/
Dsyntax_enc.c25 return !!enc->has_alpha_; // Currently the only case when VP8X is needed. in IsVP8XNeeded()
62 if (enc->has_alpha_) { in PutVP8XHeader()
82 assert(enc->has_alpha_); in PutAlphaChunk()
165 if (enc->has_alpha_) { in PutWebPHeaders()
347 if (enc->has_alpha_) { // Add size for: ALPH header + data. in VP8EncWrite()
Dalpha_enc.c390 enc->has_alpha_ = WebPPictureHasTransparency(enc->pic_); in VP8EncInitAlpha()
403 if (enc->has_alpha_) { in VP8EncStartAlpha()
420 if (enc->has_alpha_) { in VP8EncFinishAlpha()
441 enc->has_alpha_ = 0; in VP8EncDeleteAlpha()
Dvp8i_enc.h372 int has_alpha_; member
/external/webp/src/demux/
Ddemux.c46 int has_alpha_; member
203 frame->has_alpha_ |= features->has_alpha; in SetFrameInfo()
239 frame->has_alpha_ = 1; in StoreFrame()
420 frame->has_alpha_ = 0; in ParseSingleImage()
429 dmux->feature_flags_ |= frame->has_alpha_ ? ALPHA_FLAG : 0; in ParseSingleImage()
689 dmux->feature_flags_ |= frame->has_alpha_ ? ALPHA_FLAG : 0; in CreateRawImageDemuxer()
846 iter->has_alpha = frame->has_alpha_; in SynthesizeFrame()
/external/webp/src/mux/
Dmuxi.h55 int has_alpha_; // Through ALPH chunk or as part of VP8L. member
Dmuxread.c94 wpi->has_alpha_ = vp8l_has_alpha || (wpi->alpha_ != NULL); in MuxImageFinalize()
349 if (wpi->has_alpha_) f |= ALPHA_FLAG; in MuxGetCanvasInfo()
Dmuxinternal.c406 if (images->has_alpha_) return 1; in MuxHasAlpha()