Searched refs:WebPAnimEncoderAdd (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/webp/tests/fuzzer/ |
H A D | animencoder_fuzzer.cc | 108 if (!WebPAnimEncoderAdd(*enc, &pic, timestamp_ms, &config)) { in AddFrame() 166 if (!WebPAnimEncoderAdd(enc, nullptr, timestamp_ms, nullptr)) { in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/skia/src/encode/ |
H A D | SkWebpEncoderImpl.cpp | 232 if (!WebPAnimEncoderAdd(enc.get(), &pic, timestamp, &webp_config)) { in EncodeAnimated() 240 if (!WebPAnimEncoderAdd(enc.get(), nullptr, timestamp, nullptr)) { in EncodeAnimated()
|
/aosp_15_r20/external/webp/examples/ |
H A D | img2webp.c | 292 ok = WebPAnimEncoderAdd(enc, &pic, timestamp_ms, &config); in main() 309 ok = ok && WebPAnimEncoderAdd(enc, NULL, timestamp_ms, NULL); in main()
|
H A D | gif2webp.c | 352 if (!WebPAnimEncoderAdd(enc, &curr_canvas, frame_timestamp, &config)) { in main() 462 if (!WebPAnimEncoderAdd(enc, NULL, frame_timestamp, NULL)) { in main()
|
/aosp_15_r20/external/webp/src/webp/ |
H A D | mux.h | 503 WEBP_NODISCARD WEBP_EXTERN int WebPAnimEncoderAdd(
|
/aosp_15_r20/external/webp/doc/ |
H A D | api.md | 346 WebPAnimEncoderAdd(enc, frame, duration, &config);
|
/aosp_15_r20/external/webp/src/mux/ |
H A D | anim_encode.c | 1337 int WebPAnimEncoderAdd(WebPAnimEncoder* enc, WebPPicture* frame, int timestamp, in WebPAnimEncoderAdd() function
|