Home
last modified time | relevance | path

Searched refs:is_ext_format_ (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libwebp/demux/
Ddemux.c67 int is_ext_format_; member
450 if (!dmux->is_ext_format_ && frame->width_ > 0 && frame->height_ > 0) { in ParseSingleImage()
473 dmux->is_ext_format_ = 1; in ParseVP8X()
/external/webp/src/demux/
Ddemux.c64 int is_ext_format_; member
418 if (!dmux->is_ext_format_ && frame->width_ > 0 && frame->height_ > 0) { in ParseSingleImage()
533 dmux->is_ext_format_ = 1; in ParseVP8X()