/development/tools/emulator/system/camera/ |
Converters.cpp | 33 int width, 40 for (int x = 0; x < width; x += 2, U += dUV, V += dUV) { 63 int width, 70 for (int x = 0; x < width; x += 2, U += dUV, V += dUV) { 88 void YV12ToRGB565(const void* yv12, void* rgb, int width, int height) 90 const int pix_total = width * height; 94 _YUV420SToRGB565(Y, U, V, 1, reinterpret_cast<uint16_t*>(rgb), width, height); 97 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height) 99 const int pix_total = width * height; 103 _YUV420SToRGB32(Y, U, V, 1, reinterpret_cast<uint32_t*>(rgb), width, height) [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
chv_filter.cpp | 149 int width, 156 width : width of decoded frame. 178 int width, 198 pp_w = (width >> 3); 232 jVal0 = *(ptr - width); /* C */ 241 *(ptr - width) = (uint8)(jVal0); /* C */ 244 jVal0 = *(ptr - (width << 1)); /* B */ 245 jVal1 = *(ptr + width); /* E */ 252 *(ptr - (width << 1)) = (uint8)jVal0; /* store B * [all...] |
deringing_chroma.cpp | 25 int width, 47 incr = width - BLKSIZE; 54 for (h_blk = 0; h_blk < width; h_blk += BLKSIZE) 59 FindMaxMin(ptr, &min_blk, &max_blk, width); 69 addr_v = (int32)v_pel * width; 74 pelu = *(ptr - width); 76 pell = *(ptr + width); 81 pelu = *(ptr - width); 83 pell = *(ptr + width); 90 pelu = *(ptr - width); [all...] |
mb_motion_comp.cpp | 140 int height, width, pred_width; local 168 /* width of luminance data in pixels (y axis) */ 169 width = video->width; 184 /* ypos*width -> row, +x -> column */ 185 offset = (int32)ypos * width + xpos; 251 video->mblock->pred_block, width, height, 267 pred_width = width; 271 if (xpred >= 0 && xpred <= ((width << 1) - (2*B_SIZE)) && 277 GetPredAdvBTable[ypred&1][xpred&1](c_prev + (xpred >> 1) + ((ypred >> 1)*width), 558 int width, width_uv; local [all...] |
/external/chromium/chrome/browser/ui/window_snapshot/ |
window_snapshot_win.cc | 26 int width = content_rect.right - content_rect.left; local 29 gfx::CreateBitmapHeader(width, height, &hdr); 43 PatBlt(mem_hdc, 0, 0, width, height, WHITENESS); 59 BitBlt(mem_hdc, 0, 0, width, height, window_hdc, 0, 0, SRCCOPY); 65 gfx::Size(width, height), width * 4, true, 71 return gfx::Rect(width, height);
|
/external/proguard/src/proguard/gui/splash/ |
RectangleSprite.java | 36 private final VariableInt width; field in class:RectangleSprite 48 * @param width the variable width of the rectangle. 55 VariableInt width, 58 this(filled, color, x, y, width, height, new ConstantInt(0), new ConstantInt(0)); 68 * @param width the variable width of the rectangle. 70 * @param arcWidth the variable width of the corner arcs. 77 VariableInt width, 86 this.width = width [all...] |
/external/skia/gpu/src/ |
GrTexture.cpp | 21 bool GrRenderTarget::readPixels(int left, int top, int width, int height, 28 width, height, 36 if (!fResolveRect.intersect(0, 0, this->width(), this->height())) { 40 fResolveRect.setLTRB(0, 0, this->width(), this->height()); 50 if (!fResolveRect.intersect(0, 0, this->width(), this->height())) { 56 bool GrTexture::readPixels(int left, int top, int width, int height, 63 width, height,
|
/frameworks/base/libs/hwui/ |
Vertex.h | 75 float width; member in struct:android::uirenderer::AAVertex 78 static inline void set(AAVertex* vertex, float x, float y, float width, float length) { 80 vertex[0].width = width; 84 static inline void setColor(AAVertex* vertex, float width, float length) { 85 vertex[0].width = width;
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_InterpolateChroma.c | 35 * roi.width. 40 * roi -Dimension of the interpolation region; the parameters roi.width and 45 * pDst -Pointer to the destination frame buffer if roi.width==2, 2-byte 46 * alignment required if roi.width==4, 4-byte alignment required 47 * if roi.width==8, 8-byte alignment required 56 * roi.width or roi.height is out of range {2,4,8}. 57 * roi.width is equal to 2, but pDst is not 2-byte aligned. 58 * roi.width is equal to 4, but pDst is not 4-byte aligned. 59 * roi.width is equal to 8, but pDst is not 8 byte aligned. 83 armRetArgErrIf((roi.width != 2) && (roi.width != 4) && (roi.width != 8), OMX_Sts_BadArgErr [all...] |
/external/webkit/Source/WebCore/platform/chromium/ |
DragImageChromiumMac.cpp | 59 size_t width = roundf(CGImageGetWidth(image) * scale.width()); 63 CGContextRef context = CGBitmapContextCreate(0, width, height, 8, width * 4, deviceRGB.get(), kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Host); 67 CGContextDrawImage(context, CGRectMake(0, 0, width, height), image); 79 size_t width = CGImageGetWidth(image); 83 CGContextRef context = CGBitmapContextCreate(0, width, height, 8, width * 4, deviceRGB.get(), kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Host); 93 CGContextDrawImage(context, CGRectMake(0, 0, width, height), image);
|
/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/ |
WNafMultiplier.java | 13 * @param width The width <code>w</code> of the Window NAF. The width is 18 * @return The Window NAF of the given width, such that the following holds: 23 public byte[] windowNaf(byte width, BigInteger k) 27 // int unless the window width is larger than 8. For larger width use 28 // short or int. However, a width of more than 8 is not efficient for 33 // 2^width as short and BigInteger 34 short pow2wB = (short)(1 << width); [all...] |
/external/libyuv/files/include/libyuv/ |
format_conversion.h | 25 int width, int height); 31 int width, int height); 37 int width, int height);
|
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
SDL_ataric2p_s.h | 36 Uint32 width, /* Dimensions of screen to convert */ 50 Uint32 width, /* Dimensions of screen to convert */ 64 Uint32 width, /* Dimensions of screen to convert */
|
/external/skia/include/images/ |
SkPageFlipper.h | 34 SkPageFlipper(int width, int height); 36 int width() const { return fWidth; } function in class:SkPageFlipper 39 void resize(int width, int height);
|
/external/skia/src/images/ |
SkScaledBitmapSampler.cpp | 26 int width, int deltaSrc, int, const SkPMColor[]) { 28 for (int x = 0; x < width; x++) { 37 int width, int deltaSrc, int, const SkPMColor[]) { 39 for (int x = 0; x < width; x++) { 48 int width, int deltaSrc, int, const SkPMColor[]) { 51 for (int x = 0; x < width; x++) { 64 int width, int deltaSrc, int, const SkPMColor[]) { 66 for (int x = 0; x < width; x++) { 75 int width, int deltaSrc, int y, const SkPMColor[]) { 78 for (int x = 0; x < width; x++) [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/ |
SkBitmapRef.h | 37 fOrigWidth(src.width()), 47 void setOrigSize(int width, int height) { 48 fOrigWidth = width;
|
/external/webkit/Source/WebCore/platform/qt/ |
FileChooserQt.cpp | 31 String FileChooser::basenameForWidth(const Font& f, int width) const 33 if (width <= 0) 42 string = fm.elidedText(fname, Qt::ElideLeft, width);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
GLPaint.java | 45 public void setLineWidth(float width) { 46 Utils.assertTrue(width >= 0); 47 mLineWidth = width;
|
/packages/apps/Phone/src/com/android/phone/ |
BitmapUtils.java | 70 // The bitmap we pass to gaussianBlur() needs to have a width 90 * @param source input bitmap, whose width must be a power of 2 93 int width = source.getWidth(); local 95 if (DBG) log("gaussianBlur(): input: " + width + " x " + height); 98 int numPixels = width * height; 103 source.getPixels(in, 0, width, 0, 0, width, height); 112 gaussianBlurFilter(in, tmp, width, height); 113 gaussianBlurFilter(tmp, in, width, height); 116 Bitmap filtered = Bitmap.createBitmap(in, width, height, Bitmap.Config.ARGB_8888) [all...] |
/external/libyuv/files/source/ |
general.cc | 26 int width, int height) { 37 const int halfWidth = (width + 1) >> 1; 43 indS = hind * dst_ystride + (width - wind - 1); 52 const int halfuvWidth = (width + 1) >> 2; 138 int width = src_width; local 140 // pad width 143 // cut width 145 width = dst_width; 157 memcpy(dst_frame,src_frame ,width); 159 dst_frame += width; 217 int width = src_width; local [all...] |
/cts/tools/tradefed-host/res/report/ |
cts_result.css | 30 border-width:0; 32 width: 95%; 38 border-width: 0px; 51 border-width: 0px 0px 0px 0px; 54 width:80%; 61 width: 50%; 65 border-width: 0px 0px 0px 0px; 75 border-width:0; 82 border-width: 0px 0px 0px 0px; 90 border-width:1 [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_blit_0.c | 32 int width, height; local 37 width = info->d_width; 44 srcskip += width-(width+7)/8; 49 for ( c=0; c<width; ++c ) { 66 for ( c=0; c<width; ++c ) { 85 int width, height; local 91 width = info->d_width; 98 srcskip += width-(width+7)/8 120 int width, height; local 156 int width, height; local 192 int width = info->d_width; local 244 int width = info->d_width; local 278 int width = info->d_width; local 311 int width = info->d_width; local 345 int width = info->d_width; local 390 int width = info->d_width; local [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
rounded_window.cc | 62 int width = data->expected_width; local 96 height - (corner_size - y) + y_off, width, ltr)); 100 height - (corner_size - y) + y_off, width, ltr)); 104 corner_size + x_off_l, height + y_off, width, ltr)); 106 x_off_r, height - corner_size, width, ltr)); 109 points.push_back(MakeBidiGdkPoint(x_off_r, height + y_off, width, ltr)); 122 corner_size - y, width, ltr)); 125 corner_size - y, width, ltr)); 130 x_off_r, corner_size - 1, width, ltr)); 132 corner_size + x_off_r - 1, 0, width, ltr)) [all...] |
/dalvik/dx/src/com/android/dx/command/dump/ |
Args.java | 47 /** max width for columnar output */ 48 int width = 0; field in class:Args
|
/dalvik/dx/tests/112-dex-return-jsr-result/ |
run | 22 dx --debug --dex --dump-to=- --dump-method=blort.zorch --dump-width=200 \ 61 dx --debug --dex --dump-to=- --dump-method=blort.zorch --dump-width=200 \
|