![]() |
RDK Documentation (Open Sourced RDK Components)
|

Data Fields | |
| EssCtx * | essCtx |
| int | windowWidth |
| int | windowHeight |
| int | videoX |
| int | videoY |
| int | videoWidth |
| int | videoHeight |
| bool | dirty |
| float | matrix [16] |
| float | alpha |
| EGLDisplay | eglDisplay |
| bool | haveDmaBufImport |
| bool | haveExternalImage |
| GLCtx | gl |
| Surface | surface |
| GLuint | shaderVertFill |
| GLuint | shaderFragFill |
| GLuint | progFill |
| GLuint | attrFillVertex |
| GLuint | uniFillMatrix |
| GLuint | uniFillTarget |
| GLuint | uniFillColor |
| long long | frameTimePrev |
| long long | frameTime |
| GstElement * | pipeline |
| GstElement * | playbin |
| GstElement * | vidsink |
| GstBus * | bus |
| GMainLoop * | loop |
| bool | quit |
Definition at line 105 of file nwvidtex.cpp.
| EssCtx* AppCtx_::essCtx |
Definition at line 107 of file nwvidtex.cpp.
| int AppCtx_::windowWidth |
Definition at line 108 of file nwvidtex.cpp.
| int AppCtx_::windowHeight |
Definition at line 109 of file nwvidtex.cpp.
| int AppCtx_::videoX |
Definition at line 110 of file nwvidtex.cpp.
| int AppCtx_::videoY |
Definition at line 111 of file nwvidtex.cpp.
| int AppCtx_::videoWidth |
Definition at line 112 of file nwvidtex.cpp.
| int AppCtx_::videoHeight |
Definition at line 113 of file nwvidtex.cpp.
| bool AppCtx_::dirty |
Definition at line 114 of file nwvidtex.cpp.
| float AppCtx_::matrix[16] |
Definition at line 115 of file nwvidtex.cpp.
| float AppCtx_::alpha |
Definition at line 116 of file nwvidtex.cpp.
| EGLDisplay AppCtx_::eglDisplay |
Definition at line 117 of file nwvidtex.cpp.
| bool AppCtx_::haveDmaBufImport |
Definition at line 118 of file nwvidtex.cpp.
| bool AppCtx_::haveExternalImage |
Definition at line 119 of file nwvidtex.cpp.
| GLCtx AppCtx_::gl |
Definition at line 120 of file nwvidtex.cpp.
| Surface AppCtx_::surface |
Definition at line 121 of file nwvidtex.cpp.
| GLuint AppCtx_::shaderVertFill |
Definition at line 122 of file nwvidtex.cpp.
| GLuint AppCtx_::shaderFragFill |
Definition at line 123 of file nwvidtex.cpp.
| GLuint AppCtx_::progFill |
Definition at line 124 of file nwvidtex.cpp.
| GLuint AppCtx_::attrFillVertex |
Definition at line 125 of file nwvidtex.cpp.
| GLuint AppCtx_::uniFillMatrix |
Definition at line 126 of file nwvidtex.cpp.
| GLuint AppCtx_::uniFillTarget |
Definition at line 127 of file nwvidtex.cpp.
| GLuint AppCtx_::uniFillColor |
Definition at line 128 of file nwvidtex.cpp.
| long long AppCtx_::frameTimePrev |
Definition at line 129 of file nwvidtex.cpp.
| long long AppCtx_::frameTime |
Definition at line 130 of file nwvidtex.cpp.
| GstElement* AppCtx_::pipeline |
Definition at line 131 of file nwvidtex.cpp.
| GstElement* AppCtx_::playbin |
Definition at line 132 of file nwvidtex.cpp.
| GstElement* AppCtx_::vidsink |
Definition at line 133 of file nwvidtex.cpp.
| GstBus* AppCtx_::bus |
Definition at line 134 of file nwvidtex.cpp.
| GMainLoop* AppCtx_::loop |
Definition at line 135 of file nwvidtex.cpp.
| bool AppCtx_::quit |
Definition at line 136 of file nwvidtex.cpp.