• Home
  • Raw
  • Download

Lines Matching refs:bsrc

122 static gboolean gst_video_test_src_setcaps (GstBaseSrc * bsrc, GstCaps * caps);
123 static GstCaps *gst_video_test_src_src_fixate (GstBaseSrc * bsrc,
127 static gboolean gst_video_test_src_do_seek (GstBaseSrc * bsrc,
129 static gboolean gst_video_test_src_query (GstBaseSrc * bsrc, GstQuery * query);
133 static gboolean gst_video_test_src_decide_allocation (GstBaseSrc * bsrc,
411 gst_video_test_src_src_fixate (GstBaseSrc * bsrc, GstCaps * caps) in gst_video_test_src_src_fixate() argument
413 GstVideoTestSrc *src = GST_VIDEO_TEST_SRC (bsrc); in gst_video_test_src_src_fixate()
519 caps = GST_BASE_SRC_CLASS (parent_class)->fixate (bsrc, caps); in gst_video_test_src_src_fixate()
824 gst_video_test_src_decide_allocation (GstBaseSrc * bsrc, GstQuery * query) in gst_video_test_src_decide_allocation() argument
833 videotestsrc = GST_VIDEO_TEST_SRC (bsrc); in gst_video_test_src_decide_allocation()
876 return GST_BASE_SRC_CLASS (parent_class)->decide_allocation (bsrc, query); in gst_video_test_src_decide_allocation()
880 gst_video_test_src_setcaps (GstBaseSrc * bsrc, GstCaps * caps) in gst_video_test_src_setcaps() argument
889 videotestsrc = GST_VIDEO_TEST_SRC (bsrc); in gst_video_test_src_setcaps()
975 GST_DEBUG_OBJECT (bsrc, "failed to parse caps"); in gst_video_test_src_setcaps()
981 GST_DEBUG_OBJECT (bsrc, "unsupported caps: %" GST_PTR_FORMAT, caps); in gst_video_test_src_setcaps()
987 gst_video_test_src_query (GstBaseSrc * bsrc, GstQuery * query) in gst_video_test_src_query() argument
992 src = GST_VIDEO_TEST_SRC (bsrc); in gst_video_test_src_query()
1031 if (bsrc->num_buffers != -1) { in gst_video_test_src_query()
1041 dur = gst_util_uint64_scale_int_round (bsrc->num_buffers in gst_video_test_src_query()
1053 bsrc->num_buffers * src->info.size); in gst_video_test_src_query()
1063 res = GST_BASE_SRC_CLASS (parent_class)->query (bsrc, query); in gst_video_test_src_query()
1094 gst_video_test_src_do_seek (GstBaseSrc * bsrc, GstSegment * segment) in gst_video_test_src_do_seek() argument
1099 src = GST_VIDEO_TEST_SRC (bsrc); in gst_video_test_src_do_seek()