HomeSort by relevance Sort by last modified time
    Searched defs:dstHeight (Results 1 - 25 of 34) sorted by null

1 2

  /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;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_gen_mipmap.c 223 uint dstWidth, dstHeight, dstDepth;
227 dstHeight = pt->array_size;
230 dstHeight = u_minify(pt->height0, dstLevel);
249 _mesa_init_teximage_fields(ctx, dstImage, dstWidth, dstHeight,
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libbmp.cpp 151 const int dstHeight = sampler.scaledHeight();
155 for (int y = 0; y < dstHeight; y++) {
  /external/mesa3d/src/mesa/state_tracker/
st_gen_mipmap.c 223 uint dstWidth, dstHeight, dstDepth;
227 dstHeight = pt->array_size;
230 dstHeight = u_minify(pt->height0, dstLevel);
249 _mesa_init_teximage_fields(ctx, dstImage, dstWidth, dstHeight,
  /external/skia/src/images/
SkImageDecoder_libbmp.cpp 155 const int dstHeight = sampler.scaledHeight();
159 for (int y = 0; y < dstHeight; y++) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DetermineFovActivity.java 231 float dstHeight = drawRect.bottom - drawRect.top + 1;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blit.c 118 const GLint dstHeight = ABS(dstY1 - dstY0);
258 dstWidth, dstHeight,
280 for (dstRow = 0; dstRow < dstHeight; dstRow++) {
281 GLint srcRow = (dstRow * srcHeight) / dstHeight;
498 const GLint dstHeight = ABS(dstY1 - dstY0);
499 const GLfloat dstHeightF = (GLfloat) dstHeight;
607 for (dstRow = 0; dstRow < dstHeight; dstRow++) {
  /external/mesa3d/src/mesa/swrast/
s_blit.c 118 const GLint dstHeight = ABS(dstY1 - dstY0);
258 dstWidth, dstHeight,
280 for (dstRow = 0; dstRow < dstHeight; dstRow++) {
281 GLint srcRow = (dstRow * srcHeight) / dstHeight;
498 const GLint dstHeight = ABS(dstY1 - dstY0);
499 const GLfloat dstHeightF = (GLfloat) dstHeight;
607 for (dstRow = 0; dstRow < dstHeight; dstRow++) {
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMask.cpp 760 int dstHeight = dst->fBounds.height();
784 for (int y = 0 ; y < dstHeight ; ++y) {
787 profile_y = profile_lookup(profile, y, dstHeight, h);
821 for (int y = pad ; y < dstHeight-pad ; y++) {
826 for (int y = pad ; y < dstHeight-pad ; y++) {
    [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 760 int dstHeight = dst->fBounds.height();
784 for (int y = 0 ; y < dstHeight ; ++y) {
787 profile_y = profile_lookup(profile, y, dstHeight, h);
821 for (int y = pad ; y < dstHeight-pad ; y++) {
826 for (int y = pad ; y < dstHeight-pad ; y++) {
    [all...]
  /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);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mipmap.c     [all...]
  /external/mesa3d/src/mesa/main/
mipmap.c     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java 365 int dstHeight = image.getHeight();
372 int yStop = dstHeight - right;
386 for (int y = 0, bufferOffset = 0; y < dstHeight; y++, bufferOffset = y * dstWidth) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_reg.h 810 uint32 dstHeight;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c     [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h 810 uint32 dstHeight;
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [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/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 1129 milliseconds

1 2