Searched refs:dst_ctx (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | hwcontext_internal.h | 69 int (*device_derive)(AVHWDeviceContext *dst_ctx, 97 int (*frames_derive_to)(AVHWFramesContext *dst_ctx, 99 int (*frames_derive_from)(AVHWFramesContext *dst_ctx,
|
D | hwcontext.c | 460 AVHWFramesContext *dst_ctx = in av_hwframe_transfer_data() local 470 if (dst_ctx->internal->source_frames) { in av_hwframe_transfer_data() 479 ret = dst_ctx->internal->hw_type->transfer_data_to(dst_ctx, dst, src); in av_hwframe_transfer_data() 652 AVHWDeviceContext *dst_ctx, *tmp_ctx; in av_hwdevice_ctx_create_derived_opts() local 674 dst_ctx = (AVHWDeviceContext*)dst_ref->data; in av_hwdevice_ctx_create_derived_opts() 679 if (dst_ctx->internal->hw_type->device_derive) { in av_hwdevice_ctx_create_derived_opts() 680 ret = dst_ctx->internal->hw_type->device_derive(dst_ctx, in av_hwdevice_ctx_create_derived_opts() 685 dst_ctx->internal->source_device = av_buffer_ref(src_ref); in av_hwdevice_ctx_create_derived_opts() 686 if (!dst_ctx->internal->source_device) { in av_hwdevice_ctx_create_derived_opts()
|
D | hwcontext_qsv.c | 614 static int qsv_frames_derive_from(AVHWFramesContext *dst_ctx, in qsv_frames_derive_from() argument 620 switch (dst_ctx->device_ctx->type) { in qsv_frames_derive_from() 624 AVVAAPIFramesContext *dst_hwctx = dst_ctx->hwctx; in qsv_frames_derive_from() 639 AVDXVA2FramesContext *dst_hwctx = dst_ctx->hwctx; in qsv_frames_derive_from() 974 static int qsv_frames_derive_to(AVHWFramesContext *dst_ctx, in qsv_frames_derive_to() argument 977 QSVFramesContext *s = dst_ctx->internal->priv; in qsv_frames_derive_to() 978 AVQSVFramesContext *dst_hwctx = dst_ctx->hwctx; in qsv_frames_derive_to() 991 qsv_init_surface(dst_ctx, &s->surfaces_internal[i]); in qsv_frames_derive_to() 1008 qsv_init_surface(dst_ctx, &s->surfaces_internal[i]); in qsv_frames_derive_to() 1028 static int qsv_map_to(AVHWFramesContext *dst_ctx, in qsv_map_to() argument [all …]
|
D | hwcontext.h | 327 int av_hwdevice_ctx_create_derived(AVBufferRef **dst_ctx, 347 int av_hwdevice_ctx_create_derived_opts(AVBufferRef **dst_ctx,
|
/third_party/skia/src/core/ |
D | SkXfermode.cpp | 37 SkRasterPipeline_MemoryCtx dst_ctx = { (void*)dst, 0 }, in xfer32() local 42 p.append_load_dst(kN32_SkColorType, &dst_ctx); in xfer32() 56 p.append_store(kN32_SkColorType, &dst_ctx); in xfer32()
|
D | SkBlendMode.cpp | 144 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/ |
D | SkWebpCodec.cpp | 321 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()
|