Searched refs:img (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp264 vpx_image_t *img = vpx_codec_get_frame((vpx_codec_ctx_t *)mCtx, &iter); local
266 if (img != NULL) {
267 CHECK_EQ(img->fmt, IMG_FMT_I420);
269 int32_t width = img->d_w;
270 int32_t height = img->d_h;
288 const uint8_t *srcLine = (const uint8_t *)img->planes[PLANE_Y];
290 for (size_t i = 0; i < img->d_h; ++i) {
291 memcpy(dst, srcLine, img->d_w);
293 srcLine += img->stride[PLANE_Y];
294 dst += img
[all...]
/frameworks/base/services/surfaceflinger/tests/
H A DTransaction_test.cpp34 uint8_t* img = reinterpret_cast<uint8_t*>(info.bits); local
37 uint8_t* pixel = img + (4 * (y*info.s + x));
64 const uint8_t* img = reinterpret_cast<const uint8_t*>(mHeap->base()); local
65 const uint8_t* pixel = img + (4 * (y*mWidth + x));
/frameworks/base/libs/gui/tests/
H A DSurfaceTexture_test.cpp570 uint8_t* img = NULL;
571 buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
572 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
615 uint8_t* img = NULL;
616 buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
617 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
675 uint8_t* img = NULL; local
676 buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
677 fillYV12BufferRect(img, texWidth, texHeight, buf->getStride(), crop);
765 uint8_t* img local
874 uint8_t* img = NULL; local
928 uint8_t* img = NULL; local
1686 uint8_t* img = NULL; local
[all...]
/frameworks/base/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp131 EGLImageKHR img = eglCreateImageKHR(dpy, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, local
134 if (img == EGL_NO_IMAGE_KHR) {
142 glEGLImageTargetTexture2DOES(GL_TEXTURE_EXTERNAL_OES, (GLeglImageOES)img);
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css218 img.formulaDsp {
222 img.formulaInl {
233 div.center img {
242 img.footer {
568 .directory img {
599 .directory-alt img {
842 #projectlogo img
/frameworks/base/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp236 EGLImageKHR img = eglCreateImageKHR(dpy, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, local
239 if (img == EGL_NO_IMAGE_KHR) {
247 glEGLImageTargetTexture2DOES(GL_TEXTURE_EXTERNAL_OES, (GLeglImageOES)img);
/frameworks/media/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp410 uint8_t* img = NULL; local
411 buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
412 copyI420Buffer(buffer, img, width, height, buf->getStride());
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4dec_lib.h288 void DeringAdaptiveSmoothMMX(uint8 *img, int incr, int thres, int mxdf);
/frameworks/base/core/java/android/text/
H A DHtml.java63 * Retrieves images for HTML &lt;img&gt; tags.
68 * &lt;img&gt; tag. The <code>source</code> argument is the
95 * Any &lt;img&gt; tags in the HTML will display as a generic
116 * Any &lt;img&gt; tags in the HTML will use the specified ImageGetter
275 out.append("<img src=\"");
488 } else if (tag.equalsIgnoreCase("img")) {
600 Attributes attributes, Html.ImageGetter img) {
604 if (img != null) {
605 d = img.getDrawable(src);
599 startImg(SpannableStringBuilder text, Attributes attributes, Html.ImageGetter img) argument
/frameworks/base/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp514 uint8_t* img = NULL; local
515 buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
516 SurfaceMediaSourceTest::fillYV12Buffer(img, width, height, buf->getStride());
/frameworks/base/opengl/libs/EGL/
H A DeglApi.cpp1301 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) argument
1308 ImageRef _i(dp, img);
1311 egl_image_t* image = get_image(img);
/frameworks/base/opengl/libagl/
H A Degl.cpp2040 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) argument
2046 ANativeWindowBuffer* native_buffer = (ANativeWindowBuffer*)img;
/frameworks/base/media/libstagefright/
H A DOMXCodec.cpp2130 uint32_t* img = NULL; local
2131 err = buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
2138 *img = 0;

Completed in 239 milliseconds