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

  /external/chromium_org/third_party/libwebp/demux/
demux.c 67 int is_ext_format_; member in struct:WebPDemuxer
450 if (!dmux->is_ext_format_ && frame->width_ > 0 && frame->height_ > 0) {
473 dmux->is_ext_format_ = 1;
  /external/webp/src/demux/
demux.c 69 int is_ext_format_; member in struct:WebPDemuxer
450 if (!dmux->is_ext_format_ && frame->width_ > 0 && frame->height_ > 0) {
473 dmux->is_ext_format_ = 1;

Completed in 29 milliseconds