Home
last modified time | relevance | path

Searched refs:src_ctx (Results 1 - 11 of 11) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dhwcontext_internal.h70 AVHWDeviceContext *src_ctx,
98 AVHWFramesContext *src_ctx, int flags);
100 AVHWFramesContext *src_ctx, int flags);
H A Dhwcontext.h322 * @param src_ctx A reference to an existing AVHWDeviceContext which will be
329 AVBufferRef *src_ctx, int flags);
340 * @param src_ctx A reference to an existing AVHWDeviceContext which will be
349 AVBufferRef *src_ctx,
H A Dhwcontext_qsv.c784 AVHWFramesContext *src_ctx, int flags) in qsv_frames_derive_from()
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()
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 in qsv_frames_derive_to()
783 qsv_frames_derive_from(AVHWFramesContext *dst_ctx, AVHWFramesContext *src_ctx, int flags) qsv_frames_derive_from() argument
1237 qsv_frames_derive_to(AVHWFramesContext *dst_ctx, AVHWFramesContext *src_ctx, int flags) qsv_frames_derive_to() argument
[all...]
H A Dhwcontext.c455 AVHWFramesContext *src_ctx = in av_hwframe_transfer_data() local
460 if (src_ctx->internal->source_frames) { in av_hwframe_transfer_data()
461 av_log(src_ctx, AV_LOG_ERROR, in av_hwframe_transfer_data()
468 av_log(src_ctx, AV_LOG_ERROR, in av_hwframe_transfer_data()
474 ret = src_ctx->internal->hw_type->transfer_data_from(src_ctx, dst, src); in av_hwframe_transfer_data()
H A Dhwcontext_cuda.c436 AVHWDeviceContext *src_ctx, AVDictionary *opts, in cuda_device_derive()
453 switch (src_ctx->type) { in cuda_device_derive()
457 AVVulkanDeviceContext *vkctx = src_ctx->hwctx; in cuda_device_derive()
435 cuda_device_derive(AVHWDeviceContext *device_ctx, AVHWDeviceContext *src_ctx, AVDictionary *opts, int flags) cuda_device_derive() argument
H A Dhwcontext_opencl.c1203 AVHWDeviceContext *src_ctx, AVDictionary *opts, in opencl_device_derive()
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()
1202 opencl_device_derive(AVHWDeviceContext *hwdev, AVHWDeviceContext *src_ctx, AVDictionary *opts, int flags) opencl_device_derive() argument
H A Dhwcontext_vaapi.c1776 AVHWDeviceContext *src_ctx, in vaapi_device_derive()
1780 if (src_ctx->type == AV_HWDEVICE_TYPE_DRM) { in vaapi_device_derive()
1781 AVDRMDeviceContext *src_hwctx = src_ctx->hwctx; in vaapi_device_derive()
1775 vaapi_device_derive(AVHWDeviceContext *ctx, AVHWDeviceContext *src_ctx, AVDictionary *opts, int flags) vaapi_device_derive() argument
H A Dhwcontext_vulkan.c1543 AVHWDeviceContext *src_ctx, in vulkan_device_derive()
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()
1542 vulkan_device_derive(AVHWDeviceContext *ctx, AVHWDeviceContext *src_ctx, AVDictionary *opts, int flags) vulkan_device_derive() argument
/third_party/skia/src/core/
H A DSkXfermode.cpp38 src_ctx = { (void*)src, 0 }, variable
41 p.append_load (kN32_SkColorType, &src_ctx);
H A 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/
H A DSkWebpCodec.cpp322 src_ctx = { (void*)src, 0 }; in blend_line() local
331 p.append_load(srcCT, &src_ctx); in blend_line()

Completed in 19 milliseconds