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

  /frameworks/av/services/camera/libcameraservice/camera3/
Camera3InputStream.cpp 61 ANativeWindowBuffer* anb; local
75 anb = bufferItem.mGraphicBuffer->getNativeBuffer();
76 assert(anb != NULL);
83 handoutBufferLocked(*buffer, &(anb->handle), /*acquireFence*/fenceFd,
113 ANativeWindowBuffer *anb = tmp.mGraphicBuffer->getNativeBuffer(); local
114 if (anb != NULL && &(anb->handle) == buffer.buffer) {
Camera3OutputStream.cpp 92 ANativeWindowBuffer* anb; local
95 res = mConsumer->dequeueBuffer(mConsumer.get(), &anb, &fenceFd);
106 handoutBufferLocked(*buffer, &(anb->handle), /*acquireFence*/fenceFd,
Camera3ZslStream.cpp 145 ANativeWindowBuffer* anb; local
166 anb = bufferItem->getBufferItem().mGraphicBuffer->getNativeBuffer();
167 assert(anb != NULL);
174 handoutBufferLocked(*buffer, &(anb->handle), /*acquireFence*/fenceFd,
210 ANativeWindowBuffer *anb = local
212 if (anb != NULL && &(anb->handle) == buffer.buffer) {
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 401 ANativeWindowBuffer* anb; local
402 CHECK(NO_ERROR == native_window_dequeue_buffer_and_wait(anw, &anb));
403 CHECK(anb != NULL);
407 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 511 ANativeWindowBuffer* anb; local
512 ASSERT_EQ(NO_ERROR, native_window_dequeue_buffer_and_wait(mANW.get(), &anb));
513 ASSERT_TRUE(anb != NULL);
518 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
529 ANativeWindowBuffer* anb; local
530 ASSERT_EQ(NO_ERROR, native_window_dequeue_buffer_and_wait(mANW.get(), &anb));
531 ASSERT_TRUE(anb != NULL);
534 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
652 ANativeWindowBuffer* anb;
655 ASSERT_NE(NO_ERROR, native_window_dequeue_buffer_and_wait(mANW.get(), &anb));
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraHardwareInterface.h 566 ANativeWindowBuffer* anb; local
567 rc = native_window_dequeue_buffer_and_wait(a, &anb);
569 *buffer = &anb->handle;
570 *stride = anb->stride;
Camera2Device.cpp 1224 ANativeWindowBuffer* anb; local
    [all...]
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 510 ANativeWindowBuffer* anb; local
511 res = native_window_dequeue_buffer_and_wait(a, &anb);
514 *buffer = &(anb->handle);
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 487 ANativeWindowBuffer* anb; local
489 err = native_window_dequeue_buffer_and_wait(anw.get(), &anb);
492 ASSERT_TRUE(anb != NULL);
494 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
SurfaceTexture_test.cpp 769 android_native_buffer_t* anb;
771 &anb));
772 ASSERT_TRUE(anb != NULL);
774 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
794 ANativeWindowBuffer* anb;
796 &anb));
797 ASSERT_TRUE(anb != NULL);
799 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
840 ANativeWindowBuffer* anb;
842 &anb));
901 ANativeWindowBuffer* anb; local
976 ANativeWindowBuffer* anb; local
1184 ANativeWindowBuffer* anb; local
1243 ANativeWindowBuffer *anb; local
1287 ANativeWindowBuffer *anb; local
1320 ANativeWindowBuffer *anb; local
1373 ANativeWindowBuffer* anb; local
1440 ANativeWindowBuffer* anb; local
2381 android_native_buffer_t* anb; local
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 2435 ANativeWindowBuffer* anb = NULL; local
    [all...]
OMXCodec.cpp 1919 ANativeWindowBuffer* anb = NULL; local
    [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 60 milliseconds