HomeSort by relevance Sort by last modified time
    Searched refs:img (Results 176 - 200 of 830) sorted by null

1 2 3 4 5 6 78 91011>>

  /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...]
cvhistogram.cpp 871 icvCalcHist_8u_C1R( uchar** img, int step, uchar* mask, int maskStep,
906 for( ; size.height--; img[0] += step )
908 uchar* ptr = img[0];
947 for( ; size.height--; img[0] += step, img[1] += step )
949 uchar* ptr0 = img[0];
950 uchar* ptr1 = img[1];
983 for( ; size.height--; img[0] += step, img[1] += step, img[2] += step
2150 IplImage imgstub[CV_MAX_DIM], *img[CV_MAX_DIM]; local
    [all...]
  /build/core/
legacy_prebuilts.mk 31 bp.img \
76 radio.img \
  /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 26 img,
  /external/chromium_org/components/dom_distiller/core/css/
distilledpage.css 8 img,video{max-width:100%;}
  /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 265 const vpx_image_t *img);
305 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/examples/
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/test/
test_vector_test.cc 42 virtual void DecompressedFrameHook(const vpx_image_t& img,
54 md5_res.Add(&img);
  /external/libvpx/libvpx/vpx/
vpx_decoder.h 265 const vpx_image_t *img);
305 const vpx_image_t *img,
  /external/opencv/cxcore/src/
_cxipp.h 150 ( const srctype* img, int imgstep, const uchar* mask, \
154 ( const srctype* img, int imgstep, const uchar* mask, \
158 ( const srctype* img, int imgstep, const uchar* mask, \
162 ( const srctype* img, int imgstep, const uchar* mask, \
182 ( const srctype* img, int imgstep, CvSize size, double* mean, double* sdv ))\
185 ( const srctype* img, int imgstep, CvSize size, double* mean, double* sdv ))\
188 ( const srctype* img, int imgstep, CvSize size, double* mean, double* sdv ))\
191 ( const srctype* img, int imgstep, CvSize size, double* mean, double* sdv ))\
195 ( const srctype* img, int imgstep, \
200 ( const srctype* img, int imgstep, const uchar* mask, int maskStep,
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.h 94 bool WriteComponent8u( jas_image_t *img, const uchar *data,
96 bool WriteComponent16u( jas_image_t *img, const unsigned short *data,
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;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
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];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
test_vector_test.cc 42 virtual void DecompressedFrameHook(const vpx_image_t& img,
54 md5_res.Add(&img);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_decoder.h 265 const vpx_image_t *img);
305 const vpx_image_t *img,
  /packages/apps/Camera/jni/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,
  /packages/apps/LegacyCamera/jni/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,
  /pdk/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,
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglContext.cpp 82 bool EglContext::attachImage(unsigned int imageId,ImagePtr img){
84 m_attachedImages[imageId] = img;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_lookahead.c 53 vp9_free_frame_buffer(&ctx->buf[i].img);
83 if (vp9_alloc_frame_buffer(&ctx->buf[i].img,
142 vp9_copy_and_extend_frame_with_rect(src, &buf->img,
154 vp9_copy_and_extend_frame(src, &buf->img);
158 vp9_copy_and_extend_frame(src, &buf->img);
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.c 50 vp9_free_frame_buffer(&ctx->buf[i].img);
80 if (vp9_alloc_frame_buffer(&ctx->buf[i].img,
139 vp9_copy_and_extend_frame_with_rect(src, &buf->img,
151 vp9_copy_and_extend_frame(src, &buf->img);
155 vp9_copy_and_extend_frame(src, &buf->img);

Completed in 1391 milliseconds

1 2 3 4 5 6 78 91011>>