Searched refs:ff_mpeg_unref_picture (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpegpicture.c | 181 ff_mpeg_unref_picture(avctx, pic); in alloc_frame_buffer() 189 ff_mpeg_unref_picture(avctx, pic); in alloc_frame_buffer() 198 ff_mpeg_unref_picture(avctx, pic); in alloc_frame_buffer() 308 ff_mpeg_unref_picture(avctx, pic); in ff_alloc_picture() 317 void ff_mpeg_unref_picture(AVCodecContext *avctx, Picture *pic) in ff_mpeg_unref_picture() function 416 ff_mpeg_unref_picture(avctx, dst); in ff_mpeg_ref_picture() 468 ff_mpeg_unref_picture(avctx, &picture[ret]); in ff_find_unused_picture() 477 ff_mpeg_unref_picture(avctx, pic); in ff_mpv_picture_free()
|
H A D | mpegvideo_dec.c | 108 ff_mpeg_unref_picture(s->avctx, &s->picture[i]); in ff_mpeg_update_thread_context() 116 ff_mpeg_unref_picture(s->avctx, &s->pic);\ in ff_mpeg_update_thread_context() 292 ff_mpeg_unref_picture(s->avctx, s->last_picture_ptr); in ff_mpv_frame_start() 301 ff_mpeg_unref_picture(s->avctx, &s->picture[i]); in ff_mpv_frame_start() 305 ff_mpeg_unref_picture(s->avctx, &s->current_picture); in ff_mpv_frame_start() 306 ff_mpeg_unref_picture(s->avctx, &s->last_picture); in ff_mpv_frame_start() 307 ff_mpeg_unref_picture(s->avctx, &s->next_picture); in ff_mpv_frame_start() 312 ff_mpeg_unref_picture(s->avctx, &s->picture[i]); in ff_mpv_frame_start() 559 ff_mpeg_unref_picture(s->avctx, &s->picture[i]); in ff_mpeg_flush() 562 ff_mpeg_unref_picture( in ff_mpeg_flush() [all...] |
H A D | mpegpicture.h | 109 void ff_mpeg_unref_picture(AVCodecContext *avctx, Picture *picture);
|
H A D | mpegvideo_enc.c | 1601 ff_mpeg_unref_picture(s->avctx, s->last_picture_ptr); in frame_start() 1607 ff_mpeg_unref_picture(s->avctx, &s->current_picture); in frame_start() 1618 ff_mpeg_unref_picture(s->avctx, &s->last_picture); in frame_start() 1625 ff_mpeg_unref_picture(s->avctx, &s->next_picture); in frame_start() 1895 ff_mpeg_unref_picture(avctx, &s->picture[i]); in ff_mpv_encode_picture()
|
Completed in 8 milliseconds