OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cropping
(Results
51 - 75
of
250
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/skia/bench/
BlurImageFilterBench.cpp
52
SkASSERT(!fIsExpanded || fIsCropped); // never want expansion w/o
cropping
/external/webrtc/webrtc/common_video/libyuv/include/
webrtc_libyuv.h
100
// - crop_x/crop_y : Starting positions for
cropping
(0 for no crop).
/external/webrtc/webrtc/modules/video_render/
video_render.h
211
* Set
cropping
of incoming stream
/external/webrtc/webrtc/tools/barcode_tools/
yuv_cropper.py
18
This function crops one frame going through all the YUV planes and
cropping
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderDrawable.java
129
// If image wouldn't fit to the screen, resize it to avoid
cropping
.
/frameworks/opt/bitmap/src/com/android/bitmap/util/
BitmapUtils.java
32
* exclude when
cropping
. You would typically pass dstH, unless
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
BitmapUtil.java
123
*
cropping
algorithm will try to fit as much of the input into the output as possible,
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
ImagePersistTask.java
90
// The thumbnail is of the full image, but we're
cropping
it, so just clear
/packages/screensavers/PhotoTable/res/values/
config.xml
65
<!-- Parts per million maximum
cropping
allow to fit image to screen. -->
/external/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/
TJTransform.html
221
<div class="block">This option will enable lossless
cropping
.</div>
521
<div class="block">This option will enable lossless
cropping
.</div>
614
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>x</code> - the left boundary of the
cropping
region. This must be evenly
615
divisible by the MCU block width (see <a href="../../../org/libjpegturbo/turbojpeg/TJ.html#getMCUWidth(int)"><code>TJ.getMCUWidth(int)</code></a>)</dd><dd><code>y</code> - the upper boundary of the
cropping
region. This must be evenly
616
divisible by the MCU block height (see <a href="../../../org/libjpegturbo/turbojpeg/TJ.html#getMCUHeight(int)"><code>TJ.getMCUHeight(int)</code></a>)</dd><dd><code>w</code> - the width of the
cropping
region. Setting this to 0 is the
618
<code>x</code>).</dd><dd><code>h</code> - the height of the
cropping
region. Setting this to 0 is the
638
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>r</code> - a <code>Rectangle</code> instance that specifies the
cropping
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_decoder.c
822
Get
cropping
parameters of the active SPS
828
croppingFlag flag indicating if
cropping
params present is
830
leftOffset
cropping
left offset in pixels is stored here
831
width width of the image after
cropping
is stored here
832
topOffset
cropping
top offset in pixels is stored here
833
height height of the image after
cropping
is stored here
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java
603
* Enable or disable
cropping
of the displayed image.
Cropping
can only be enabled
604
* <em>before</em> the view has been laid out. Additionally, once
cropping
has been
618
* Gets a bitmap of the cropped region. If
cropping
is not enabled, returns {@code null}.
[
all
...]
/external/libhevc/decoder/
ihevcd_cxa.h
396
* Height of the coding picture without
cropping
401
* Width of the coding picture without
cropping
/external/libjpeg-turbo/java/
TJExample.java
79
System.out.println("-crop X,Y,WxH = If the input image is a JPEG file, perform lossless
cropping
");
81
System.out.println("
cropping
region, and WxH specifies its width and height. X,Y must be");
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c
497
int feature; /*Feature selected, only scaling, zoom, contrast, frosted glass effect,
cropping
, mirror and rotation*/
709
case 6 : /*
Cropping
*/
714
<Feature 6=
Cropping
> <Left Coord> <Width> <Top coord> <Height>\n",argv[0]);
717
<Feature 6=
Cropping
> <Left Coord> <Width> <Top Coord> <Height>\n",argv[0]);
735
printf("VPPTEST::
Cropping
Selected, Ignoring Extra parameters\n");
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java
191
// No activity supports the crop action. So skip
cropping
and set the photo
192
// without performing any
cropping
.
/external/dng_sdk/source/
dng_mosaic_info.h
129
/// \param cropFactor Faction of the image to be used after
cropping
.
/external/kernel-headers/original/uapi/linux/dvb/
video.h
152
video_displayformat_t display_format;/* selected
cropping
mode */
/external/libjpeg-turbo/doc/html/
annotated.html
91
<tr id="row_0_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structtjregion.html" target="_self">tjregion</a></td><td class="desc">
Cropping
region</td></tr>
/external/libvpx/libvpx/third_party/libyuv/source/
convert_to_argb.cc
26
// Convert camera sample to I420 with
cropping
, rotation and vertical flip.
/external/libyuv/files/source/
convert_to_argb.cc
26
// Convert camera sample to ARGB with
cropping
, rotation and vertical flip.
convert_to_i420.cc
22
// Convert camera sample to I420 with
cropping
, rotation and vertical flip.
/external/opencv3/3rdparty/libwebp/dec/
webpi.h
95
// output buffer. This takes
cropping
/ scaling / rotation into account.
/external/skia/gm/
xfermodeimagefilter.cpp
147
// Test
cropping
/external/webp/src/dec/
webpi.h
99
// output buffer. This takes
cropping
/ scaling / rotation into account.
Completed in 859 milliseconds
1
2
3
4
5
6
7
8
9
10