Searched refs:anb (Results 1 – 2 of 2) sorted by relevance
1058 ANativeWindowBuffer* anb = NULL; in dataCallbackTimestamp() local1116 mInterpr->mViVVid.ANW.get(),&anb); in dataCallbackTimestamp()1122 mInterpr->mViVVid.graphBuf = new GraphicBuffer(anb, false); in dataCallbackTimestamp()1166 mInterpr->mViVVid.ANW.get(), anb, -1); in dataCallbackTimestamp()
389 std::pair<bool, uint64_t> getBufferId(ANativeWindowBuffer* anb);408 ANativeWindowBuffer* anb) { in getBufferId() argument411 buffer_handle_t& buf = anb->handle; in getBufferId()416 mReversedBufMap[bufId] = anb; in getBufferId()430 ANativeWindowBuffer* anb; in dequeueBuffer() local431 auto rc = native_window_dequeue_buffer_and_wait(mAnw.get(), &anb); in dequeueBuffer()436 auto pair = getBufferId(anb); in dequeueBuffer()437 buf = (pair.first) ? anb->handle : nullptr; in dequeueBuffer()439 stride = anb->stride; in dequeueBuffer()