Home
last modified time | relevance | path

Searched refs:native_window_set_crop (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/gui/tests/
DSurfaceTextureGL_test.cpp154 ASSERT_EQ(NO_ERROR, native_window_set_crop(mANW.get(), &crop)); in TEST_F()
552 ASSERT_EQ(OK, native_window_set_crop(mANW.get(), &odd)); in TEST_F()
584 ASSERT_EQ(OK, native_window_set_crop(mANW.get(), &standard)); in TEST_F()
595 ASSERT_EQ(OK, native_window_set_crop(mANW.get(), &wide)); in TEST_F()
607 ASSERT_EQ(OK, native_window_set_crop(mANW.get(), &narrow)); in TEST_F()
DSurfaceTextureClient_test.cpp490 native_window_set_crop(mANW.get(), &rect); in TEST_F()
641 ASSERT_EQ(OK, native_window_set_crop(mANW.get(), &crop)); in TEST_F()
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h619 static inline int native_window_set_crop( in native_window_set_crop() function
/frameworks/base/media/jni/
Dandroid_media_ImageWriter.cpp691 res = native_window_set_crop(anw.get(), &cropRect); in ImageWriter_queueImage()
778 res = native_window_set_crop(anw.get(), &cropRect); in attachAndQeueuGraphicBuffer()
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp229 CHECK_EQ(0, native_window_set_crop(mNativeWindow.get(), &crop)); in resetFormatIfChanged()
/frameworks/av/media/libstagefright/
DACodec.cpp6835 status_t err = native_window_set_crop(mCodec->mNativeWindow.get(), &crop); in onOutputBufferDrained()