Home
last modified time | relevance | path

Searched refs:src_ctx (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavutil/
Dhwcontext_internal.h70 AVHWDeviceContext *src_ctx,
98 AVHWFramesContext *src_ctx, int flags);
100 AVHWFramesContext *src_ctx, int flags);
Dhwcontext.h329 AVBufferRef *src_ctx, int flags);
349 AVBufferRef *src_ctx,
Dhwcontext.c458 AVHWFramesContext *src_ctx = in av_hwframe_transfer_data() local
463 if (src_ctx->internal->source_frames) { in av_hwframe_transfer_data()
464 av_log(src_ctx, AV_LOG_ERROR, in av_hwframe_transfer_data()
471 av_log(src_ctx, AV_LOG_ERROR, in av_hwframe_transfer_data()
477 ret = src_ctx->internal->hw_type->transfer_data_from(src_ctx, dst, src); in av_hwframe_transfer_data()
Dhwcontext_cuda.c415 AVHWDeviceContext *src_ctx, AVDictionary *opts, in cuda_device_derive() argument
428 switch (src_ctx->type) { in cuda_device_derive()
431 AVVulkanDeviceContext *vkctx = src_ctx->hwctx; in cuda_device_derive()
Dhwcontext_qsv.c615 AVHWFramesContext *src_ctx, int flags) in qsv_frames_derive_from() argument
617 AVQSVFramesContext *src_hwctx = src_ctx->hwctx; in qsv_frames_derive_from()
975 AVHWFramesContext *src_ctx, int flags) in qsv_frames_derive_to() argument
981 switch (src_ctx->device_ctx->type) { in qsv_frames_derive_to()
985 AVVAAPIFramesContext *src_hwctx = src_ctx->hwctx; in qsv_frames_derive_to()
1002 AVDXVA2FramesContext *src_hwctx = src_ctx->hwctx; in qsv_frames_derive_to()
Dhwcontext_opencl.c1197 AVHWDeviceContext *src_ctx, AVDictionary *opts, in opencl_device_derive() argument
1201 switch (src_ctx->type) { in opencl_device_derive()
1238 AVVAAPIDeviceContext *src_hwctx = src_ctx->hwctx; in opencl_device_derive()
1266 AVDXVA2DeviceContext *src_hwctx = src_ctx->hwctx; in opencl_device_derive()
1320 AVD3D11VADeviceContext *src_hwctx = src_ctx->hwctx; in opencl_device_derive()
Dhwcontext_vaapi.c1650 AVHWDeviceContext *src_ctx, in vaapi_device_derive() argument
1654 if (src_ctx->type == AV_HWDEVICE_TYPE_DRM) { in vaapi_device_derive()
1655 AVDRMDeviceContext *src_hwctx = src_ctx->hwctx; in vaapi_device_derive()
Dhwcontext_vulkan.c1186 AVHWDeviceContext *src_ctx, in vulkan_device_derive() argument
1194 switch(src_ctx->type) { in vulkan_device_derive()
1198 AVVAAPIDeviceContext *src_hwctx = src_ctx->hwctx; in vulkan_device_derive()
1215 AVDRMDeviceContext *src_hwctx = src_ctx->hwctx; in vulkan_device_derive()
1234 AVHWDeviceContext *cuda_cu = src_ctx; in vulkan_device_derive()
1235 AVCUDADeviceContext *src_hwctx = src_ctx->hwctx; in vulkan_device_derive()
/third_party/flutter/skia/src/core/
DSkXfermode.cpp39 src_ctx = { (void*)src, 0 }, in xfer32() local
42 p.append_load (kN32_SkColorType, &src_ctx); in xfer32()
DSkBlendMode.cpp141 SkRasterPipeline_MemoryCtx src_ctx = { &src_storage, 0 }, in SkBlendMode_Apply() local
147 p.append(SkRasterPipeline::load_f32, &src_ctx); in SkBlendMode_Apply()
/third_party/skia/src/core/
DSkXfermode.cpp38 src_ctx = { (void*)src, 0 }, in xfer32() local
41 p.append_load (kN32_SkColorType, &src_ctx); in xfer32()
DSkBlendMode.cpp143 SkRasterPipeline_MemoryCtx src_ctx = { &src_storage, 0 }, in SkBlendMode_Apply() local
149 p.append(SkRasterPipeline::load_f32, &src_ctx); in SkBlendMode_Apply()
/third_party/skia/src/codec/
DSkWebpCodec.cpp322 src_ctx = { (void*)src, 0 }; in blend_line() local
331 p.append_load(srcCT, &src_ctx); in blend_line()
/third_party/flutter/skia/src/codec/
DSkWebpCodec.cpp327 src_ctx = { (void*)src, 0 }; in blend_line() local
336 p.append_load(srcCT, &src_ctx); in blend_line()