/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);
|
/frameworks/native/libs/gui/ |
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);
|
/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
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videocapturer.cc | 440 // Size to crop captured frame to. This adjusts the captured frames 449 // TODO(fbarchard): Improve logic to pad or crop. 450 // MJPG can crop vertically, but not horizontally. This logic disables crop. 452 // crop.
|
/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...] |
QCameraHWI.cpp | [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
|
hwc_mdpcomp.cpp | 278 hwc_rect_t crop = layer->sourceCrop; local 283 qhwc::calculate_crop_rects(crop, dst, scissor, layer->transform); 286 int crop_w = crop.right - crop.left; 287 int crop_h = crop.bottom - crop.top; [all...] |
/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
|
hwc_mdpcomp.cpp | 273 hwc_rect_t crop = layer->sourceCrop; local 278 qhwc::calculate_crop_rects(crop, dst, scissor, layer->transform); 281 int crop_w = crop.right - crop.left; 282 int crop_h = crop.bottom - crop.top; [all...] |
/packages/apps/Settings/src/com/android/settings/users/ |
RestrictedProfileSettings.java | 421 Intent intent = new Intent("com.android.camera.action.CROP"); 440 intent.putExtra("crop", "true"); 462 // Scale and crop to a square aspect ratio
|
/packages/apps/Gallery/ |
AndroidManifest.xml | 81 <action android:name="com.android.camera.action.CROP" /> 167 <!-- We configure a widget by asking to pick a photo, then crop it, and store the config internally -->
|
/packages/apps/Gallery/res/values-en-rGB/ |
strings.xml | 27 <string name="crop_label" msgid="521114301871349328">"Crop picture"</string> 62 <string name="camera_crop" msgid="5584000454518174632">"Crop"</string>
|
/packages/apps/Gallery/res/values-en-rIN/ |
strings.xml | 27 <string name="crop_label" msgid="521114301871349328">"Crop picture"</string> 62 <string name="camera_crop" msgid="5584000454518174632">"Crop"</string>
|
/packages/apps/Gallery2/res/values-en-rGB/ |
filtershow_strings.xml | 87 <string name="crop" msgid="5781263790107850771">"Crop"</string>
|
/packages/apps/Gallery2/res/values-en-rIN/ |
filtershow_strings.xml | 87 <string name="crop" msgid="5781263790107850771">"Crop"</string>
|
/packages/apps/Gallery2/res/values-tl/ |
filtershow_strings.xml | 87 <string name="crop" msgid="5781263790107850771">"I-crop"</string>
|
/device/asus/flo/camera/QCamera2/stack/common/ |
cam_types.h | 730 cam_rect_t crop; member in struct:__anon1708 762 uint8_t is_crop_valid; /* if crop data is valid */ 763 cam_crop_data_t crop_data; /* crop data */ 1201 cam_crop_param_t crop; member in struct:__anon1739 [all...] |
/external/chromium_org/cc/trees/ |
layer_tree_host_pixeltest_filters.cc | 186 // region is moved to to the top. This ensures that the crop rect is being
|