Home
last modified time | relevance | path

Searched refs:gst_is_cuda_memory (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudamemory.h134 gboolean gst_is_cuda_memory (GstMemory * mem);
Dgstcudabasetransform.c311 (mem = gst_buffer_peek_memory (inbuf, 0)) && gst_is_cuda_memory (mem)) { in gst_cuda_base_transform_transform()
326 (mem = gst_buffer_peek_memory (outbuf, 0)) && gst_is_cuda_memory (mem)) { in gst_cuda_base_transform_transform()
Dgstcudamemory.c481 gst_is_cuda_memory (GstMemory * mem) in gst_is_cuda_memory() function
Dgstnvdecoder.c748 if (!gst_is_cuda_memory (mem)) { in gst_nv_decoder_copy_frame_to_cuda()
Dgstnvdec.c1277 gst_is_cuda_memory (mem)) { in gst_nvdec_copy_device_to_memory()
Dgstnvbaseenc.c2450 gst_is_cuda_memory (mem)) { in gst_nv_base_enc_handle_frame()