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 134 android_native_rect_t crops[] = {
143 const android_native_rect_t& crop(crops[i]);
534 android_native_rect_t odd = {23, 78, 123, 477};
566 android_native_rect_t standard = {10, 20, 330, 200};
577 android_native_rect_t wide = {20, 30, 259, 130};
589 android_native_rect_t narrow = {0, 0, 400, 300};
FillBuffer.cpp 55 const android_native_rect_t& rect) {
SurfaceTextureClient_test.cpp 485 android_native_rect_t rect = {-2, -13, 40, 18};
635 android_native_rect_t crop;
CpuConsumer_test.cpp 448 const android_native_rect_t& rect);
  /system/core/include/system/
window.h 63 typedef struct android_native_rect_t struct
69 } android_native_rect_t; typedef in typeref:struct:android_native_rect_t
665 android_native_rect_t const * crop)
686 android_native_rect_t const * crop)
700 android_native_rect_t const * active_rect) __deprecated;
704 android_native_rect_t const * active_rect)
    [all...]
  /frameworks/native/libs/gui/
Surface.cpp 571 android_native_rect_t const* rect = va_arg(args, android_native_rect_t*);
652 android_native_rect_t* rects = va_arg(args, android_native_rect_t*);
911 void Surface::setSurfaceDamage(android_native_rect_t* rects, size_t numRects) {
    [all...]
  /frameworks/native/include/gui/
Surface.h 183 virtual void setSurfaceDamage(android_native_rect_t* rects, size_t numRects);
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 174 android_native_rect_t crop;
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 358 int stride, const android_native_rect_t& rect) ;
572 int h, int stride, const android_native_rect_t& rect) {
    [all...]
  /frameworks/base/media/jni/
android_media_ImageWriter.cpp 464 android_native_rect_t cropRect;
556 android_native_rect_t cropRect;
    [all...]
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 640 android_native_rect_t crop;
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 554 android_native_rect_t crop = { left, top, right, bottom };
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp     [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp     [all...]
ACodec.cpp     [all...]

Completed in 755 milliseconds