HomeSort by relevance Sort by last modified time
    Searched defs:img (Results 76 - 100 of 285) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/libvpx/source/libvpx/test/
vp9_thread_test.cc 180 const vpx_image_t *img = NULL; local
183 while ((img = dec_iter.Next())) {
184 md5.Add(img);
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vp8.h 107 vpx_image_t img; /**< reference frame data in image format */ member in struct:vpx_ref_frame
116 vpx_image_t img; /**< img structure to populate (output) */ member in struct:vp9_ref_frame
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_screen.c 320 __DRIimage *img = NULL; local
323 img = screen->lookup_egl_image(screen, egl_image);
326 if (!img)
330 pipe_resource_reference(&stimg->texture, img->texture);
331 stimg->level = img->level;
332 stimg->layer = img->layer;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_st.c 59 _EGLImage *img; local
65 img = _eglLookupImage(handle, gsmapi->display);
66 if (!img) {
71 gimg = egl_g3d_image(img);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_images.c 132 struct vg_image *img = handle_to_image(image); local
142 image_destroy(img);
150 struct vg_image *img; local
161 img = handle_to_image(image);
166 image_clear(img, x, y, width, height);
178 struct vg_image *img; local
193 img = handle_to_image(image);
194 image_sub_data(img, data, dataStride, dataFormat,
206 struct vg_image *img; local
220 img = handle_to_image(image)
258 struct vg_image *img; local
336 struct vg_image *img; local
375 struct vg_image *img = image_create(dataFormat, width, height); local
    [all...]
api_params.c 1492 struct vg_image *img = handle_to_image(object); local
1497 struct vg_image *img = handle_to_image(object); local
1502 struct vg_image *img = handle_to_image(object); local
    [all...]
  /external/chromium_org/third_party/skia/experimental/webtry/res/js/
webtry.js 28 var img = document.getElementById('img'); variable
65 selectedSource.innerHTML = '<img with=64 height=64 src="/i/image-'+sourceId+'.png" />';
107 clone.querySelector('img').src = imgsrc;
201 img.src = '/i/'+body.hash+'.png';
214 clone.querySelector('img').src = imgUrl;
229 // "img": "<base64 encoded image but only on success>"
232 // The img is optional and only appears if there is a valid
241 if (body.hasOwnProperty('img')) {
242 img.src = 'data:image/png;base64,' + body.img
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
mouse_cursor_monitor_x11.cc 185 XFixesCursorImage* img = XFixesGetCursorImage(display()); local
186 if (!img)
190 new BasicDesktopFrame(DesktopSize(img->width, img->height)));
193 unsigned long* src = img->pixels;
195 uint32_t* dst_end = dst + (img->width * img->height);
200 DesktopVector hotspot(std::min(img->width, img->xhot),
201 std::min(img->height, img->yhot))
    [all...]
  /external/chromium_org/ui/views/controls/button/
image_button.cc 109 gfx::ImageSkia img = GetImageToPaint(); local
111 if (!img.isNull()) {
118 gfx::Point position = ComputeImagePaintPosition(img);
122 canvas->DrawImageInt(img, position.x(), position.y());
144 gfx::ImageSkia img; local
147 img = gfx::ImageSkiaOperations::CreateBlendedImage(images_[STATE_NORMAL],
150 img = images_[state_];
153 return !img.isNull() ? img : images_[STATE_NORMAL];
  /external/libvpx/libvpx/test/
video_source.h 66 virtual vpx_image_t *img() const = 0;
103 virtual vpx_image_t *img() const { function in class:libvpx_test::DummyVideoSource
  /external/libvpx/libvpx/vpx/
vp8.h 107 vpx_image_t img; /**< reference frame data in image format */ member in struct:vpx_ref_frame
116 vpx_image_t img; /**< img structure to populate (output) */ member in struct:vp9_ref_frame
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_screen.c 320 __DRIimage *img = NULL; local
323 img = screen->lookup_egl_image(screen, egl_image);
326 if (!img)
330 pipe_resource_reference(&stimg->texture, img->texture);
331 stimg->level = img->level;
332 stimg->layer = img->layer;
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_st.c 59 _EGLImage *img; local
65 img = _eglLookupImage(handle, gsmapi->display);
66 if (!img) {
71 gimg = egl_g3d_image(img);
  /external/mesa3d/src/gallium/state_trackers/vega/
api_images.c 132 struct vg_image *img = handle_to_image(image); local
142 image_destroy(img);
150 struct vg_image *img; local
161 img = handle_to_image(image);
166 image_clear(img, x, y, width, height);
178 struct vg_image *img; local
193 img = handle_to_image(image);
194 image_sub_data(img, data, dataStride, dataFormat,
206 struct vg_image *img; local
220 img = handle_to_image(image)
258 struct vg_image *img; local
336 struct vg_image *img; local
375 struct vg_image *img = image_create(dataFormat, width, height); local
    [all...]
api_params.c 1492 struct vg_image *img = handle_to_image(object); local
1497 struct vg_image *img = handle_to_image(object); local
1502 struct vg_image *img = handle_to_image(object); local
    [all...]
  /external/opencv/cv/src/
cvfeatureselect.cpp 80 CvMat stub, *img = (CvMat*)image; local
91 CV_CALL( img = cvGetMat( img, &stub, &coi1 ));
98 CV_CALL( _eigImg = cvCreateMat( img->rows, img->cols, CV_32FC1 ));
108 CV_CALL( _tmpImg = cvCreateMat( img->rows, img->cols, CV_32FC1 ));
124 if( CV_MAT_CN(img->type) != 1 ||
144 CV_CALL( cvCornerHarris( img, eig, block_size, 3, harris_k ));
148 CV_CALL( cvCornerMinEigenVal( img, eig, block_size, 3 ))
    [all...]
  /external/opencv/cvaux/src/
camshift.cpp 210 IplImage** img; member in union:__anon32706
220 u.img = m_color_planes;
  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 190 IplImage *img = cvCreateImage(cvSize(width, height), IPL_DEPTH_8U, 3); local
196 IMAGE( img, x, y, 0 ) = pixels[pos + 3] & 0xFF;
198 IMAGE( img, x, y, 1 ) = pixels[pos + 2] & 0xFF;
200 IMAGE( img, x, y, 2 ) = pixels[pos + 1] & 0xFF;
204 return img;
  /external/skia/experimental/webtry/res/js/
webtry.js 28 var img = document.getElementById('img'); variable
65 selectedSource.innerHTML = '<img with=64 height=64 src="/i/image-'+sourceId+'.png" />';
107 clone.querySelector('img').src = imgsrc;
201 img.src = '/i/'+body.hash+'.png';
214 clone.querySelector('img').src = imgUrl;
229 // "img": "<base64 encoded image but only on success>"
232 // The img is optional and only appears if there is a valid
241 if (body.hasOwnProperty('img')) {
242 img.src = 'data:image/png;base64,' + body.img
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTextureGL_test.cpp 44 uint8_t* img = NULL; local
45 buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
46 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
90 uint8_t* img = NULL; local
91 buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
92 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
150 uint8_t* img = NULL; local
151 buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
152 fillYV12BufferRect(img, texWidth, texHeight, buf->getStride(), crop);
236 uint8_t* img = NULL local
    [all...]
  /frameworks/native/services/surfaceflinger/tests/
Transaction_test.cpp 38 uint8_t* img = reinterpret_cast<uint8_t*>(outBuffer.bits); local
41 uint8_t* pixel = img + (4 * (y*outBuffer.stride + x));
69 const uint8_t* img = reinterpret_cast<const uint8_t*>(mHeap->base()); local
70 const uint8_t* pixel = img + (4 * (y*mWidth + x));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
video_source.h 66 virtual vpx_image_t *img() const = 0;
103 virtual vpx_image_t *img() const { function in class:libvpx_test::DummyVideoSource
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vp8.h 107 vpx_image_t img; /**< reference frame data in image format */ member in struct:vpx_ref_frame
116 vpx_image_t img; /**< img structure to populate (output) */ member in struct:vp9_ref_frame
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.cpp 33 PyramidShort *img = (PyramidShort *) calloc(sizeof(PyramidShort) * levels local
37 if (img) {
39 ImageTypeShort *y = (ImageTypeShort *) &img[levels];
41 for (last = (curr = img) + levels; curr < last; curr++) {
58 return img;
65 PyramidShort *img = (PyramidShort *) local
69 if (img) {
70 short **y = (short **) &img[1];
72 img->width = width;
73 img->height = height
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.cpp 33 PyramidShort *img = (PyramidShort *) calloc(sizeof(PyramidShort) * levels local
37 if (img) {
39 ImageTypeShort *y = (ImageTypeShort *) &img[levels];
41 for (last = (curr = img) + levels; curr < last; curr++) {
58 return img;
65 PyramidShort *img = (PyramidShort *) local
69 if (img) {
70 short **y = (short **) &img[1];
72 img->width = width;
73 img->height = height
    [all...]

Completed in 3759 milliseconds

1 2 34 5 6 7 8 91011>>