HomeSort by relevance Sort by last modified time
    Searched full:crop (Results 151 - 175 of 498) sorted by null

1 2 3 4 5 67 8 91011>>

  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.cpp 270 hwc_rect_t crop = integerizeSourceCrop(layer->sourceCropf); local
275 qhwc::calculate_crop_rects(crop, dst, scissor, layer->transform);
278 int crop_w = crop.right - crop.left;
279 int crop_h = crop.bottom - crop.top;
567 hwc_rect_t crop = integerizeSourceCrop(layer->sourceCropf); local
568 batchPixelCount += (crop.right - crop.left) *
569 (crop.bottom - crop.top)
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
TextureTestRenderer.java 105 int crop[] = new int[] { 0, 0, 4, 4 }; local
108 GL11Ext.GL_TEXTURE_CROP_RECT_OES, crop, 0);
  /device/asus/flo/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 156 * @crop_info - Includes the crop width, crop height,
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe_unittest.cc 128 // TODO(juberti): WebRtcVideoFrame does not support horizontal crop.
130 // just Init normally and then crop by adjusting pointers.
  /external/qemu/android/camera/
camera-capture-linux.c 293 struct v4l2_crop crop; local
311 crop.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
312 crop.c = cropcap.defrect; /* reset to default */
313 _xioctl (cd->handle, VIDIOC_S_CROP, &crop);
803 struct v4l2_crop crop; local
820 crop.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
821 crop.c = cropcap.defrect; /* reset to default */
822 _xioctl (cd->handle, VIDIOC_S_CROP, &crop);
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
CaptureRequest.java 907 * For example, if the crop region is set to a 4:3 aspect
908 * ratio, then 4:3 streams should use the exact crop
909 * region. 16:9 streams should further crop vertically
912 * Conversely, if the crop region is set to a 16:9, then 4:3
913 * outputs should crop horizontally (pillarbox), and 16:9
915 * be centered within the crop region.
919 * crop region and the stream are. Negative values for
924 * possible. The width and height of the crop region cannot
    [all...]
CaptureResult.java 659 * For example, if the crop region is set to a 4:3 aspect
660 * ratio, then 4:3 streams should use the exact crop
661 * region. 16:9 streams should further crop vertically
664 * Conversely, if the crop region is set to a 16:9, then 4:3
665 * outputs should crop horizontally (pillarbox), and 16:9
667 * be centered within the crop region.
671 * crop region and the stream are. Negative values for
676 * possible. The width and height of the crop region cannot
    [all...]
  /frameworks/native/libs/gui/
SurfaceControl.cpp 153 status_t SurfaceControl::setCrop(const Rect& crop) {
157 return client->setCrop(mHandle, crop);
SurfaceComposerClient.cpp 158 const Rect& crop);
371 const sp<IBinder>& id, const Rect& crop) {
377 s->crop = crop;
533 status_t SurfaceComposerClient::setCrop(const sp<IBinder>& id, const Rect& crop) {
534 return getComposer().setCrop(this, id, crop);
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 151 GLint crop[4] = { 0, 0, yuvTexWidth, yuvTexHeight }; local
152 glTexParameteriv(GL_TEXTURE_EXTERNAL_OES, GL_TEXTURE_CROP_RECT_OES, crop);
  /hardware/qcom/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 156 * @crop_info - Includes the crop width, crop height,
  /hardware/qcom/display/msm8960/liboverlay/
overlayCtrlData.h 62 /* set crop info and pass it down to mdp */
77 /* retrieve crop data */
  /hardware/qcom/display/msm8974/liboverlay/
overlayCtrlData.h 62 /* set crop info and pass it down to mdp */
77 /* retrieve crop data */
  /hardware/qcom/display/msm8x26/liboverlay/
overlayCtrlData.h 62 /* set crop info and pass it down to mdp */
77 /* retrieve crop data */
  /hardware/ti/omap4xxx/camera/
NV12_resize.c 18 * : cropout -> crop structure
22 * Not tested for crop funtionallity.
ANativeWindowDisplayAdapter.cpp 1063 // Set crop only if current x and y offsets do not match with frame offsets
1086 CAMHAL_LOGVB(" crop.left = %d crop.top = %d crop.right = %d crop.bottom = %d",
    [all...]
  /packages/apps/Camera2/
AndroidManifest.xml 137 android:name="com.android.camera.crop.CropActivity"
139 android:theme="@style/Theme.Crop"
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_API.h 193 /**< To crop, resize, or render black borders*/
299 /**< Indicate whether Crop should be performed */
301 /**< (only if cropping) X coordinate of topleft corner of the crop window */
303 /**< (only if cropping) Y coordinate of topleft corner of the crop window */
305 /**< (only if cropping) Width of the crop window (in pixels) */
307 /**< (only if cropping) Height of the crop window (in pixels) */
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 623 android_native_rect_t crop; local
624 crop.left = left;
625 crop.top = top;
626 crop.right = right;
627 crop.bottom = bottom;
628 return native_window_set_crop(a, &crop);
  /frameworks/base/core/java/android/view/
SurfaceControl.java 362 public void setWindowCrop(Rect crop) {
364 if (crop != null) {
366 crop.left, crop.top, crop.right, crop.bottom);
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 57 * The activity can crop specific region of interest from an image.
73 // scale the output to fit it (or just crop it).
142 // decode/crop/encode api so we don't lose any resolution.
213 // TODO this code needs to change to use the decode/crop/encode single
708 // benefit in that moving the crop rectangle against
710 // that the crop rectangle is no longer fixed under
  /device/lge/mako/camera/
QualcommCameraHardware.cpp 159 void (**LINK_mmcamera_shutter_callback)(common_crop_t *crop);
196 extern void (*mmcamera_shutter_callback)(common_crop_t *crop);
2972 common_crop_t *crop = (common_crop_t *) (frame->cropinfo); local
7604 common_crop_t *crop = (common_crop_t *)cropp; local
    [all...]
  /external/libyuv/files/source/
mjpeg_decoder.cc 287 // Compute amount of lines to skip to implement vertical crop.
376 // TODO(fbarchard): Compute amount of lines to skip to implement vertical crop
412 // Read full MCUs until we get to the crop point.
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 398 //in display and crop.Hence we make
399 //crop width and height as even.
448 // copy new src and src rect crop
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_copybit.cpp 398 //in display and crop.Hence we make
399 //crop width and height as even.
448 // copy new src and src rect crop

Completed in 918 milliseconds

1 2 3 4 5 67 8 91011>>