Home
last modified time | relevance | path

Searched refs:ff_snow_get_buffer (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsnow.c70 int ff_snow_get_buffer(SnowContext *s, AVFrame *frame) in ff_snow_get_buffer() function
689 if ((ret = ff_snow_get_buffer(s, s->current_picture)) < 0) in ff_snow_frame_start()
Dsnow.h253 int ff_snow_get_buffer(SnowContext *s, AVFrame *frame);
Dsnowenc.c139 if ((ret = ff_snow_get_buffer(s, s->input_picture)) < 0) in encode_init()