Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudabasetransform.c136 GstCudaBaseTransform *filter = GST_CUDA_BASE_TRANSFORM (object); in gst_cuda_base_transform_set_property()
152 GstCudaBaseTransform *filter = GST_CUDA_BASE_TRANSFORM (object); in gst_cuda_base_transform_get_property()
167 GstCudaBaseTransform *filter = GST_CUDA_BASE_TRANSFORM (object); in gst_cuda_base_transform_dispose()
177 GstCudaBaseTransform *filter = GST_CUDA_BASE_TRANSFORM (element); in gst_cuda_base_transform_set_context()
188 GstCudaBaseTransform *filter = GST_CUDA_BASE_TRANSFORM (trans); in gst_cuda_base_transform_start()
213 GstCudaBaseTransform *filter = GST_CUDA_BASE_TRANSFORM (trans); in gst_cuda_base_transform_stop()
232 GstCudaBaseTransform *filter = GST_CUDA_BASE_TRANSFORM (trans); in gst_cuda_base_transform_set_caps()
292 GstCudaBaseTransform *filter = GST_CUDA_BASE_TRANSFORM (trans); in gst_cuda_base_transform_transform()
448 GstCudaBaseTransform *filter = GST_CUDA_BASE_TRANSFORM (trans); in gst_cuda_base_transform_propose_allocation()
537 GstCudaBaseTransform *filter = GST_CUDA_BASE_TRANSFORM (trans); in gst_cuda_base_transform_decide_allocation()
[all …]
Dgstcudabasetransform.h32 #define GST_CUDA_BASE_TRANSFORM(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_CUDA_BA… macro
Dgstcudabasefilter.c126 GstCudaBaseTransform *btrans = GST_CUDA_BASE_TRANSFORM (filter); in gst_cuda_base_filter_configure()