Home
last modified time | relevance | path

Searched refs:dstDevice (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/stub/
Dcuda.h125 CUdeviceptr dstDevice; member
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudamemory.c201 param.dstDevice = mem->data + mem->offset[i]; in gst_cuda_memory_upload_transfer()
442 param.dstDevice = dst_mem->data + dst_mem->offset[i]; in cuda_mem_copy()
Dgstcudabasefilter.c233 param.dstDevice = in gst_cuda_base_filter_transform_frame()
Dgstcudabasetransform.c408 param.dstDevice = out_cuda_mem->data + out_cuda_mem->offset[i]; in gst_cuda_base_transform_transform_frame_default()
Dgstnvdecoder.c644 copy_params.dstDevice = dst_ptr; in gst_nv_decoder_copy_frame_to_gl_internal()
781 copy_params.dstDevice = cuda_mem->data + cuda_mem->offset[i]; in gst_nv_decoder_copy_frame_to_cuda()
Dgstnvdec.c1215 mcpy2d.dstDevice = cuda_ptr; in copy_video_frame_to_gl_textures()
1318 copy_params.dstDevice = cuda_mem->data + cuda_mem->offset[i]; in gst_nvdec_copy_device_to_memory()
Dgstnvbaseenc.c2203 param.dstDevice = data_pointer; in _map_gl_input_buffer()
2261 param.dstDevice = dst; in gst_nv_base_enc_upload_frame()
Dcuda-converter.c1059 copy_params.dstDevice = convert->fallback_buffer[plane].device_ptr; in convert_create_texture()
/third_party/skia/src/core/
DSkDevice.cpp95 SkMatrix SkBaseDevice::getRelativeTransform(const SkBaseDevice& dstDevice) const { in getRelativeTransform()
98 return (dstDevice.fGlobalToDevice * fDeviceToGlobal).asM33(); in getRelativeTransform()
/third_party/ffmpeg/libavutil/
Dhwcontext_cuda.c258 cpy.dstDevice = (CUdeviceptr)dst->data[i]; in cuda_transfer_data()
Dhwcontext_vulkan.c3282 .dstDevice = (CUdeviceptr)dst->data[i], in vulkan_transfer_data_to_cuda()
/third_party/ffmpeg/libavcodec/
Dcuviddec.c525 .dstDevice = (CUdeviceptr)frame->data[i], in cuvid_output_frame()