HomeSort by relevance Sort by last modified time
    Searched refs:ow (Results 1 - 25 of 58) sorted by null

1 2 3

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ToPackedGrayFilter.java 83 int ow = mOWidth; local
88 ow = w;
97 ow = Math.max(ow, oh);
98 oh = ow * h / w;
100 oh = Math.max(ow, oh);
101 ow = oh * w / h;
104 ow = (ow > 0 && ow < 4) ? 4 : (ow / 4) * 4; // ensure width is multiple of
120 int ow = outputFormat.getWidth(); local
    [all...]
  /external/libyuv/files/unit_test/
rotate_test.cc 29 int iw, ih, ow, oh; local
35 ow = ih;
39 align_buffer_16(output_1, ow * oh)
46 TransposePlane(input, iw, output_1, ow, iw, ih);
47 TransposePlane(output_1, ow, output_2, oh, ow, oh);
60 PrintArray(output_1, ow, oh);
76 int iw, ih, ow, oh; local
83 ow = ih;
87 align_buffer_16(output_a1, ow * oh
136 int iw, ih, ow, oh; local
196 int iw, ih, ow, oh; local
273 int iw, ih, ow, oh; local
350 int iw, ih, ow, oh; local
428 int iw, ih, ow, oh; local
475 int iw, ih, ow, oh; local
534 int iw, ih, ow, oh; local
588 int ow = ih; local
640 int iw, ih, ow, oh; local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageWebView.java 88 protected void onSizeChanged(int w, int h, int ow, int oh) {
109 performSizeChange(ow, oh);
113 private void performSizeChange(int ow, int oh) {
114 super.onSizeChanged(mRealWidth, mRealHeight, ow, oh);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
yuvscaler_unittest.cc 98 bool TestScale(int iw, int ih, int ow, int oh, int offset, bool usefile,
103 size_t osize = I420_SIZE(ow, oh);
114 !LoadPlanarYuvTestImage("faces", ow, oh, xbuf)) {
146 EXPECT_EQ(0, libyuv::ScaleOffset(ibuf, iw, ih, obuf, ow, oh,
162 DumpPlanarYuvTestImage(test_name, obuf, ow, oh);
191 const int ow = 640, oh = 360; local
193 ALIGN16(uint8 obuf[I420_SIZE(ow, oh)]);
198 libyuv::ScaleOffset(ibuf, iw, ih, obuf, ow, oh, 0, false);
200 if (dump_) DumpPlanarYuvTestImage("TestCopy", obuf, ow, oh);
207 const int ow = 640, oh = 480 local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_xform_tmp.h 593 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
594 to[i][0] = m0 * ox + m4 * oy + m8 * oz + m12 * ow;
595 to[i][1] = m1 * ox + m5 * oy + m9 * oz + m13 * ow;
596 to[i][2] = m2 * ox + m6 * oy + m10 * oz + m14 * ow;
597 to[i][3] = m3 * ox + m7 * oy + m11 * oz + m15 * ow;
640 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
641 to[i][0] = m0 * ox + m4 * oy + m12 * ow;
642 to[i][1] = m1 * ox + m5 * oy + m13 * ow;
644 to[i][3] = ow;
663 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3] local
688 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
712 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
736 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
    [all...]
  /external/mesa3d/src/mesa/math/
m_xform_tmp.h 593 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
594 to[i][0] = m0 * ox + m4 * oy + m8 * oz + m12 * ow;
595 to[i][1] = m1 * ox + m5 * oy + m9 * oz + m13 * ow;
596 to[i][2] = m2 * ox + m6 * oy + m10 * oz + m14 * ow;
597 to[i][3] = m3 * ox + m7 * oy + m11 * oz + m15 * ow;
640 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
641 to[i][0] = m0 * ox + m4 * oy + m12 * ow;
642 to[i][1] = m1 * ox + m5 * oy + m13 * ow;
644 to[i][3] = ow;
663 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3] local
688 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
712 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
736 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
    [all...]
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
FullScreenView.java 126 public void onSizeChanged(final int w, final int h, final int ow, final int oh) {
127 super.onSizeChanged(w, h, ow, oh);
128 mAwViewMethods.onSizeChanged(w, h, ow, oh);
AwViewMethods.java 104 void onSizeChanged(int w, int h, int ow, int oh);
NullAwViewMethods.java 117 public void onSizeChanged(int w, int h, int ow, int oh) {
AwLayoutSizer.java 180 public void onSizeChanged(int w, int h, int ow, int oh) {
AwContents.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TextAlign.java 155 protected void onSizeChanged(int w, int h, int ow, int oh) {
156 super.onSizeChanged(w, h, ow, oh);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentView.java 80 protected void onSizeChanged(int w, int h, int ow, int oh) {
82 super.onSizeChanged(w, h, ow, oh);
83 mContentViewCore.onSizeChanged(w, h, ow, oh);
  /external/chromium_org/third_party/skia/third_party/lua/src/
lgc.h 111 #define isdeadm(ow,m) (!(((m) ^ WHITEBITS) & (ow)))
lgc.c 714 int ow = otherwhite(g); local
730 if (isdeadm(ow, marked)) { /* is 'curr' dead? */
    [all...]
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
AwTestContainerView.java 339 public void onSizeChanged(int w, int h, int ow, int oh) {
340 super.onSizeChanged(w, h, ow, oh);
341 mAwContents.onSizeChanged(w, h, ow, oh);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
code.c 818 State *ow; local
820 ow = accept;
828 ow = rules[s->rule->d.RuleOp.accept];
832 if(!ow){
833 ow = accept = State_new();
837 s->go.span[i].to = ow;
  /frameworks/base/core/java/android/webkit/
WebViewProvider.java 340 public void onSizeChanged(int w, int h, int ow, int oh);
WebView.java     [all...]
  /external/chromium_org/android_webview/native/
aw_contents.h 103 void OnSizeChanged(JNIEnv* env, jobject obj, int w, int h, int ow, int oh);
aw_contents.cc 859 int w, int h, int ow, int oh) {
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
vector-fst.h 214 Weight ow = this->Final(s); local
215 if (ow != Weight::Zero() && ow != Weight::One())
  /external/openfst/src/include/fst/
vector-fst.h 219 Weight ow = BaseImpl::Final(s); local
221 SetProperties(SetFinalProperties(Properties(), ow, w));
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewChromium.java     [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js     [all...]

Completed in 1543 milliseconds

1 2 3