Searched refs:ff_libwebp_get_frame (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libwebpenc_common.h | 56 int ff_libwebp_get_frame(AVCodecContext *avctx, LibWebPContextCommon *s,
|
H A D | libwebpenc.c | 46 int ret = ff_libwebp_get_frame(avctx, s, frame, &alt_frame, &pic); in libwebp_encode_frame()
|
H A D | libwebpenc_animencoder.c | 95 ret = ff_libwebp_get_frame(avctx, &s->cc, frame, &alt_frame, &pic); in libwebp_anim_encode_frame()
|
H A D | libwebpenc_common.c | 124 int ff_libwebp_get_frame(AVCodecContext *avctx, LibWebPContextCommon *s, in ff_libwebp_get_frame() function
|
Completed in 2 milliseconds