OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstHeight
(Results
1 - 13
of
13
) sorted by null
/hardware/ti/omap4xxx/libI420colorconvert/
ColorConvert.cpp
34
int
dstHeight
= srcRect.bottom - srcRect.top + 1;
35
size_t dst_y_size = dstWidth *
dstHeight
;
37
size_t dst_uv_size = dstWidth / 2 *
dstHeight
/ 2;
42
for (int y = 0; y <
dstHeight
; ++y) {
49
for (int y = 0; y < (
dstHeight
+ 1) / 2; ++y) {
67
int dstWidth, int
dstHeight
, ARect dstRect,
78
uint8_t* pDst_uv = (uint8_t*)dstBits + dstWidth *
dstHeight
;
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
RendererUtils.java
125
int
dstHeight
) {
127
float dstAspectRatio = ((float) dstWidth) /
dstHeight
;
148
int dstWidth, int
dstHeight
) {
150
getFitVertices(srcWidth, srcHeight, dstWidth,
dstHeight
));
154
int dstWidth, int
dstHeight
, float degrees) {
175
float scale = Math.min(dstWidth / maxWidth,
dstHeight
/ maxHeight);
179
vertices[i + 1] *= scale /
dstHeight
;
185
int dstWidth, int
dstHeight
, float horizontalDegrees, float verticalDegrees) {
187
float[] base = getFitVertices(srcWidth, srcHeight, dstWidth,
dstHeight
);
/external/skia/src/images/
SkImageDecoder_libbmp.cpp
138
const int
dstHeight
= sampler.scaledHeight();
142
for (int y = 0; y <
dstHeight
; y++) {
/frameworks/base/include/media/stagefright/
ColorConverter.h
42
size_t dstWidth, size_t
dstHeight
,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java
299
int
dstHeight
= image.getHeight();
306
int yStop =
dstHeight
- right;
320
for (int y = 0, bufferOffset = 0; y <
dstHeight
; y++, bufferOffset = y * dstWidth) {
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java
358
final int
dstHeight
= (int) (sBallDiameter * mMetersToPixelsY + 0.5f);
359
mBitmap = Bitmap.createScaledBitmap(ball, dstWidth,
dstHeight
, true);
/frameworks/base/media/libstagefright/colorconversion/
ColorConverter.cpp
85
size_t dstWidth, size_t
dstHeight
,
99
dstWidth,
dstHeight
,
/frameworks/base/graphics/java/android/graphics/
Bitmap.java
415
* @param
dstHeight
The new bitmap's desired height.
420
int
dstHeight
, boolean filter) {
435
final float sy =
dstHeight
/ (float)height;
[
all
...]
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/6/
android.jar
Completed in 399 milliseconds