Home
last modified time | relevance | path

Searched refs:alloc_picture (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegvideo_dec.c248 static int alloc_picture(MpegEncContext *s, Picture *pic) in alloc_picture() function
336 if (alloc_picture(s, pic) < 0) in ff_mpv_frame_start()
395 if (alloc_picture(s, s->last_picture_ptr) < 0) { in ff_mpv_frame_start()
437 if (alloc_picture(s, s->next_picture_ptr) < 0) { in ff_mpv_frame_start()
Dh264_slice.c190 static int alloc_picture(H264Context *h, H264Picture *pic) in alloc_picture() function
534 if ((ret = alloc_picture(h, pic)) < 0) in h264_frame_start()
Dmpegvideo_enc.c995 static int alloc_picture(MpegEncContext *s, Picture *pic, int shared) in alloc_picture() function
1070 ret = alloc_picture(s, pic, direct); in load_input_picture()
1509 if (alloc_picture(s, pic, 0) < 0) { in select_input_picture()
/third_party/ffmpeg/doc/examples/
Dmuxing.c386 static AVFrame *alloc_picture(enum AVPixelFormat pix_fmt, int width, int height) in alloc_picture() function
427 ost->frame = alloc_picture(c->pix_fmt, c->width, c->height); in open_video()
438 ost->tmp_frame = alloc_picture(AV_PIX_FMT_YUV420P, c->width, c->height); in open_video()