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

  /frameworks/native/libs/gui/tests/
SurfaceTextureFBO_test.cpp 35 android_native_buffer_t* anb; local
37 &anb));
38 ASSERT_TRUE(anb != NULL);
40 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
61 &anb));
62 ASSERT_TRUE(anb != NULL);
64 buf = new GraphicBuffer(anb, false);
SurfaceTextureGL_test.cpp 36 ANativeWindowBuffer* anb; local
38 &anb));
39 ASSERT_TRUE(anb != NULL);
41 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
82 ANativeWindowBuffer* anb; local
84 &anb));
85 ASSERT_TRUE(anb != NULL);
87 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
143 ANativeWindowBuffer* anb; local
145 &anb));
217 ANativeWindowBuffer* anb; local
425 ANativeWindowBuffer* anb; local
480 ANativeWindowBuffer *anb; local
520 ANativeWindowBuffer *anb; local
551 ANativeWindowBuffer *anb; local
604 ANativeWindowBuffer* anb; local
670 ANativeWindowBuffer* anb; local
    [all...]
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 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));
  /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);
  /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) {
Camera3ZslStream.cpp 149 ANativeWindowBuffer* anb; local
170 anb = bufferItem->getBufferItem().mGraphicBuffer->getNativeBuffer();
171 assert(anb != NULL);
178 handoutBufferLocked(*buffer, &(anb->handle), /*acquireFence*/fenceFd,
214 ANativeWindowBuffer *anb = local
216 if (anb != NULL && &(anb->handle) == buffer.buffer) {
Camera3OutputStream.cpp 94 ANativeWindowBuffer* anb; local
111 res = currentConsumer->dequeueBuffer(currentConsumer.get(), &anb, &fenceFd);
123 handoutBufferLocked(*buffer, &(anb->handle), /*acquireFence*/fenceFd,
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 510 ANativeWindowBuffer* anb; local
511 ASSERT_EQ(NO_ERROR, native_window_dequeue_buffer_and_wait(mANW.get(), &anb));
512 ASSERT_TRUE(anb != NULL);
517 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...]
  /external/chromium_org/third_party/hwcplus/include/system/
window.h 834 struct ANativeWindowBuffer** anb) {
835 return anw->dequeueBuffer_DEPRECATED(anw, anb);
  /system/core/include/system/
window.h     [all...]
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 580 ANativeWindowBuffer* anb; local
581 rc = native_window_dequeue_buffer_and_wait(a, &anb);
583 *buffer = &anb->handle;
584 *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/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 167 ANativeWindowBuffer* anb; local
193 err = native_window_dequeue_buffer_and_wait(anw.get(), &anb);
196 sp<GraphicBuffer> buf(new GraphicBuffer(anb, /*keepOwnership*/false));
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp 1293 ANativeWindowBuffer* anb; local
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp 994 ANativeWindowBuffer* anb = NULL; local
1047 mInterpr->mViVVid.ANW.get(),&anb);
1049 printf("Cannot dequeue anb for sensor %d!!!\n", mCameraIndex);
1052 mInterpr->mViVVid.graphBuf = new GraphicBuffer(anb, false);
    [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 2046 ANativeWindowBuffer* anb = NULL; local
    [all...]
ACodec.cpp 3898 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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 427 milliseconds