Searched refs:android_native_rect_t (Results 1 - 17 of 17) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DFillBuffer.h30 const android_native_rect_t& rect);
H A DSurfaceTextureGL_test.cpp140 android_native_rect_t crops[] = {
149 const android_native_rect_t& crop(crops[i]);
551 android_native_rect_t odd = {23, 78, 123, 477};
583 android_native_rect_t standard = {10, 20, 330, 200};
594 android_native_rect_t wide = {20, 30, 259, 130};
606 android_native_rect_t narrow = {0, 0, 400, 300};
H A DFillBuffer.cpp55 const android_native_rect_t& rect) {
H A DSurfaceTextureClient_test.cpp502 android_native_rect_t rect = {-2, -13, 40, 18};
655 android_native_rect_t crop;
/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h67 typedef struct android_native_rect_t struct
73 } android_native_rect_t; typedef in typeref:struct:android_native_rect_t
606 android_native_rect_t const * crop)
627 android_native_rect_t const * crop)
641 android_native_rect_t const * active_rect) __deprecated;
645 android_native_rect_t const * active_rect)
870 * native_window_set_surface_damage(..., android_native_rect_t* rects, int numRects)
887 const android_native_rect_t* rects, size_t numRects)
/frameworks/native/vulkan/libvulkan/
H A Dswapchain.cpp1337 android_native_rect_t* rects = nullptr;
1369 android_native_rect_t* new_rects =
1370 static_cast<android_native_rect_t*>(
1373 sizeof(android_native_rect_t) * rcount,
1374 alignof(android_native_rect_t),
1396 android_native_rect_t* cur_rect = &rects[r];
/frameworks/native/include/gui/
H A DSurface.h246 virtual void setSurfaceDamage(android_native_rect_t* rects, size_t numRects);
/frameworks/native/libs/gui/
H A DSurface.cpp988 android_native_rect_t const* rect = va_arg(args, android_native_rect_t*);
1069 android_native_rect_t* rects = va_arg(args, android_native_rect_t*);
1494 void Surface::setSurfaceDamage(android_native_rect_t* rects, size_t numRects) {
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp176 android_native_rect_t crop;
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h484 android_native_rect_t mPreviewCrop;
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp353 int stride, const android_native_rect_t& rect) ;
567 int h, int stride, const android_native_rect_t& rect) {
/frameworks/base/media/jni/
H A Dandroid_media_ImageWriter.cpp458 android_native_rect_t cropRect;
543 android_native_rect_t cropRect;
/frameworks/av/include/media/stagefright/
H A DACodec.h252 android_native_rect_t mLastNativeWindowCrop;
/frameworks/av/media/libstagefright/foundation/include/
H A DACodec.h252 android_native_rect_t mLastNativeWindowCrop;
/frameworks/av/media/libstagefright/include/
H A DACodec.h252 android_native_rect_t mLastNativeWindowCrop;
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1177 std::vector<android_native_rect_t> androidRects((size_t)n_rects);
1184 android_native_rect_t androidRect;
/frameworks/av/media/libstagefright/
H A DACodec.cpp6115 android_native_rect_t crop;

Completed in 706 milliseconds