Home | History | Annotate | Download | only in jni

Lines Matching defs:new_st

287     sp<IGraphicBufferProducer> new_st;
291 new_st = surface->getIGraphicBufferProducer();
292 if (new_st == NULL) {
297 new_st->incStrong((void*)decVideoSurfaceRef);
305 env->SetLongField(thiz, fields.surface_texture, (jlong)new_st.get());
311 mp->setVideoSurfaceTexture(new_st);