Lines Matching refs:bt
437 static gboolean gst_vulkan_download_query (GstBaseTransform * bt,
444 static gboolean gst_vulkan_download_set_caps (GstBaseTransform * bt,
446 static GstCaps *gst_vulkan_download_transform_caps (GstBaseTransform * bt,
448 static gboolean gst_vulkan_download_propose_allocation (GstBaseTransform * bt,
450 static gboolean gst_vulkan_download_decide_allocation (GstBaseTransform * bt,
452 static GstFlowReturn gst_vulkan_download_transform (GstBaseTransform * bt,
455 * bt, GstBuffer * inbuf, GstBuffer ** outbuf);
554 gst_vulkan_download_query (GstBaseTransform * bt, GstPadDirection direction, in gst_vulkan_download_query() argument
557 GstVulkanDownload *vk_download = GST_VULKAN_DOWNLOAD (bt); in gst_vulkan_download_query()
575 return GST_BASE_TRANSFORM_CLASS (parent_class)->query (bt, direction, query); in gst_vulkan_download_query()
708 gst_vulkan_download_transform_caps (GstBaseTransform * bt, in gst_vulkan_download_transform_caps() argument
711 GstVulkanDownload *vk_download = GST_VULKAN_DOWNLOAD (bt); in gst_vulkan_download_transform_caps()
750 gst_vulkan_download_set_caps (GstBaseTransform * bt, GstCaps * in_caps, in gst_vulkan_download_set_caps() argument
753 GstVulkanDownload *vk_download = GST_VULKAN_DOWNLOAD (bt); in gst_vulkan_download_set_caps()
781 GST_LOG_OBJECT (bt, "downloader %s accepted caps in: %" GST_PTR_FORMAT in gst_vulkan_download_set_caps()
789 GST_DEBUG_OBJECT (bt, in gst_vulkan_download_set_caps()
797 gst_vulkan_download_propose_allocation (GstBaseTransform * bt, in gst_vulkan_download_propose_allocation() argument
800 GstVulkanDownload *vk_download = GST_VULKAN_DOWNLOAD (bt); in gst_vulkan_download_propose_allocation()
828 gst_vulkan_download_decide_allocation (GstBaseTransform * bt, GstQuery * query) in gst_vulkan_download_decide_allocation() argument
848 gst_vulkan_download_prepare_output_buffer (GstBaseTransform * bt, in gst_vulkan_download_prepare_output_buffer() argument
851 GstBaseTransformClass *bclass = GST_BASE_TRANSFORM_GET_CLASS (bt); in gst_vulkan_download_prepare_output_buffer()
852 GstVulkanDownload *vk_download = GST_VULKAN_DOWNLOAD (bt); in gst_vulkan_download_prepare_output_buffer()
867 GST_ELEMENT_ERROR (bt, RESOURCE, NOT_FOUND, in gst_vulkan_download_prepare_output_buffer()
887 bclass->copy_metadata (bt, inbuf, *outbuf); in gst_vulkan_download_prepare_output_buffer()
894 gst_vulkan_download_transform (GstBaseTransform * bt, GstBuffer * inbuf, in gst_vulkan_download_transform() argument