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

  /frameworks/av/services/camera/libcameraservice/device3/
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
109 res = currentConsumer->dequeueBuffer(currentConsumer.get(), &anb, &fenceFd);
121 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 513 ANativeWindowBuffer* anb; local
514 ASSERT_EQ(NO_ERROR, native_window_dequeue_buffer_and_wait(mANW.get(), &anb));
515 ASSERT_TRUE(anb != NULL);
520 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
531 ANativeWindowBuffer* anb; local
532 ASSERT_EQ(NO_ERROR, native_window_dequeue_buffer_and_wait(mANW.get(), &anb));
533 ASSERT_TRUE(anb != NULL);
536 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
654 ANativeWindowBuffer* anb;
657 ASSERT_NE(NO_ERROR, native_window_dequeue_buffer_and_wait(mANW.get(), &anb));
    [all...]
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 566 ANativeWindowBuffer* anb; local
567 rc = native_window_dequeue_buffer_and_wait(a, &anb);
569 *buffer = &anb->handle;
570 *stride = anb->stride;
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 509 ANativeWindowBuffer* anb; local
510 res = native_window_dequeue_buffer_and_wait(a, &anb);
513 *buffer = &(anb->handle);
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 488 ANativeWindowBuffer* anb; local
490 err = native_window_dequeue_buffer_and_wait(anw.get(), &anb);
493 ASSERT_TRUE(anb != NULL);
495 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
SurfaceTexture_test.cpp 773 android_native_buffer_t* anb;
775 &anb));
776 ASSERT_TRUE(anb != NULL);
778 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
798 ANativeWindowBuffer* anb;
800 &anb));
801 ASSERT_TRUE(anb != NULL);
803 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
844 ANativeWindowBuffer* anb;
846 &anb));
905 ANativeWindowBuffer* anb; local
979 ANativeWindowBuffer* anb; local
1187 ANativeWindowBuffer* anb; local
1242 ANativeWindowBuffer *anb; local
1282 ANativeWindowBuffer *anb; local
1313 ANativeWindowBuffer *anb; local
1366 ANativeWindowBuffer* anb; local
1432 ANativeWindowBuffer* anb; local
2346 android_native_buffer_t* anb; local
    [all...]
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp 1248 ANativeWindowBuffer* anb; local
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 2692 ANativeWindowBuffer* anb = NULL; local
    [all...]
OMXCodec.cpp 1917 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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 451 milliseconds