Searched refs:anb (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/test/
H A Dnv12_ved_test.cpp90 ANativeWindowBuffer *anb; local
116 if (native_window_dequeue_buffer_and_wait(anw.get(), &anb))
118 if (anb == NULL)
120 sp <GraphicBuffer> buf(GraphicBuffer::from(anb));
/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp338 std::pair<bool, uint64_t> getBufferId(ANativeWindowBuffer* anb);
357 ANativeWindowBuffer* anb) {
360 buffer_handle_t& buf = anb->handle;
365 mReversedBufMap[bufId] = anb;
379 ANativeWindowBuffer* anb; local
380 auto rc = native_window_dequeue_buffer_and_wait(mAnw.get(), &anb);
385 auto pair = getBufferId(anb);
386 buf = (pair.first) ? anb->handle : nullptr;
388 stride = anb->stride;
356 getBufferId( ANativeWindowBuffer* anb) argument
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.cpp1058 ANativeWindowBuffer* anb = NULL; local
1116 mInterpr->mViVVid.ANW.get(),&anb);
1118 printf("Cannot dequeue anb for sensor %d!!!\n", mCameraIndex);
1122 mInterpr->mViVVid.graphBuf = new GraphicBuffer(anb, false);
1166 mInterpr->mViVVid.ANW.get(), anb, -1);

Completed in 287 milliseconds