HomeSort by relevance Sort by last modified time
    Searched full:crop (Results 226 - 250 of 509) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c 789 struct v4l2_crop crop; local
804 memset(&crop, 0, sizeof(crop));
812 crop.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
813 if (exynos_v4l2_g_crop(pCtx->hDec, &crop) != 0) {
821 bufferConf->cropRect.nTop = crop.c.top;
822 bufferConf->cropRect.nLeft = crop.c.left;
823 bufferConf->cropRect.nWidth = crop.c.width;
824 bufferConf->cropRect.nHeight = crop.c.height;
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 899 const android_native_rect_t& crop(crops[i]);
901 crop.left, crop.top, crop.right, crop.bottom).string());
903 ASSERT_EQ(NO_ERROR, native_window_set_crop(mANW.get(), &crop));
914 fillYV12BufferRect(img, texWidth, texHeight, buf->getStride(), crop);
    [all...]
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.h 142 // Returns the print scaling option to retain/scale/crop the source page size
148 // We crop the source page size to fit the printable area or we print only the
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_locally_managed_user_creation.css 419 #managed-user-creation-image-stream-crop {
427 .flip-x #managed-user-creation-image-stream-crop {
screen_locally_managed_user_creation.html 67 <div id="managed-user-creation-image-stream-crop">
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.h 140 // Returns the print scaling option to retain/scale/crop the source page size
146 // We crop the source page size to fit the printable area or we print only the
  /external/chromium_org/media/filters/
skcanvas_video_renderer_unittest.cc 108 // Update cropped_frame_'s crop dimensions if this is not the case.
131 // The visible crop of the frame (as set by its visible_rect_) has contents:
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.h 148 // crop; Otherwise, we find what the application asks for. Note that we assume
179 // aspect ratio it will crop the width or the height so that asked for
  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
ShadowUtil.java 297 // Create the crop matrix.
458 // Create the crop matrix.
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 289 Rect crop(l, t, r, b);
290 status_t err = ctrl->setCrop(crop);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 405 Rect crop; local
409 input.deflate(&timestamp, &isAutoTimestamp, &crop, &scalingMode,
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 554 android_native_rect_t crop = { left, top, right, bottom }; local
555 return native_window_set_crop(a, &crop);
  /packages/apps/Gallery/res/values-tl/
strings.xml 27 <string name="crop_label" msgid="521114301871349328">"I-crop ang larawan"</string>
62 <string name="camera_crop" msgid="5584000454518174632">"I-crop"</string>
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 135 // "center crop" technique. This prevents undesirable stretching during the animation.
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraStream.h 290 void notifyShutter(common_crop_t *crop,
  /device/lge/mako/camera/
QCameraStream.h 306 void notifyShutter(common_crop_t *crop,
  /external/chromium_org/chrome/browser/resources/options/chromeos/
change_picture_options.js 94 $('user-image-stream-crop').addEventListener(
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_drawtex.c 209 /*printf("crop texcoords: %g, %g .. %g, %g\n", s0, t0, s1, t1);*/
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 234 SkDEBUGF(("failed to allocate pixels needed to crop the bitmap"));
  /external/chromium_org/tools/telemetry/telemetry/core/
bitmap.py 177 def Crop(self, top, left, width, height):
tab.py 162 bmp.Crop(content_box)
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
gnuplot.php 179 'nocrop', 'crop',
  /external/libyuv/files/include/libyuv/
convert.h 228 // "dst_width" / "dst_height" is size of destination to crop to.
convert_argb.h 208 // "dst_width" / "dst_height" is size of destination to crop to.
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawtex.c 209 /*printf("crop texcoords: %g, %g .. %g, %g\n", s0, t0, s1, t1);*/

Completed in 309 milliseconds

1 2 3 4 5 6 7 8 91011>>