/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
StatsFilter.java | 40 * TODO: Check if crop rectangle is necessary to be included in this filter.
|
ToGrayValuesFilter.java | 90 // crop out the portion of inputImage that will be used to generate outputFrame.
|
/frameworks/native/include/gui/ |
CpuConsumer.h | 52 Rect crop; member in struct:android::CpuConsumer::LockedBuffer
|
SurfaceControl.h | 69 status_t setCrop(const Rect& crop);
|
/frameworks/native/libs/ui/ |
Rect.cpp | 120 // crop entirely covers us
|
/frameworks/native/opengl/tests/hwc/ |
hwcRects.cpp | 395 // the source crop being the entire size of the source frame. 475 } else if (attrName == "sourceCrop:") { // Source Crop 478 testPrintE("Error parsing source crop in: %s", 494 testPrintE("Invalid source crop in: %s", rectStr.c_str());
|
/frameworks/native/services/surfaceflinger/ |
Layer.h | 88 Rect crop; member in struct:android::Layer::Geometry 90 return (w == rhs.w && h == rhs.h && crop == rhs.crop); 132 bool setCrop(const Rect& crop);
|
/hardware/qcom/display/msm8960/liboverlay/pipes/ |
overlay3DPipe.h | 46 * 3D crop and position */ 76 * 3D crop and position */ 106 * 3D crop and position */ 136 * 3D crop and position */
|
/hardware/qcom/display/msm8974/liboverlay/pipes/ |
overlay3DPipe.h | 46 * 3D crop and position */ 76 * 3D crop and position */ 106 * 3D crop and position */ 136 * 3D crop and position */
|
/hardware/qcom/display/msm8x26/liboverlay/pipes/ |
overlay3DPipe.h | 46 * 3D crop and position */ 76 * 3D crop and position */ 106 * 3D crop and position */ 136 * 3D crop and position */
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
IconFactory.java | 91 // crop image to aspect ratio iconWidth:iconHeight
|
/packages/apps/Launcher3/WallpaperPicker/res/values/ |
strings.xml | 52 <string name="crop_wallpaper">Crop wallpaper</string>
|
/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/chrome/browser/resources/chromeos/login/ |
oobe_screen_user_image.css | 138 #user-image-stream-crop { 146 .flip-x #user-image-stream-crop {
|
/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);
|
/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 */
|