HomeSort by relevance Sort by last modified time
    Searched refs:ow (Results 1 - 25 of 59) 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/android_webview/test/shell/src/org/chromium/android_webview/test/
AwTestContainerView.java 113 public void onSizeChanged(int w, int h, int ow, int oh) {
114 super.onSizeChanged(w, h, ow, oh);
115 mAwContents.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/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 338 public void onSizeChanged(int w, int h, int ow, int oh);
WebView.java     [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js 37 function Yk(a,b){var c;hv[c=++iv]=Yk;(jv[c]=Ow+FB,a).p=b;iv=c-1}
43 function Jl(a){var b;hv[b=++iv]=Jl;this.a=(jv[b]=ow+Bx,a);iv=b-1}
187 function Hl(){var a;hv[a=++iv]=Hl;Hl=(jv[a]=ow+Ov,Nu);new (jv[a]=ow+Sv,Jl)(false);Gl=new (jv[a]=ow+Wv,Jl)(true);iv=a-1}
221 function Uk(a){var b,c;hv[b=++iv]=Uk;if((jv[b]=KA+LA,(jv[b]=Ow+hE,a).a.b)>0){c=Dh(Hr((jv[b]=Ow+Gy,a).a,0));iv=b-1;return c}iv=b-1;return null}
222 function Xk(a,b){var c;hv[c=++iv]=Xk;if((jv[c]=Ow+Uw,b)!=a.b){(jv[c]=Ow+aA,a).b=b;iv=c-1;return true}else{iv=c-1;return false}iv=c-1}
271 function Wk(a){var b;hv[b=++iv]=Wk;if((jv[b]=Ow+xA,a).j==0){(jv[b]=Ow+Jx,a).j=a.f;(jv[b]=Ow+Dz,a).k=1}(jv[b]=Ow+Fz,a).r=a.j/a.k;(jv[b]=Ow+Fw,a).d= (…)
    [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 850 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())
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewChromium.java     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump 225 ?\QF????;????????Xy6?????????9?????!bp??1fC~6?Ow?}??t???,???B?]??d4q???t-???d??3 ????Lg?1k?pR???? y??e????????v ?????jl?.f?9?1?-v?$? !g ??ut?????š??g?/j?i?? W?v??????x_??????N?? _???:s?H????
360 ???????c%f??'??f??fi????r8>???{4?H?kPt?5????UW@?K,????33?y?VaXy??:?H???u???n?Zm~]&Í? W??c`?*???OCl?B *e)}?1Zka????A-OW?7[??Q?g??,?@??wSI??i?n?3N???,??\,???U??yOX???Gz?4Q???? ^????wt?n????p)??v?h?,?j?R'?@ k????A?nV??2?*?V?9??????"D?~e???jZJ???t!?d?C8"??Ý??}4g???,??o?d#XZ?3 P?@r?N?E?O}?jc?m?m????7??J\??)x??QZ????)??Y????;I?????k?1??G??B??^?l'A?h?<?h}^?"?7??]????pu6eL????qG???D?.e?A???.?N???9??g?S [??@{? ??f??
    [all...]

Completed in 3365 milliseconds

1 2 3