HomeSort by relevance Sort by last modified time
    Searched defs:crop_rect (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ui/ozone/public/
overlay_candidates_ozone.h 33 gfx::RectF crop_rect; member in struct:ui::OverlayCandidatesOzone::OverlaySurfaceCandidate
  /external/chromium_org/ui/ozone/platform/dri/
hardware_display_controller.h 36 const gfx::RectF& crop_rect);
44 gfx::RectF crop_rect; member in struct:ui::OverlayPlane
hardware_display_controller.cc 63 crop_rect(0, 0, 1, 1),
70 const gfx::RectF& crop_rect)
75 crop_rect(crop_rect),
318 gfx::RectF crop_rect = plane.crop_rect; local
319 crop_rect.Scale(size.width(), size.height());
323 crop_rect,
  /frameworks/native/opengl/libagl/
TextureObjectManager.h 80 GLint crop_rect[4]; member in class:android::EGLTextureObject
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
TranslatorIfaces.h 50 memset(crop_rect,0,4*sizeof(int));
60 int crop_rect[4]; member in class:TextureData
  /external/chromium_org/media/filters/
skcanvas_video_renderer_unittest.cc 341 const gfx::Rect crop_rect = cropped_frame()->visible_rect(); local
351 canvas.scale(static_cast<SkScalar>(crop_rect.width()) / kWidth,
352 static_cast<SkScalar>(crop_rect.height()) / kHeight);
359 GetColorAt(&canvas, offset_x + crop_rect.width() - 1, offset_y));
361 GetColorAt(&canvas, offset_x, offset_y + crop_rect.height() - 1));
364 offset_x + crop_rect.width() - 1,
365 offset_y + crop_rect.height() - 1));
370 const gfx::Rect crop_rect = cropped_frame()->visible_rect(); local
385 const gfx::Rect crop_rect = cropped_frame()->visible_rect(); local
400 const gfx::Rect crop_rect = cropped_frame()->visible_rect() local
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/common/
cam_intf.h 331 cam_rect_t crop_rect; member in struct:__anon3129
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_intf.h 368 cam_rect_t crop_rect; member in struct:__anon4186
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 429 OMX_CONFIG_RECTTYPE crop_rect = {0, {{0, 0, 0, 0}}, 0, 0, 0, 0, 0}; variable
863 frame_pos += (stride * (int)crop_rect.nTop) + (int)crop_rect.nLeft;
864 for (i = 0; i < crop_rect.nHeight; i++) {
865 bytes_written += fwrite_helper(frame_pos, crop_rect.nWidth, 1, outputBufferFile);
872 frame_pos += (stride * (int)crop_rect.nTop) + (int)crop_rect.nLeft;
873 for (i = 0; i < crop_rect.nHeight/2; i++) {
874 bytes_written += fwrite_helper(frame_pos, crop_rect.nWidth, 1, outputBufferFile)
    [all...]

Completed in 361 milliseconds