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

  /external/chromium_org/third_party/libwebp/dec/
idec.c 563 WebPIDecoder* WebPINewDecoder(WebPDecBuffer* output_buffer) {
594 idec = WebPINewDecoder(config ? &config->output : NULL);
620 // Wrapper toward WebPINewDecoder
636 idec = WebPINewDecoder(NULL);
669 idec = WebPINewDecoder(NULL);
  /external/webp/src/dec/
idec.c 563 WebPIDecoder* WebPINewDecoder(WebPDecBuffer* output_buffer) {
594 idec = WebPINewDecoder(config ? &config->output : NULL);
624 // Wrapper toward WebPINewDecoder
640 idec = WebPINewDecoder(NULL);
673 idec = WebPINewDecoder(NULL);

Completed in 3384 milliseconds