Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvideotoolbox.c523 AVHWFramesContext *cached_frames; in videotoolbox_buffer_create() local
544 cached_frames = (AVHWFramesContext*)vtctx->cached_hw_frames_ctx->data; in videotoolbox_buffer_create()
546 if (cached_frames->sw_format != sw_format || in videotoolbox_buffer_create()
547 cached_frames->width != width || in videotoolbox_buffer_create()
548 cached_frames->height != height) { in videotoolbox_buffer_create()
549 AVBufferRef *hw_frames_ctx = av_hwframe_ctx_alloc(cached_frames->device_ref); in videotoolbox_buffer_create()
555 hw_frames->format = cached_frames->format; in videotoolbox_buffer_create()

Completed in 3 milliseconds