HomeSort by relevance Sort by last modified time
    Searched defs:anb (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libstagefright/
SurfaceUtils.cpp 170 ANativeWindowBuffer* anb = NULL; local
219 err = native_window_dequeue_buffer_and_wait(nativeWindow, &anb);
226 sp<GraphicBuffer> buf(GraphicBuffer::from(anb));
250 anb = NULL;
255 if (anb != NULL) {
256 nativeWindow->cancelBuffer(nativeWindow, anb, -1);
257 anb = NULL;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3InputStream.cpp 65 ANativeWindowBuffer* anb; local
79 anb = bufferItem.mGraphicBuffer->getNativeBuffer();
80 assert(anb != NULL);
87 handoutBufferLocked(*buffer, &(anb->handle), /*acquireFence*/fenceFd,
121 ANativeWindowBuffer *anb = tmp.mGraphicBuffer->getNativeBuffer(); local
122 if (anb != NULL && &(anb->handle) == buffer.buffer) {
Camera3SharedOutputStream.cpp 80 ANativeWindowBuffer* anb,
89 res = splitter->attachBufferToOutputs(anb, surface_ids);
162 ANativeWindowBuffer* anb; local
166 res = getBufferLockedCommon(&anb, &fenceFd);
172 res = attachBufferToSplitterLocked(anb, surfaceIds);
182 handoutBufferLocked(*buffer, &(anb->handle), /*acquireFence*/fenceFd,
Camera3OutputStream.cpp 170 ANativeWindowBuffer* anb; local
174 res = getBufferLockedCommon(&anb, &fenceFd);
183 handoutBufferLocked(*buffer, &(anb->handle), /*acquireFence*/fenceFd,
523 status_t Camera3OutputStream::getBufferLockedCommon(ANativeWindowBuffer** anb, int* fenceFd) {
539 *anb = gb.get();
540 res = mConsumer->attachBuffer(*anb);
578 res = currentConsumer->dequeueBuffer(currentConsumer.get(), anb, fenceFd);
594 *anb = gb.get();
595 res = mConsumer->attachBuffer(*anb);
    [all...]
  /frameworks/av/services/camera/libcameraservice/api2/
DepthCompositeStream.cpp 253 ANativeWindowBuffer *anb; local
289 res = outputANW->dequeueBuffer(mOutputSurface.get(), &anb, &fenceFd);
296 sp<GraphicBuffer> gb = GraphicBuffer::from(anb);
301 outputANW->cancelBuffer(mOutputSurface.get(), anb, /*fence*/ -1);
308 outputANW->cancelBuffer(mOutputSurface.get(), anb, /*fence*/ -1);
362 outputANW->cancelBuffer(mOutputSurface.get(), anb, /*fence*/ -1);
369 outputANW->cancelBuffer(mOutputSurface.get(), anb, /*fence*/ -1);
379 outputANW->queueBuffer(mOutputSurface.get(), anb, /*fence*/ -1);
HeicCompositeStream.h 164 ANativeWindowBuffer *anb; member in struct:android::camera3::HeicCompositeStream::InputFrame
172 trackIndex(-1), anb(nullptr), appSegmentWritten(false),
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.cpp 207 ANativeWindowBuffer* anb) {
210 buffer_handle_t& buf = anb->handle;
215 mReversedBufMap[bufId] = anb;
235 ANativeWindowBuffer* anb; local
236 int rc = native_window_dequeue_buffer_and_wait(a, &anb);
243 auto pair = getBufferId(anb);
244 buf = (pair.first) ? anb->handle : nullptr;
246 stride = anb->stride;
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 1374 milliseconds