HomeSort by relevance Sort by last modified time
    Searched refs:anb (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/native/libs/gui/tests/
SurfaceTextureGL_test.cpp 40 ANativeWindowBuffer* anb; local
42 &anb));
43 ASSERT_TRUE(anb != NULL);
45 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
90 ANativeWindowBuffer* anb; local
92 &anb));
93 ASSERT_TRUE(anb != NULL);
95 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
155 ANativeWindowBuffer* anb; local
157 &anb));
232 ANativeWindowBuffer* anb; local
448 ANativeWindowBuffer* anb; local
509 ANativeWindowBuffer *anb; local
549 ANativeWindowBuffer *anb; local
580 ANativeWindowBuffer *anb; local
633 ANativeWindowBuffer* anb; local
702 ANativeWindowBuffer* anb; local
    [all...]
SurfaceTextureFBO_test.cpp 39 android_native_buffer_t* anb; local
41 &anb));
42 ASSERT_TRUE(anb != NULL);
44 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
65 &anb));
66 ASSERT_TRUE(anb != NULL);
68 buf = new GraphicBuffer(anb, false);
FillBuffer.cpp 93 android_native_buffer_t* anb;
95 &anb));
96 ASSERT_TRUE(anb != NULL);
98 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
CpuConsumer_test.cpp 486 ANativeWindowBuffer* anb; local
488 err = native_window_dequeue_buffer_and_wait(anw.get(), &anb);
491 ASSERT_TRUE(anb != NULL);
493 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
  /hardware/ti/omap4-aah/test/CameraHal/
surfacetexture_test.cpp 118 ANativeWindowBuffer* anb[30] = { 0 }; local
148 anb[i] = NULL;
149 anw->dequeueBuffer(anw.get(), &anb[i]);
150 printf("%d: %p\n", i, anb[i]);
151 if (anb[i] == NULL) {
156 mapper.lock(anb[i]->handle, GRALLOC_USAGE_SW_READ_RARELY,
163 mapper.unlock(anb[i]->handle);
166 if (anb[i]) {
167 anw->cancelBuffer (anw.get(), anb[i]);
camera_test_surfacetexture.cpp 744 ANativeWindowBuffer* anb; local
787 mWindowTapIn->dequeueBuffer(mWindowTapIn.get(), &anb);
788 mapper.lock(anb->handle, GRALLOC_USAGE_SW_WRITE_OFTEN, bounds, dest);
825 mapper.unlock(anb->handle);
828 anb = bufinfo.buf->getNativeBuffer();
831 mWindowTapIn->queueBuffer(mWindowTapIn.get(), anb);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
SortedSetRelation.java 80 boolean anb = (allow & A_NOT_B) != 0;
96 return anb;
114 return anb;
119 if (!anb) return false;
127 return anb;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SortedSetRelation.java 78 boolean anb = (allow & A_NOT_B) != 0;
94 return anb;
112 return anb;
117 if (!anb) return false;
125 return anb;
  /frameworks/av/media/libstagefright/
SurfaceUtils.cpp 123 ANativeWindowBuffer* anb = NULL; local
172 err = native_window_dequeue_buffer_and_wait(nativeWindow, &anb);
179 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
203 anb = NULL;
208 if (anb != NULL) {
209 nativeWindow->cancelBuffer(nativeWindow, anb, -1);
210 anb = NULL;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3InputStream.cpp 62 ANativeWindowBuffer* anb; local
76 anb = bufferItem.mGraphicBuffer->getNativeBuffer();
77 assert(anb != NULL);
84 handoutBufferLocked(*buffer, &(anb->handle), /*acquireFence*/fenceFd,
114 ANativeWindowBuffer *anb = tmp.mGraphicBuffer->getNativeBuffer(); local
115 if (anb != NULL && &(anb->handle) == buffer.buffer) {
Camera3ZslStream.cpp 150 ANativeWindowBuffer* anb; local
171 anb = bufferItem->getBufferItem().mGraphicBuffer->getNativeBuffer();
172 assert(anb != NULL);
179 handoutBufferLocked(*buffer, &(anb->handle), /*acquireFence*/fenceFd,
215 ANativeWindowBuffer *anb = local
217 if (anb != NULL && &(anb->handle) == buffer.buffer) {
Camera3OutputStream.cpp 157 ANativeWindowBuffer* anb; local
167 anb = gb.get();
168 res = mConsumer->attachBuffer(anb);
202 res = currentConsumer->dequeueBuffer(currentConsumer.get(), &anb, &fenceFd);
222 handoutBufferLocked(*buffer, &(anb->handle), /*acquireFence*/fenceFd,
  /hardware/intel/img/hwcomposer/merrifield/test/
nv12_ved_test.cpp 90 ANativeWindowBuffer *anb; local
116 if (native_window_dequeue_buffer_and_wait(anw.get(), &anb))
118 if (anb == NULL)
120 sp < GraphicBuffer > buf(new GraphicBuffer(anb, false));
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 506 ANativeWindowBuffer* anb; local
507 ASSERT_EQ(NO_ERROR, native_window_dequeue_buffer_and_wait(mANW.get(), &anb));
508 ASSERT_TRUE(anb != NULL);
513 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
525 ANativeWindowBuffer* anb; local
526 ASSERT_EQ(NO_ERROR, native_window_dequeue_buffer_and_wait(mANW.get(), &anb));
527 ASSERT_TRUE(anb != NULL);
530 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
648 ANativeWindowBuffer* anb;
651 ASSERT_NE(NO_ERROR, native_window_dequeue_buffer_and_wait(mANW.get(), &anb));
    [all...]
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 618 ANativeWindowBuffer* anb; local
619 rc = native_window_dequeue_buffer_and_wait(a, &anb);
621 *buffer = &anb->handle;
622 *stride = anb->stride;
  /system/core/include/system/
window.h     [all...]
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 518 ANativeWindowBuffer* anb; local
519 res = native_window_dequeue_buffer_and_wait(a, &anb);
522 *buffer = &(anb->handle);
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 156 ANativeWindowBuffer* anb; local
182 err = native_window_dequeue_buffer_and_wait(anw.get(), &anb);
185 sp<GraphicBuffer> buf(new GraphicBuffer(anb, /*keepOwnership*/false));
  /frameworks/base/media/jni/
android_media_ImageWriter.cpp 327 android_native_buffer_t *anb = NULL; local
329 status_t res = anw->dequeueBuffer(anw.get(), &anb, &fenceFd);
345 sp<GraphicBuffer> buffer(new GraphicBuffer(anb, /*keepOwnership*/false));
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp 999 ANativeWindowBuffer* anb = NULL; local
1052 mInterpr->mViVVid.ANW.get(),&anb);
1054 printf("Cannot dequeue anb for sensor %d!!!\n", mCameraIndex);
1057 mInterpr->mViVVid.graphBuf = new GraphicBuffer(anb, false);
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/test/
qcamera_test.cpp 1069 ANativeWindowBuffer* anb = NULL; local
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL/test/
qcamera_test.cpp 1069 ANativeWindowBuffer* anb = NULL; local
    [all...]
  /prebuilts/tools/common/m2/repository/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 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 

Completed in 447 milliseconds

1 2