Searched refs:src_ctx (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | hwcontext_internal.h | 70 AVHWDeviceContext *src_ctx, 98 AVHWFramesContext *src_ctx, int flags); 100 AVHWFramesContext *src_ctx, int flags);
|
D | hwcontext_qsv.c | 784 AVHWFramesContext *src_ctx, int flags) in qsv_frames_derive_from() argument 786 AVQSVFramesContext *src_hwctx = src_ctx->hwctx; in qsv_frames_derive_from() 810 dst_ctx->initial_pool_size = src_ctx->initial_pool_size; in qsv_frames_derive_from() 1238 AVHWFramesContext *src_ctx, int flags) in qsv_frames_derive_to() argument 1244 if (src_ctx->initial_pool_size == 0) { in qsv_frames_derive_to() 1250 switch (src_ctx->device_ctx->type) { in qsv_frames_derive_to() 1254 AVVAAPIFramesContext *src_hwctx = src_ctx->hwctx; in qsv_frames_derive_to() 1255 s->handle_pairs_internal = av_calloc(src_ctx->initial_pool_size, in qsv_frames_derive_to() 1277 AVD3D11VAFramesContext *src_hwctx = src_ctx->hwctx; in qsv_frames_derive_to() 1278 s->handle_pairs_internal = av_calloc(src_ctx->initial_pool_size, in qsv_frames_derive_to() [all …]
|
D | hwcontext.h | 329 AVBufferRef *src_ctx, int flags); 349 AVBufferRef *src_ctx,
|
D | hwcontext.c | 459 AVHWFramesContext *src_ctx = in av_hwframe_transfer_data() local 464 if (src_ctx->internal->source_frames) { in av_hwframe_transfer_data() 465 av_log(src_ctx, AV_LOG_ERROR, in av_hwframe_transfer_data() 472 av_log(src_ctx, AV_LOG_ERROR, in av_hwframe_transfer_data() 478 ret = src_ctx->internal->hw_type->transfer_data_from(src_ctx, dst, src); in av_hwframe_transfer_data()
|
D | hwcontext_cuda.c | 436 AVHWDeviceContext *src_ctx, AVDictionary *opts, in cuda_device_derive() argument 453 switch (src_ctx->type) { in cuda_device_derive() 457 AVVulkanDeviceContext *vkctx = src_ctx->hwctx; in cuda_device_derive()
|
D | hwcontext_opencl.c | 1203 AVHWDeviceContext *src_ctx, AVDictionary *opts, in opencl_device_derive() argument 1207 switch (src_ctx->type) { in opencl_device_derive() 1244 AVVAAPIDeviceContext *src_hwctx = src_ctx->hwctx; in opencl_device_derive() 1272 AVDXVA2DeviceContext *src_hwctx = src_ctx->hwctx; in opencl_device_derive() 1326 AVD3D11VADeviceContext *src_hwctx = src_ctx->hwctx; in opencl_device_derive()
|
D | hwcontext_vaapi.c | 1776 AVHWDeviceContext *src_ctx, in vaapi_device_derive() argument 1780 if (src_ctx->type == AV_HWDEVICE_TYPE_DRM) { in vaapi_device_derive() 1781 AVDRMDeviceContext *src_hwctx = src_ctx->hwctx; in vaapi_device_derive()
|
D | hwcontext_vulkan.c | 1543 AVHWDeviceContext *src_ctx, in vulkan_device_derive() argument 1551 switch(src_ctx->type) { in vulkan_device_derive() 1555 AVVAAPIDeviceContext *src_hwctx = src_ctx->hwctx; in vulkan_device_derive() 1572 AVDRMDeviceContext *src_hwctx = src_ctx->hwctx; in vulkan_device_derive() 1591 AVHWDeviceContext *cuda_cu = src_ctx; in vulkan_device_derive() 1592 AVCUDADeviceContext *src_hwctx = src_ctx->hwctx; in vulkan_device_derive()
|
/third_party/skia/src/core/ |
D | SkXfermode.cpp | 38 src_ctx = { (void*)src, 0 }, in xfer32() local 41 p.append_load (kN32_SkColorType, &src_ctx); in xfer32()
|
D | SkBlendMode.cpp | 143 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/ |
D | SkWebpCodec.cpp | 322 src_ctx = { (void*)src, 0 }; in blend_line() local 331 p.append_load(srcCT, &src_ctx); in blend_line()
|