HomeSort by relevance Sort by last modified time
    Searched defs:has_alpha_ (Results 1 - 3 of 3) sorted by null

  /external/webp/src/mux/
muxi.h 54 int has_alpha_; // Through ALPH chunk or as part of VP8L. member in struct:WebPMuxImage
  /external/webp/src/demux/
demux.c 46 int has_alpha_; member in struct:Frame
203 frame->has_alpha_ |= features->has_alpha;
239 frame->has_alpha_ = 1;
415 frame->has_alpha_ = 0;
424 dmux->feature_flags_ |= frame->has_alpha_ ? ALPHA_FLAG : 0;
684 dmux->feature_flags_ |= frame->has_alpha_ ? ALPHA_FLAG : 0;
841 iter->has_alpha = frame->has_alpha_;
  /external/webp/src/enc/
vp8i_enc.h 363 int has_alpha_; member in struct:VP8Encoder

Completed in 82 milliseconds