Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudamemory.c200 param.dstMemoryType = CU_MEMORYTYPE_DEVICE; in gst_cuda_memory_upload_transfer()
237 param.dstMemoryType = CU_MEMORYTYPE_HOST; in gst_cuda_memory_download_transfer()
441 param.dstMemoryType = CU_MEMORYTYPE_DEVICE; in cuda_mem_copy()
Dgstcudabasefilter.c231 param.dstMemoryType = CU_MEMORYTYPE_DEVICE; in gst_cuda_base_filter_transform_frame()
302 param.dstMemoryType = CU_MEMORYTYPE_HOST; in gst_cuda_base_filter_transform_frame()
Dgstcudabasetransform.c407 param.dstMemoryType = CU_MEMORYTYPE_DEVICE; in gst_cuda_base_transform_transform_frame_default()
411 param.dstMemoryType = CU_MEMORYTYPE_HOST; in gst_cuda_base_transform_transform_frame_default()
Dgstnvdecoder.c616 copy_params.dstMemoryType = CU_MEMORYTYPE_DEVICE; in gst_nv_decoder_copy_frame_to_gl_internal()
706 copy_params.dstMemoryType = CU_MEMORYTYPE_HOST; in gst_nv_decoder_copy_frame_to_system()
776 copy_params.dstMemoryType = CU_MEMORYTYPE_DEVICE; in gst_nv_decoder_copy_frame_to_cuda()
Dgstnvdec.c1188 mcpy2d.dstMemoryType = CU_MEMORYTYPE_DEVICE; in copy_video_frame_to_gl_textures()
1312 copy_params.dstMemoryType = in gst_nvdec_copy_device_to_memory()
Dgstnvbaseenc.c2202 param.dstMemoryType = CU_MEMORYTYPE_DEVICE; in _map_gl_input_buffer()
2260 param.dstMemoryType = CU_MEMORYTYPE_DEVICE; in gst_nv_base_enc_upload_frame()
Dcuda-converter.c1057 copy_params.dstMemoryType = CU_MEMORYTYPE_DEVICE; in convert_create_texture()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/stub/
Dcuda.h123 CUmemorytype dstMemoryType; member
/third_party/ffmpeg/libavutil/
Dhwcontext_cuda.c257 cpy.dstMemoryType = CU_MEMORYTYPE_DEVICE; in cuda_transfer_data()
260 cpy.dstMemoryType = CU_MEMORYTYPE_HOST; in cuda_transfer_data()
Dhwcontext_vulkan.c2493 .dstMemoryType = CU_MEMORYTYPE_ARRAY, in vulkan_transfer_data_from_cuda()
3281 .dstMemoryType = CU_MEMORYTYPE_DEVICE, in vulkan_transfer_data_to_cuda()
/third_party/ffmpeg/libavfilter/
Dvf_thumbnail_cuda.c271 cpy.dstMemoryType = CU_MEMORYTYPE_HOST; in filter_frame()
/third_party/ffmpeg/libavcodec/
Dcuviddec.c523 .dstMemoryType = CU_MEMORYTYPE_DEVICE, in cuvid_output_frame()