Searched refs:vt_ctx (Results 1 – 3 of 3) sorted by relevance
480 IMFVirtualTrackResourcePlaybackCtx vt_ctx; in open_track_file_resource() local482 vt_ctx.locator = asset_locator; in open_track_file_resource()483 vt_ctx.resource = track_file_resource; in open_track_file_resource()484 vt_ctx.ctx = NULL; in open_track_file_resource()485 vt_ctx.start_time = track->duration; in open_track_file_resource()486 vt_ctx.ts_offset = av_sub_q(vt_ctx.start_time, in open_track_file_resource()489 vt_ctx.end_time = av_add_q(track->duration, in open_track_file_resource()493 track->resources[track->resource_count++] = vt_ctx; in open_track_file_resource()494 track->duration = vt_ctx.end_time; in open_track_file_resource()
472 if (vtctx->vt_ctx) in videotoolbox_get_context()473 return vtctx->vt_ctx; in videotoolbox_get_context()506 if (vtctx->vt_ctx) in ff_videotoolbox_uninit()510 av_freep(&vtctx->vt_ctx); in ff_videotoolbox_uninit()1194 vtctx->vt_ctx = av_videotoolbox_alloc_context(); in ff_videotoolbox_common_init()1195 if (!vtctx->vt_ctx) { in ff_videotoolbox_common_init()1229 vtctx->vt_ctx->cv_pix_fmt_type = in ff_videotoolbox_common_init()1231 if (!vtctx->vt_ctx->cv_pix_fmt_type) { in ff_videotoolbox_common_init()
43 struct AVVideotoolboxContext *vt_ctx; member