Home
last modified time | relevance | path

Searched refs:cached_hw_frames_ctx (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvideotoolbox.c459 if (!vtctx->cached_hw_frames_ctx) in videotoolbox_buffer_create()
462 cached_frames = (AVHWFramesContext*)vtctx->cached_hw_frames_ctx->data; in videotoolbox_buffer_create()
484 av_buffer_unref(&vtctx->cached_hw_frames_ctx); in videotoolbox_buffer_create()
485 vtctx->cached_hw_frames_ctx = hw_frames_ctx; in videotoolbox_buffer_create()
489 ref->hw_frames_ctx = av_buffer_ref(vtctx->cached_hw_frames_ctx); in videotoolbox_buffer_create()
1018 av_buffer_unref(&vtctx->cached_hw_frames_ctx); in videotoolbox_uninit()
1081 vtctx->cached_hw_frames_ctx = av_buffer_ref(avctx->hw_frames_ctx); in videotoolbox_common_init()
1082 if (!vtctx->cached_hw_frames_ctx) { in videotoolbox_common_init()
Dvt_internal.h36 struct AVBufferRef *cached_hw_frames_ctx; member