Home
last modified time | relevance | path

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

/third_party/ffmpeg/doc/examples/
Dmuxing.c385 static AVFrame *alloc_picture(enum AVPixelFormat pix_fmt, int width, int height) in alloc_picture() function
425 ost->frame = alloc_picture(c->pix_fmt, c->width, c->height); in open_video()
436 ost->tmp_frame = alloc_picture(AV_PIX_FMT_YUV420P, c->width, c->height); in open_video()
/third_party/ffmpeg/libavcodec/
Dmpegvideo.c351 static int alloc_picture(MpegEncContext *s, Picture *pic) in alloc_picture() function
1240 if (alloc_picture(s, pic) < 0) in ff_mpv_frame_start()
1301 if (alloc_picture(s, s->last_picture_ptr) < 0) { in ff_mpv_frame_start()
1342 if (alloc_picture(s, s->next_picture_ptr) < 0) { in ff_mpv_frame_start()
Dh264_slice.c187 static int alloc_picture(H264Context *h, H264Picture *pic) in alloc_picture() function
510 if ((ret = alloc_picture(h, pic)) < 0) in h264_frame_start()
Dmpegvideo_enc.c1171 static int alloc_picture(MpegEncContext *s, Picture *pic, int shared) in alloc_picture() function
1246 ret = alloc_picture(s, pic, direct); in load_input_picture()
1685 if (alloc_picture(s, pic, 0) < 0) { in select_input_picture()