Home
last modified time | relevance | path

Searched defs:OutputFunc (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dec/
Dwebpi_dec.h28 typedef int (*OutputFunc)(const VP8Io* const io, WebPDecParams* const p); typedef
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dwebpi_dec.h28 typedef int (*OutputFunc)(const VP8Io* const io, WebPDecParams* const p); typedef
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dop_adapter_base.h83 using OutputFunc = std::function<OutHandler(OperatorPtr)>; variable
/third_party/giflib/
Dgif_lib.h105 typedef int (*OutputFunc) (GifFileType *, const GifByteType *, int); typedef