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

  /frameworks/native/libs/gui/tests/
FillBuffer.h 30 const android_native_rect_t& rect);
SurfaceTextureGL_test.cpp 140 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};
FillBuffer.cpp 55 const android_native_rect_t& rect) {
SurfaceTextureClient_test.cpp 502 android_native_rect_t rect = {-2, -13, 40, 18};
655 android_native_rect_t crop;
  /frameworks/native/libs/nativebase/include/nativebase/
nativebase.h 58 typedef struct android_native_rect_t struct
64 } android_native_rect_t; typedef in typeref:struct:android_native_rect_t
  /frameworks/native/libs/nativewindow/include/system/
window.h 586 android_native_rect_t const * crop)
811 * native_window_set_surface_damage(..., android_native_rect_t* rects, int numRects)
    [all...]
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp     [all...]
  /frameworks/native/libs/gui/include/gui/
Surface.h 248 virtual void setSurfaceDamage(android_native_rect_t* rects, size_t numRects);
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 440 android_native_rect_t mPreviewCrop;
  /frameworks/native/libs/gui/
Surface.cpp     [all...]
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 172 android_native_rect_t crop;
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 353 int stride, const android_native_rect_t& rect) ;
567 int h, int stride, const android_native_rect_t& rect) {
    [all...]
  /frameworks/base/media/jni/
android_media_ImageWriter.cpp 457 android_native_rect_t cropRect;
542 android_native_rect_t cropRect;
  /frameworks/av/media/libstagefright/include/media/stagefright/
ACodec.h 243 android_native_rect_t mLastNativeWindowCrop;
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp     [all...]
  /hardware/interfaces/camera/provider/2.4/vts/functional/
VtsHalCameraProviderV2_4TargetTest.cpp 352 android_native_rect_t mCrop;
460 android_native_rect_t crop = { left, top, right, bottom };
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]

Completed in 316 milliseconds