Home
last modified time | relevance | path

Searched refs:rootObject (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/
H A Dmain.cpp89 QQuickItem *rootObject = viewer.rootObject(); in main() local
90 rootObject->setProperty("fileName", fileName); in main()
91 viewer.rootObject()->setProperty("volume", volume); in main()
95 rootObject->setProperty("perfMonitorsLogging", performanceMonitorState.logging); in main()
96 rootObject->setProperty("perfMonitorsVisible", performanceMonitorState.visible); in main()
99 rootObject, SLOT(qmlFramePainted())); in main()
126 QMetaObject::invokeMethod(viewer.rootObject(), "init", Qt::QueuedConnection); in main()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlsink/
H A Dmain.cpp64 QQuickWindow *rootObject; in main() local
67 rootObject = static_cast<QQuickWindow *> (engine.rootObjects().first()); in main()
68 videoItem = rootObject->findChild<QQuickItem *> ("videoItem"); in main()
72 rootObject->scheduleRenderJob (new SetPlaying (pipeline), in main()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/mediaplayer/qmlsink/
H A Dmain.cpp60 QQuickWindow *rootObject; in main() local
63 rootObject = static_cast<QQuickWindow *> (engine.rootObjects().first()); in main()
64 videoItem = rootObject->findChild<QQuickItem *> ("videoItem"); in main()
68 rootObject->scheduleRenderJob (new SetPlaying (pipeline), in main()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.cpp254 QJsonObject rootObject = doc.object(); in checkDocument() local
255 QJsonObject::const_iterator it = rootObject.constFind(QLatin1String("Response")); in checkDocument()
256 if (it == rootObject.constEnd()) { in checkDocument()