HomeSort by relevance Sort by last modified time
    Searched refs:dstHeight (Results 1 - 18 of 18) 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 126 int dstHeight) {
128 float dstAspectRatio = ((float) dstWidth) / dstHeight;
149 int dstWidth, int dstHeight) {
151 getFitVertices(srcWidth, srcHeight, dstWidth, dstHeight));
155 int dstWidth, int dstHeight, float degrees) {
176 float scale = Math.min(dstWidth / maxWidth, dstHeight / maxHeight);
180 vertices[i + 1] *= scale / dstHeight;
186 int dstWidth, int dstHeight, float horizontalDegrees, float verticalDegrees) {
188 float[] base = getFitVertices(srcWidth, srcHeight, dstWidth, dstHeight);
  /external/skia/src/images/
SkImageDecoder_libbmp.cpp 139 const int dstHeight = sampler.scaledHeight();
143 for (int y = 0; y < dstHeight; y++) {
  /frameworks/av/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 339 int dstHeight = image.getHeight();
346 int yStop = dstHeight - right;
360 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/av/media/libstagefright/colorconversion/
ColorConverter.cpp 85 size_t dstWidth, size_t dstHeight,
99 dstWidth, dstHeight,
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 444 * @param dstHeight The new bitmap's desired height.
448 public static Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight,
464 final float sy = dstHeight / (float)height;
    [all...]
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 985 char *dstBuf, uint32_t dstWidth, uint32_t dstHeight)
991 if (dstWidth % 2 != 0 || dstHeight % 2 != 0){
997 step_y = srcHeight / dstHeight;
1000 for (uint32_t y = 0; y < dstHeight; y++) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 7153 milliseconds