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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libvpx/source/libvpx/test/
y4m_video_source.h 70 virtual vpx_image_t *img() const { function in class:libvpx_test::Y4mVideoSource
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_encoder.c 201 const vpx_image_t *img,
208 if (!ctx || (img && !duration))
223 res = ctx->iface->enc.encode(get_alg_priv(ctx), img, pts,
234 if (img) img += num_enc - 1;
237 if ((res = ctx->iface->enc.encode(get_alg_priv(ctx), img, pts,
242 if (img) img--;
324 vpx_image_t *img = NULL; local
334 img = ctx->iface->enc.get_preview(get_alg_priv(ctx))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglimage.h 74 _eglInitImage(_EGLImage *img, _EGLDisplay *dpy);
81 _eglGetImage(_EGLImage *img)
83 if (img)
84 _eglGetResource(&img->Resource);
85 return img;
93 _eglPutImage(_EGLImage *img)
95 return (img) ? _eglPutResource(&img->Resource) : EGL_FALSE;
104 _eglLinkImage(_EGLImage *img)
106 _eglLinkResource(&img->Resource, _EGL_RESOURCE_IMAGE)
129 _EGLImage *img = (_EGLImage *) image; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
qcow2.c 13 * [root]# qemu-nbd -c /dev/nbd0 image.img
84 static int qcow2_read_l1_table(struct ext2_qcow2_image *img)
86 int fd = img->fd;
87 size_t size, l1_size = img->l1_size * sizeof(blk64_t);
95 if (ext2fs_llseek(fd, img->l1_offset, SEEK_SET) < 0) {
106 img->l1_table = table;
111 static int qcow2_read_l2_table(struct ext2_qcow2_image *img,
114 int fd = img->fd;
122 size = read(fd, *l2_table, img->cluster_size);
123 if (size != img->cluster_size
157 struct ext2_qcow2_image img; local
    [all...]
  /external/libvpx/libvpx/examples/
decode_to_md5.c 46 static void get_image_md5(const vpx_image_t *img, unsigned char digest[16]) {
53 const unsigned char *buf = img->planes[plane];
54 const int stride = img->stride[plane];
55 const int w = plane ? (img->d_w + 1) >> 1 : img->d_w;
56 const int h = plane ? (img->d_h + 1) >> 1 : img->d_h;
114 vpx_image_t *img = NULL; local
121 while ((img = vpx_codec_get_frame(&codec, &iter)) != NULL) {
124 get_image_md5(img, digest)
    [all...]
  /external/libvpx/libvpx/test/
encode_test_driver.cc 21 if (video->img())
40 const vpx_image_t *img = video.img(); local
44 cfg_.g_w = img->d_w;
45 cfg_.g_h = img->d_h;
54 if (cfg_.g_w != img->d_w || cfg_.g_h != img->d_h) {
55 cfg_.g_w = img->d_w;
56 cfg_.g_h = img->d_h;
64 video.img(), video.pts(), video.duration()
    [all...]
i420_video_source.h 38 // This initializes raw_sz_, width_, height_ and allocates an img.
67 virtual vpx_image_t *img() const { return (frame_ < limit_) ? img_ : NULL; } function in class:libvpx_test::I420VideoSource
vp9_thread_test.cc 119 const vpx_image_t *img = NULL; local
122 while ((img = dec_iter.Next())) {
123 md5.Add(img);
y4m_video_source.h 64 virtual vpx_image_t *img() const { function in class:libvpx_test::Y4mVideoSource
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 205 const vpx_image_t *img,
212 if (!ctx || (img && !duration))
227 res = ctx->iface->enc.encode(ctx->priv->alg_priv, img, pts,
238 if (img) img += num_enc - 1;
241 if ((res = ctx->iface->enc.encode(ctx->priv->alg_priv, img, pts,
246 if (img) img--;
328 vpx_image_t *img = NULL; local
338 img = ctx->iface->enc.get_preview(ctx->priv->alg_priv)
    [all...]
  /external/mesa3d/src/egl/main/
eglimage.h 74 _eglInitImage(_EGLImage *img, _EGLDisplay *dpy);
81 _eglGetImage(_EGLImage *img)
83 if (img)
84 _eglGetResource(&img->Resource);
85 return img;
93 _eglPutImage(_EGLImage *img)
95 return (img) ? _eglPutResource(&img->Resource) : EGL_FALSE;
104 _eglLinkImage(_EGLImage *img)
106 _eglLinkResource(&img->Resource, _EGL_RESOURCE_IMAGE)
129 _EGLImage *img = (_EGLImage *) image; local
    [all...]
  /external/opencv/cxcore/src/
cximage.cpp 77 IplImage* img = 0; local
84 img = (IplImage*)obj;
88 CV_CALL( img = cvCreateImageHeader( cvSize(m->cols,m->rows),
90 cvSetData( img, m->data.ptr, m->step );
91 img->imageDataOrigin = (char*)m->refcount;
103 return img;
109 IplImage* img = 0; local
117 img = icvRetrieveImage(cvLoad(filename,0,imgname));
118 if( (img->nChannels > 1) != (color == 0) )
123 CV_CALL( temp_img = cvCreateImage( cvGetSize(img), img->depth, color > 0 ? 3 : 1 ))
150 IplImage* img = 0; local
170 IplImage* img = 0; local
240 IplImage* img = (IplImage*)obj; local
    [all...]
  /external/opencv/otherlibs/highgui/
image.cpp 99 IplImage* img = image.GetImage(); local
100 if( img )
102 CopyOf( img, desired_color );
107 #define HG_IS_IMAGE(img) \
108 ((img) != 0 && ((const IplImage*)(img))->nSize == sizeof(IplImage) && \
109 ((IplImage*)img)->imageData != 0)
112 void CvvImage::CopyOf( IplImage* img, int desired_color )
114 if( HG_IS_IMAGE(img) )
117 CvSize size = cvGetSize( img );
134 IplImage* img = cvLoadImage( filename, desired_color ); local
    [all...]