HomeSort by relevance Sort by last modified time
    Searched refs:img (Results 126 - 150 of 633) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/htc/flounder/self-extractors/htc/staging/
device-partial.mk 17 vendor/htc/flounder/proprietary/vendor.img:vendor.img:htc \
  /external/chromium_org/ash/system/user/
rounded_image_view.h 27 void SetImage(const gfx::ImageSkia& img, const gfx::Size& size);
  /external/chromium_org/native_client_sdk/src/build_tools/screenshot_extension/
background.js 7 chrome.tabs.captureVisibleTab(null, {format: 'png'}, function(img) {
9 onScreenshot(img);
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
reset.css 14 del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
37 a img { border: none; }
  /external/chromium_org/third_party/libvpx/source/libvpx/
tools_common.h 145 int vpx_img_plane_width(const vpx_image_t *img, int plane);
146 int vpx_img_plane_height(const vpx_image_t *img, int plane);
147 void vpx_img_write(const vpx_image_t *img, FILE *file);
148 int vpx_img_read(vpx_image_t *img, FILE *file);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
lookahead.h 21 YV12_BUFFER_CONFIG img; member in struct:lookahead_entry
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_image.h 47 egl_g3d_export_drm_image(_EGLDriver *drv, _EGLDisplay *dpy, _EGLImage *img,
  /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/examples/
vp8_multi_resolution_encoder.c 67 int (*read_frame_p)(FILE *f, vpx_image_t *img);
69 static int read_frame(FILE *f, vpx_image_t *img) {
73 to_read = img->w*img->h*3/2;
74 nbytes = fread(img->planes[0], 1, to_read, f);
83 static int read_frame_by_row(FILE *f, vpx_image_t *img) {
91 int w = (plane ? (1 + img->d_w) / 2 : img->d_w);
92 int h = (plane ? (1 + img->d_h) / 2 : img->d_h)
    [all...]
decode_with_partial_drops.c 254 vpx_image_t *img; local
307 while((img = vpx_codec_get_frame(&codec, &iter))) {
311 unsigned char *buf =img->planes[plane];
313 for(y=0; y < (plane ? (img->d_h + 1) >> 1 : img->d_h); y++) {
314 (void) fwrite(buf, 1, (plane ? (img->d_w + 1) >> 1 : img->d_w),
316 buf += img->stride[plane];
  /external/libvpx/libvpx/vp8/encoder/
lookahead.h 21 YV12_BUFFER_CONFIG img; member in struct:lookahead_entry
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.h 27 YV12_BUFFER_CONFIG img; member in struct:lookahead_entry
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_image.h 47 egl_g3d_export_drm_image(_EGLDriver *drv, _EGLDisplay *dpy, _EGLImage *img,
  /external/opencv/cvaux/src/
cvsegment.cpp 91 uchar* img = pImage + step * seed.y; local
103 img = pImage + seed.y*step;
107 val0[0] = img[seed.x*3];
108 val0[1] = img[seed.x*3 + 1];
109 val0[2] = img[seed.x*3 + 2];
111 while( DIFF( img + (R+1)*3, /*img + R*3*/val0 ) && !mask[R + 1] )
114 while( DIFF( img + (L-1)*3, /*img + L*3*/val0 ) && !mask[L - 1] )
145 img = pImage + (YC + flag) * step
211 uchar* img = pImage + step * rect.y + rect.x * 3; local
    [all...]
  /external/deqp/modules/egl/
teglImageFormatTests.cpp 205 virtual bool render (int operationNdx, EGLImageKHR img, const tcu::Texture2D& reference) = 0;
206 virtual void modify (int operationNdx, EGLImageKHR img, tcu::Texture2D& reference) = 0;
300 bool render (int operationNdx, EGLImageKHR img, const tcu::Texture2D& reference);
301 bool renderTexture2D (EGLImageKHR img, const tcu::Texture2D& reference);
302 bool renderDepth (EGLImageKHR img, const tcu::Texture2D& reference);
303 bool renderReadPixelsRenderBuffer (EGLImageKHR img, const tcu::Texture2D& reference);
304 bool renderTryAll (EGLImageKHR img, const tcu::Texture2D& reference);
307 bool renderCubeMap (EGLImageKHR img, const tcu::Surface& reference, GLenum face);
309 void modify (int operationNdx, EGLImageKHR img, tcu::Texture2D& reference);
310 void modifyTexSubImage (EGLImageKHR img, tcu::Texture2D& reference, GLenum format, GLenum type)
350 EGLImageKHR img = EGL_NO_IMAGE_KHR; local
498 EGLImageKHR img = EGL_NO_IMAGE_KHR; local
678 EGLImageKHR img = m_eglExt.eglCreateImageKHR(m_display.getEGLDisplay(), m_context->getEGLContext(), EGL_GL_RENDERBUFFER_KHR, (EGLClientBuffer)(deUintptr)renderBuffer, attrib); local
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 85 icvHoughLinesStandard( const CvMat* img, float rho, float theta,
107 CV_ASSERT( CV_IS_MAT(img) && CV_MAT_TYPE(img->type) == CV_8UC1 );
109 image = img->data.ptr;
110 step = img->step;
111 width = img->cols;
112 height = img->rows;
191 icvHoughLinesSDiv( const CvMat* img,
237 CV_ASSERT( CV_IS_MAT(img) && CV_MAT_TYPE(img->type) == CV_8UC1 )
750 CvMat stub, *img = (CvMat*)src_image; local
1085 CvMat stub, *img = (CvMat*)src_image; local
    [all...]
  /build/core/
legacy_prebuilts.mk 31 bp.img \
76 radio.img \
  /cts/apps/CameraITS/tests/inprog/
test_crop_region.py 51 print "Capturing img%d with crop: %d,%d %dx%d"%(i+1,
59 img = its.image.convert_capture_to_rgb_image(cap)
61 its.image.write_image(img, "%s_img%d.jpg"%(name,i))
62 print "Captured img%d with crop: %d,%d %dx%d"%(i,
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_detection.h 67 * \param img row array pointer
72 void DetectCorners(const float * const *img,double *x_coord,double *y_coord,int *nr_corners) const;
134 * \param img row array pointer
141 virtual void DetectCorners(const unsigned char * const *img,double *x_coord,double *y_coord,int *nr_corners,
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_thumbnail.css 38 img {
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
test_vector_test.cc 45 virtual void DecompressedFrameHook(const vpx_image_t& img,
57 md5_res.Add(&img);
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_decoder.h 261 const vpx_image_t *img);
301 const vpx_image_t *img,
  /external/chromium_org/ui/views/controls/
image_view.cc 20 void* GetBitmapPixels(const gfx::ImageSkia& img, float image_scale) {
22 const SkBitmap& bitmap = img.GetRepresentation(image_scale).sk_bitmap();
42 void ImageView::SetImage(const gfx::ImageSkia& img) {
43 if (IsImageEqual(img))
48 image_ = img;
106 bool ImageView::IsImageEqual(const gfx::ImageSkia& img) const {
112 return image_.BackedBySameObjectAs(img) &&
114 last_painted_bitmap_pixels_ == GetBitmapPixels(img, last_paint_scale_);
image_view.h 41 void SetImage(const gfx::ImageSkia& img);
95 // Returns true if |img| is the same as the last image we painted. This is
98 bool IsImageEqual(const gfx::ImageSkia& img) const;
  /external/libvpx/libvpx/test/
test_vector_test.cc 42 virtual void DecompressedFrameHook(const vpx_image_t& img,
54 md5_res.Add(&img);

Completed in 1761 milliseconds

1 2 3 4 56 7 8 91011>>