Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:anb

2131     ANativeWindowBuffer* anb = NULL;
2191 err = mNativeWindow->dequeueBuffer(mNativeWindow.get(), &anb);
2198 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
2233 anb = NULL;
2240 if (anb != NULL) {
2241 mNativeWindow->cancelBuffer(mNativeWindow.get(), anb);