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()
414 std::pair<bool, uint64_t> getBufferId(ANativeWindowBuffer* anb);433 ANativeWindowBuffer* anb) { in getBufferId() argument436 buffer_handle_t& buf = anb->handle; in getBufferId()441 mReversedBufMap[bufId] = anb; in getBufferId()455 ANativeWindowBuffer* anb; in dequeueBuffer() local456 auto rc = native_window_dequeue_buffer_and_wait(mAnw.get(), &anb); in dequeueBuffer()461 auto pair = getBufferId(anb); in dequeueBuffer()462 buf = (pair.first) ? anb->handle : nullptr; in dequeueBuffer()464 stride = anb->stride; in dequeueBuffer()