HomeSort by relevance Sort by last modified time
    Searched refs:width (Results 26 - 50 of 4260) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mb_utils.cpp 25 void PutSKIPPED_MB(uint8 *comp, uint8 *prev, int width)
42 comp += width;
43 prev += width;
53 comp += width;
54 prev += width;
64 comp += width;
65 prev += width;
74 comp += width;
75 prev += width;
86 void PutSKIPPED_B(uint8 *comp, uint8 *prev, int width)
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebFloatRect.h 45 float width; member in struct:WebKit::WebFloatRect
48 bool isEmpty() const { return width <= 0 || height <= 0; }
53 , width(0.0f)
58 WebFloatRect(float x, float y, float width, float height)
61 , width(width)
70 , width(r.width())
79 width = r.width();
    [all...]
  /dalvik/dx/tests/028-class-attrib-EnclosingMethod/
run 17 dx --debug --dump --width=200 small-class-1.txt small-class-2.txt
  /development/tools/emulator/system/camera/
JpegCompressor.cpp 43 int width,
47 LOGV("%s: %p[%dx%d]", __FUNCTION__, image, width, height);
51 offsets[1] = width * height;
52 mStrides[0] = width;
53 mStrides[1] = width;
54 if (encode(&mStream, pY, width, height, offsets, quality)) {
56 __FUNCTION__, (width * height * 12) / 8, width, height, mStream.getOffset());
  /external/chromium/chrome/browser/resources/options/
certificate_manager.css 8 width: 100%;
  /external/libvpx/vp8/common/arm/
bilinearfilter_arm.h 21 unsigned int width,
31 unsigned int width,
  /external/webkit/Source/WebCore/html/
HTMLPreElement.idl 24 // FIXME: DOM spec says that width should be of type DOMString
26 attribute [Reflect] long width;