Searched refs:out_fallback (Results 1 – 3 of 3) sorted by relevance
112 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 …]
47 CUdeviceptr out_fallback; member
49 GstCudaMemory *out_fallback; member