Searched refs:img (Results 26 - 36 of 36) sorted by relevance

12

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java408 ImageView img = (ImageView) view;
409 Drawable drawable = img.getDrawable();
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4dec_lib.h288 void DeringAdaptiveSmoothMMX(uint8 *img, int incr, int thres, int mxdf);
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp41 uint8_t* img = reinterpret_cast<uint8_t*>(outBuffer.bits); local
44 uint8_t* pixel = img + (4 * (y*outBuffer.stride + x));
77 const uint8_t* img = static_cast<const uint8_t*>(mBuf.data); local
78 const uint8_t* pixel = img + (4 * (y * mBuf.stride + x));
H A DSurfaceInterceptor_test.cpp58 uint8_t* img = reinterpret_cast<uint8_t*>(outBuffer.bits); local
61 uint8_t* pixel = img + (4 * (y*outBuffer.stride + x));
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp512 uint8_t* img = NULL; local
514 buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
515 SurfaceMediaSourceTest::fillYV12Buffer(img, width, height, buf->getStride());
/frameworks/base/core/java/android/text/
H A DHtml.java66 * Retrieves images for HTML &lt;img&gt; tags.
71 * &lt;img&gt; tag. The <code>source</code> argument is the
189 * Returns displayable styled text from the provided HTML string. Any &lt;img&gt; tags in the
220 * Returns displayable styled text from the provided HTML string. Any &lt;img&gt; tags in the
547 out.append("<img src=\"");
834 } else if (tag.equalsIgnoreCase("img")) {
1117 private static void startImg(Editable text, Attributes attributes, Html.ImageGetter img) { argument
1121 if (img != null) {
1122 d = img.getDrawable(src);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java316 Image img = mQueue.poll();
317 img.close();
/frameworks/native/opengl/libagl/
H A Degl.cpp2104 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) argument
2110 ANativeWindowBuffer* native_buffer = (ANativeWindowBuffer*)img;
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1525 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) argument
1535 result = cnx->egl.eglDestroyImageKHR(dp->disp.dpy, img);
/frameworks/av/media/libstagefright/
H A DACodec.cpp4808 MediaImage2 &img = describeParams.sMediaImage; local
4809 MediaImage2::PlaneInfo *plane = img.mPlane;
4811 mComponentName.c_str(), img.mWidth, img.mHeight,
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1665 milliseconds

12