Home
last modified time | relevance | path

Searched refs:GST_AVF_VIDEO_SRC_IMPL (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davfvideosrc.m1384 GstAVFVideoSrcImpl *impl = GST_AVF_VIDEO_SRC_IMPL (object);
1431 GstAVFVideoSrcImpl *impl = GST_AVF_VIDEO_SRC_IMPL (object);
1471 ret = [GST_AVF_VIDEO_SRC_IMPL (element) changeState: transition];
1481 ret = [GST_AVF_VIDEO_SRC_IMPL (basesrc) getCaps];
1491 ret = [GST_AVF_VIDEO_SRC_IMPL (basesrc) setCaps:caps];
1501 ret = [GST_AVF_VIDEO_SRC_IMPL (basesrc) start];
1511 ret = [GST_AVF_VIDEO_SRC_IMPL (basesrc) stop];
1521 ret = [GST_AVF_VIDEO_SRC_IMPL (basesrc) query:query];
1531 ret = [GST_AVF_VIDEO_SRC_IMPL (basesrc) unlock];
1541 ret = [GST_AVF_VIDEO_SRC_IMPL (basesrc) unlockStop];
[all …]
Davfvideosrc.h36 #define GST_AVF_VIDEO_SRC_IMPL(obj) \ macro