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 570 WebPIDecoder* WebPINewDecoder(WebPDecBuffer* output_buffer) {
604 idec = WebPINewDecoder(config ? &config->output : NULL);
634 // Wrapper toward WebPINewDecoder
650 idec = WebPINewDecoder(NULL);
683 idec = WebPINewDecoder(NULL);
  /external/webp/src/dec/
idec.c 570 WebPIDecoder* WebPINewDecoder(WebPDecBuffer* output_buffer) {
604 idec = WebPINewDecoder(config ? &config->output : NULL);
634 // Wrapper toward WebPINewDecoder
650 idec = WebPINewDecoder(NULL);
683 idec = WebPINewDecoder(NULL);

Completed in 74 milliseconds