Home
last modified time | relevance | path

Searched refs:out_fallback (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudabasefilter.c112 if (filter->out_fallback) { in gst_cuda_base_filter_dispose()
113 gst_memory_unref (GST_MEMORY_CAST (filter->out_fallback)); in gst_cuda_base_filter_dispose()
114 filter->out_fallback = NULL; in gst_cuda_base_filter_dispose()
134 if (filter->out_fallback) { in gst_cuda_base_filter_configure()
135 gst_memory_unref (GST_MEMORY_CAST (filter->out_fallback)); in gst_cuda_base_filter_configure()
136 filter->out_fallback = NULL; in gst_cuda_base_filter_configure()
255 if (!filter->out_fallback) { in gst_cuda_base_filter_transform_frame()
261 filter->out_fallback = in gst_cuda_base_filter_transform_frame()
266 if (!filter->out_fallback) { in gst_cuda_base_filter_transform_frame()
271 out_mem = filter->out_fallback; in gst_cuda_base_filter_transform_frame()
[all …]
Dgstcudascale.h47 CUdeviceptr out_fallback; member
Dgstcudabasefilter.h49 GstCudaMemory *out_fallback; member