Home
last modified time | relevance | path

Searched refs:AVVideotoolboxContext (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvideotoolbox.h46 typedef struct AVVideotoolboxContext { struct
77 } AVVideotoolboxContext; typedef
92 AVVideotoolboxContext *av_videotoolbox_alloc_context(void);
113 int av_videotoolbox_default_init2(AVCodecContext *avctx, AVVideotoolboxContext *vtctx);
H A Dvideotoolbox.c464 // Return the AVVideotoolboxContext that matters currently. Where it comes from
466 static AVVideotoolboxContext *videotoolbox_get_context(AVCodecContext *avctx) in videotoolbox_get_context()
480 AVVideotoolboxContext *videotoolbox = videotoolbox_get_context(avctx); in videotoolbox_stop()
713 AVVideotoolboxContext *videotoolbox = videotoolbox_get_context(avctx); in videotoolbox_session_decode_frame()
862 AVVideotoolboxContext *videotoolbox = videotoolbox_get_context(avctx); in videotoolbox_start()
1006 AVVideotoolboxContext *videotoolbox = videotoolbox_get_context(avctx); in ff_videotoolbox_common_end_frame()
1374 static AVVideotoolboxContext *av_videotoolbox_alloc_context_with_pix_fmt(enum AVPixelFormat pix_fmt, in av_videotoolbox_alloc_context_with_pix_fmt()
1377 AVVideotoolboxContext *ret = av_mallocz(sizeof(*ret)); in av_videotoolbox_alloc_context_with_pix_fmt()
1392 AVVideotoolboxContext *av_videotoolbox_alloc_context(void) in av_videotoolbox_alloc_context()
1402 int av_videotoolbox_default_init2(AVCodecContext *avctx, AVVideotoolboxContext *vtct
[all...]
H A Dvt_internal.h43 struct AVVideotoolboxContext *vt_ctx;
/third_party/ffmpeg/fftools/
H A Dffmpeg_videotoolbox.c146 AVVideotoolboxContext *vtctx = av_videotoolbox_alloc_context(); in videotoolbox_init()

Completed in 4 milliseconds