Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudamemory.c195 param.srcMemoryType = CU_MEMORYTYPE_HOST; in gst_cuda_memory_upload_transfer()
233 param.srcMemoryType = CU_MEMORYTYPE_DEVICE; in gst_cuda_memory_download_transfer()
437 param.srcMemoryType = CU_MEMORYTYPE_DEVICE; in cuda_mem_copy()
Dgstcudabasefilter.c228 param.srcMemoryType = CU_MEMORYTYPE_HOST; in gst_cuda_base_filter_transform_frame()
298 param.srcMemoryType = CU_MEMORYTYPE_DEVICE; in gst_cuda_base_filter_transform_frame()
Dgstcudabasetransform.c397 param.srcMemoryType = CU_MEMORYTYPE_DEVICE; in gst_cuda_base_transform_transform_frame_default()
401 param.srcMemoryType = CU_MEMORYTYPE_HOST; in gst_cuda_base_transform_transform_frame_default()
Dgstnvdecoder.c614 copy_params.srcMemoryType = CU_MEMORYTYPE_DEVICE; in gst_nv_decoder_copy_frame_to_gl_internal()
704 copy_params.srcMemoryType = CU_MEMORYTYPE_DEVICE; in gst_nv_decoder_copy_frame_to_system()
774 copy_params.srcMemoryType = CU_MEMORYTYPE_DEVICE; in gst_nv_decoder_copy_frame_to_cuda()
Dgstnvbaseenc.c2196 param.srcMemoryType = CU_MEMORYTYPE_DEVICE; in _map_gl_input_buffer()
2251 param.srcMemoryType = CU_MEMORYTYPE_DEVICE; in gst_nv_base_enc_upload_frame()
2255 param.srcMemoryType = CU_MEMORYTYPE_HOST; in gst_nv_base_enc_upload_frame()
Dgstnvdec.c1186 mcpy2d.srcMemoryType = CU_MEMORYTYPE_DEVICE; in copy_video_frame_to_gl_textures()
1310 copy_params.srcMemoryType = CU_MEMORYTYPE_DEVICE; in gst_nvdec_copy_device_to_memory()
Dcuda-converter.c1053 copy_params.srcMemoryType = CU_MEMORYTYPE_DEVICE; in convert_create_texture()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/stub/
Dcuda.h115 CUmemorytype srcMemoryType; member
/third_party/ffmpeg/libavutil/
Dhwcontext_cuda.c249 cpy.srcMemoryType = CU_MEMORYTYPE_DEVICE; in cuda_transfer_data()
252 cpy.srcMemoryType = CU_MEMORYTYPE_HOST; in cuda_transfer_data()
Dhwcontext_vulkan.c2488 .srcMemoryType = CU_MEMORYTYPE_DEVICE, in vulkan_transfer_data_from_cuda()
3286 .srcMemoryType = CU_MEMORYTYPE_ARRAY, in vulkan_transfer_data_to_cuda()
/third_party/ffmpeg/libavfilter/
Dvf_thumbnail_cuda.c270 cpy.srcMemoryType = CU_MEMORYTYPE_DEVICE; in filter_frame()
/third_party/ffmpeg/libavcodec/
Dcuviddec.c522 .srcMemoryType = CU_MEMORYTYPE_DEVICE, in cuvid_output_frame()