Lines Matching refs:AVCodecContext
108 * for the parent AVCodecContext.
171 * Rescale from sample rate to AVCodecContext.time_base.
173 static av_always_inline int64_t ff_samples_to_time_base(AVCodecContext *avctx,
203 * AVCodecContext.get_buffer() and should be used instead calling get_buffer()
206 int ff_get_buffer(AVCodecContext *avctx, AVFrame *frame, int flags);
213 int ff_reget_buffer(AVCodecContext *avctx, AVFrame *frame, int flags);
215 int ff_thread_can_start_frame(AVCodecContext *avctx);
217 int avpriv_h264_has_num_reorder_frames(AVCodecContext *avctx);
225 int ff_set_dimensions(AVCodecContext *s, int width, int height);
231 int ff_set_sar(AVCodecContext *avctx, AVRational sar);
241 * This is a wrapper around AVCodecContext.get_format() and should be used
247 * If it is not possible to decode to software, AVCodecContext.sw_pix_fmt
250 int ff_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt);
255 AVCPBProperties *ff_add_cpb_side_data(AVCodecContext *avctx);
277 int64_t ff_guess_coded_bitrate(AVCodecContext *avctx);