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

  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 674 android_native_buffer_t* anb;
675 ASSERT_EQ(NO_ERROR, anw->dequeueBuffer(anw.get(), &anb));
676 ASSERT_TRUE(anb != NULL);
678 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
698 ANativeWindowBuffer* anb;
699 ASSERT_EQ(NO_ERROR, mANW->dequeueBuffer(mANW.get(), &anb));
700 ASSERT_TRUE(anb != NULL);
702 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
743 ANativeWindowBuffer* anb; local
744 ASSERT_EQ(NO_ERROR, mANW->dequeueBuffer(mANW.get(), &anb));
803 ANativeWindowBuffer* anb; local
879 ANativeWindowBuffer* anb; local
1090 ANativeWindowBuffer* anb; local
1148 ANativeWindowBuffer *anb; local
1192 ANativeWindowBuffer *anb; local
1225 ANativeWindowBuffer *anb; local
1278 ANativeWindowBuffer* anb; local
1342 ANativeWindowBuffer* anb; local
2136 android_native_buffer_t* anb; local
    [all...]
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 511 ANativeWindowBuffer* anb; local
512 ASSERT_EQ(NO_ERROR, mANW->dequeueBuffer(mANW.get(), &anb));
513 ASSERT_TRUE(anb != NULL);
515 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
529 ANativeWindowBuffer* anb; local
530 ASSERT_EQ(NO_ERROR, mANW->dequeueBuffer(mANW.get(), &anb));
531 ASSERT_TRUE(anb != NULL);
533 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
652 ANativeWindowBuffer* anb;
655 ASSERT_NE(NO_ERROR, mANW->dequeueBuffer(mANW.get(), &anb));
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 401 ANativeWindowBuffer* anb; local
402 anw->dequeueBuffer(anw, &anb);
403 CHECK(anb != NULL);
405 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
  /frameworks/av/services/camera/libcameraservice/
CameraHardwareInterface.h 571 ANativeWindowBuffer* anb; local
572 rc = a->dequeueBuffer(a, &anb);
574 *buffer = &anb->handle;
575 *stride = anb->stride;
  /frameworks/av/media/libstagefright/
ACodec.cpp 2131 ANativeWindowBuffer* anb = NULL; local
    [all...]
OMXCodec.cpp 1885 ANativeWindowBuffer* anb = NULL; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 251 milliseconds