Lines Matching defs:frame
394 AVFrame *frame;
488 AVFrame *frame;
500 ///< candidate references for the current frame
563 // type of the first VCL NAL of the current frame
587 const RefPicList *ff_hevc_get_ref_list(const HEVCContext *s, const HEVCFrame *frame,
591 * Construct the reference picture sets for the current frame.
634 * Get the number of candidate references for the current frame.
638 int ff_hevc_set_new_ref(HEVCContext *s, AVFrame **frame, int poc);
658 * Find next frame in output order and put a reference to it in frame.
659 * @return 1 if a frame was output, 0 otherwise
661 int ff_hevc_output_frame(HEVCContext *s, AVFrame *frame, int flush);
665 void ff_hevc_unref_frame(HEVCContext *s, HEVCFrame *frame, int flags);