Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dhwcontext_internal.h69 int (*device_derive)(AVHWDeviceContext *dst_ctx,
97 int (*frames_derive_to)(AVHWFramesContext *dst_ctx,
99 int (*frames_derive_from)(AVHWFramesContext *dst_ctx,
H A Dhwcontext.c457 AVHWFramesContext *dst_ctx = in av_hwframe_transfer_data() local
467 if (dst_ctx->internal->source_frames) { in av_hwframe_transfer_data()
476 ret = dst_ctx->internal->hw_type->transfer_data_to(dst_ctx, dst, src); in av_hwframe_transfer_data()
649 AVHWDeviceContext *dst_ctx, *tmp_ctx; in av_hwdevice_ctx_create_derived_opts() local
671 dst_ctx = (AVHWDeviceContext*)dst_ref->data; in av_hwdevice_ctx_create_derived_opts()
676 if (dst_ctx->internal->hw_type->device_derive) { in av_hwdevice_ctx_create_derived_opts()
677 ret = dst_ctx->internal->hw_type->device_derive(dst_ctx, in av_hwdevice_ctx_create_derived_opts()
682 dst_ctx in av_hwdevice_ctx_create_derived_opts()
[all...]
H A Dhwcontext_qsv.c783 static int qsv_frames_derive_from(AVHWFramesContext *dst_ctx, in qsv_frames_derive_from() argument
789 switch (dst_ctx->device_ctx->type) { in qsv_frames_derive_from()
793 AVVAAPIFramesContext *dst_hwctx = dst_ctx->hwctx; in qsv_frames_derive_from()
810 dst_ctx->initial_pool_size = src_ctx->initial_pool_size; in qsv_frames_derive_from()
811 AVD3D11VAFramesContext *dst_hwctx = dst_ctx->hwctx; in qsv_frames_derive_from()
831 AVDXVA2FramesContext *dst_hwctx = dst_ctx->hwctx; in qsv_frames_derive_from()
1237 static int qsv_frames_derive_to(AVHWFramesContext *dst_ctx, in qsv_frames_derive_to() argument
1240 QSVFramesContext *s = dst_ctx->internal->priv; in qsv_frames_derive_to()
1241 AVQSVFramesContext *dst_hwctx = dst_ctx->hwctx; in qsv_frames_derive_to()
1245 av_log(dst_ctx, AV_LOG_ERRO in qsv_frames_derive_to()
1340 qsv_map_to(AVHWFramesContext *dst_ctx, AVFrame *dst, const AVFrame *src, int flags) qsv_map_to() argument
[all...]
H A Dhwcontext.h319 * @param dst_ctx On success, a reference to the newly-created
327 int av_hwdevice_ctx_create_derived(AVBufferRef **dst_ctx,
337 * @param dst_ctx On success, a reference to the newly-created
347 int av_hwdevice_ctx_create_derived_opts(AVBufferRef **dst_ctx,
/third_party/skia/src/core/
H A DSkXfermode.cpp37 SkRasterPipeline_MemoryCtx dst_ctx = { (void*)dst, 0 }, variable
42 p.append_load_dst(kN32_SkColorType, &dst_ctx);
56 p.append_store(kN32_SkColorType, &dst_ctx);
H A DSkBlendMode.cpp144 dst_ctx = { &dst_storage, 0 }, in SkBlendMode_Apply() local
147 p.append(SkRasterPipeline::load_f32, &dst_ctx); in SkBlendMode_Apply()
/third_party/skia/src/codec/
H A DSkWebpCodec.cpp321 SkRasterPipeline_MemoryCtx dst_ctx = { (void*)dst, 0 }, in blend_line() local
326 p.append_load_dst(dstCT, &dst_ctx); in blend_line()
341 p.append_store(dstCT, &dst_ctx); in blend_line()

Completed in 6 milliseconds