Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoom_core.c208 if (goomInfo->curGState->drawPoints) { in goom_update()
369 goomInfo->curGState = &(goomInfo->states[i]); in goom_update()
371 if ((goomInfo->curGState->drawIFS) && (goomInfo->update.ifs_incr <= 0)) { in goom_update()
376 if ((!goomInfo->curGState->drawIFS) && (goomInfo->update.ifs_incr > 0) in goom_update()
380 if (!goomInfo->curGState->drawScope) in goom_update()
383 if (!goomInfo->curGState->drawScope) { in goom_update()
675 || (!goomInfo->curGState->drawScope)) { in goom_update()
702 && (goomInfo->curGState->drawScope)) { in goom_update()
Dgoom_plugin_info.h132 GoomState *curGState; member
Dplugin_info.c189 pp->curGState = &(pp->states[6]); in plugin_info_init()
Dtentacle3d.c117 goomInfo->curGState->drawTentacle, data); in tentacle_fx_apply()