HomeSort by relevance Sort by last modified time
    Searched refs:pix (Results 26 - 50 of 171) sorted by null

12 3 4 5 6 7

  /external/ImageMagick/coders/
scr.c 99 int pix;
178 pix = (((8*octetnr)-(256*zoneline)));
220 q=QueueAuthenticPixels(image,pix,piy,1,1,exception);
241 pix++;
97 int pix; local
sixel.c 610 static void sixel_put_pixel(sixel_output_t *const context, int pix)
612 if (pix < 0 || pix > '?') {
613 pix = 0;
616 pix += '?';
618 if (pix == context->save_pixel) {
622 context->save_pixel = pix;
690 int pix;
747 pix = pixels[y * width + x];
748 if (pix >= 0 && pix < (ssize_t) ncolors && pix != keycolor)
688 int pix; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_ximage.c 295 get_pixmap_format(struct native_display *ndpy, EGLNativePixmapType pix)
301 depth = x11_drawable_get_depth(xdpy->xscr, (Drawable) pix);
323 EGLNativePixmapType pix,
331 enum pipe_format fmt = get_pixmap_format(&xdpy->base, pix);
347 xsurf = ximage_display_create_surface(ndpy, (Drawable) pix, nconf);
439 EGLNativePixmapType pix,
444 *format = get_pixmap_format(&xdpy->base, pix);
451 EGLNativePixmapType pix,
457 enum pipe_format fmt = get_pixmap_format(&xdpy->base, pix);
477 xdraw.drawable = (Drawable) pix;
    [all...]
  /external/webrtc/webrtc/modules/video_capture/linux/
video_capture_linux.cc 208 video_fmt.fmt.pix.sizeimage = 0;
209 video_fmt.fmt.pix.width = capability.width;
210 video_fmt.fmt.pix.height = capability.height;
211 video_fmt.fmt.pix.pixelformat = fmts[fmtsIdx];
213 if (video_fmt.fmt.pix.pixelformat == V4L2_PIX_FMT_YUYV)
215 else if (video_fmt.fmt.pix.pixelformat == V4L2_PIX_FMT_YUV420)
217 else if (video_fmt.fmt.pix.pixelformat == V4L2_PIX_FMT_UYVY)
219 else if (video_fmt.fmt.pix.pixelformat == V4L2_PIX_FMT_MJPEG ||
220 video_fmt.fmt.pix.pixelformat == V4L2_PIX_FMT_JPEG)
232 _currentWidth = video_fmt.fmt.pix.width
    [all...]
  /external/libvncserver/libvncclient/
tight.c 363 uint8_t pix[3]; local
370 pix[c] = client->tightPrevRow[c] + client->buffer[y*client->rectWidth*3+c];
371 thisRow[c] = pix[c];
373 dst[y*client->rectWidth] = RGB24_TO_PIXEL32(pix[0], pix[1], pix[2]);
378 est[c] = (int)client->tightPrevRow[x*3+c] + (int)pix[c] -
385 pix[c] = (uint8_t)est[c] + client->buffer[(y*client->rectWidth+x)*3+c];
386 thisRow[x*3+c] = pix[c];
388 dst[y*client->rectWidth+x] = RGB24_TO_PIXEL32(pix[0], pix[1], pix[2])
404 uint16_t pix[3]; local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_from_argb.cc 31 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix) =
34 int pix) = ARGBToUV444Row_C;
113 int pix) = ARGBToUV422Row_C;
114 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix) =
194 int pix) = ARGBToUV411Row_C;
195 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix) =
267 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix) =
376 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix) =
482 int pix) = ARGBToUV422Row_C;
483 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix)
    [all...]
convert.cc 248 void (*SplitUVRow)(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix) =
393 uint8* dst_u, uint8* dst_v, int pix) = YUY2ToUVRow_C;
395 uint8* dst_y, int pix) = YUY2ToYRow_C;
458 uint8* dst_u, uint8* dst_v, int pix) = UYVYToUVRow_C;
460 uint8* dst_y, int pix) = UYVYToYRow_C;
524 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix) =
600 void (*BGRAToYRow)(const uint8* src_bgra, uint8* dst_y, int pix) =
666 void (*ABGRToYRow)(const uint8* src_abgr, uint8* dst_y, int pix) =
732 void (*RGBAToYRow)(const uint8* src_rgba, uint8* dst_y, int pix) =
799 void (*RGB24ToYRow)(const uint8* src_rgb24, uint8* dst_y, int pix)
    [all...]
row_x86.asm 22 ; void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int pix)
25 cglobal %1ToYRow%3, 3, 3, 3, src_yuy2, dst_y, pix
69 ; void SplitUVRow_SSE2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix)
72 cglobal SplitUVRow%2, 4, 4, 5, src_uv, dst_u, dst_v, pix
113 cglobal MergeUVRow_%2, 4, 4, 3, src_u, src_v, dst_uv, pix
  /external/libvncserver/libvncserver/
hextile.c 81 #define PUT_PIXEL8(pix) (cl->updateBuf[cl->ublen++] = (pix))
83 #define PUT_PIXEL16(pix) (cl->updateBuf[cl->ublen++] = ((char*)&(pix))[0], \
84 cl->updateBuf[cl->ublen++] = ((char*)&(pix))[1])
86 #define PUT_PIXEL32(pix) (cl->updateBuf[cl->ublen++] = ((char*)&(pix))[0], \
87 cl->updateBuf[cl->ublen++] = ((char*)&(pix))[1], \
88 cl->updateBuf[cl->ublen++] = ((char*)&(pix))[2], \
89 cl->updateBuf[cl->ublen++] = ((char*)&(pix))[3]
    [all...]
  /external/webrtc/webrtc/examples/peerconnection/client/linux/
main_wnd.cc 500 uint8_t* pix = image_.get(); local
502 while (pix < end) {
503 pix[3] = pix[0]; // Save B to A.
504 pix[0] = pix[2]; // Set Red.
505 pix[2] = pix[3]; // Set Blue.
506 pix[3] = 0xFF; // Fixed Alpha.
507 pix += 4
    [all...]
  /external/opencv3/modules/cudaimgproc/src/cuda/
debayer.cu 183 template <typename D> __device__ __forceinline__ D toDst(const uchar3& pix);
184 template <> __device__ __forceinline__ uchar toDst<uchar>(const uchar3& pix)
187 return f(pix);
189 template <> __device__ __forceinline__ uchar3 toDst<uchar3>(const uchar3& pix)
191 return pix;
193 template <> __device__ __forceinline__ uchar4 toDst<uchar4>(const uchar3& pix)
195 return make_uchar4(pix.x, pix.y, pix.z, 255);
305 template <typename D> __device__ __forceinline__ D toDst(const ushort3& pix);
    [all...]
  /external/opencv/cxcore/src/
cxmeansdv.cpp 140 t0 = src[x*(cn)]; pix++; \
147 t0 = src[(x+1)*(cn)]; pix++; \
154 t0 = src[(x+2)*(cn)]; pix++; \
161 t0 = src[(x+3)*(cn)]; pix++; \
171 worktype t0 = src[x*(cn)]; pix++; \
190 pix++; \
208 pix++; \
227 pix++; \
245 int pix; \
310 scale = pix ? 1./pix :
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native.h 219 EGLNativePixmapType pix,
228 EGLNativePixmapType pix,
244 EGLNativePixmapType pix,
native_helper.h 111 EGLNativePixmapType pix,
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
NeuQuant.java 238 int pix, lim; local
244 pix = 0;
276 b = (p[pix + 0] & 0xff) << netbiasshift;
277 g = (p[pix + 1] & 0xff) << netbiasshift;
278 r = (p[pix + 2] & 0xff) << netbiasshift;
285 pix += step;
286 if (pix >= lim)
287 pix -= lengthcount;
LZWEncoder.java 250 byte pix = pixAry[curPixel++];
252 return pix & 0xff;
  /external/opencv3/modules/videoio/src/
cap_v4l.cpp 424 capture->form.fmt.pix.pixelformat = colorspace;
425 capture->form.fmt.pix.field = V4L2_FIELD_ANY;
426 capture->form.fmt.pix.width = DEFAULT_V4L_WIDTH;
427 capture->form.fmt.pix.height = DEFAULT_V4L_HEIGHT;
433 if (colorspace != capture->form.fmt.pix.pixelformat)
884 min = capture->form.fmt.pix.width * 2;
886 if (capture->form.fmt.pix.bytesperline < min)
887 capture->form.fmt.pix.bytesperline = min;
889 min = capture->form.fmt.pix.bytesperline * capture->form.fmt.pix.height
    [all...]
cap_libv4l.cpp 743 capture->form.fmt.pix.pixelformat = requestedPixelFormat;
744 capture->form.fmt.pix.field = V4L2_FIELD_ANY;
745 capture->form.fmt.pix.width = capture->width;
746 capture->form.fmt.pix.height = capture->height;
753 if (requestedPixelFormat != capture->form.fmt.pix.pixelformat) {
763 min = capture->form.fmt.pix.width * 2;
765 if (capture->form.fmt.pix.bytesperline < min)
766 capture->form.fmt.pix.bytesperline = min;
768 min = capture->form.fmt.pix.bytesperline * capture->form.fmt.pix.height
    [all...]
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_device.cc 118 fmt.fmt.pix.width = width;
119 fmt.fmt.pix.height = height;
120 fmt.fmt.pix.pixelformat = pixfmt;
121 fmt.fmt.pix.field = V4L2_FIELD_NONE;
142 fmt.fmt.pix.width, fmt.fmt.pix.height,
145 width_ = fmt.fmt.pix.width;
146 height_ = fmt.fmt.pix.height;
151 return InitReadIO(fmt.fmt.pix.sizeimage);
155 return InitUserPtrIO(fmt.fmt.pix.sizeimage)
    [all...]
  /frameworks/av/cmds/screenrecord/
TextRenderer.cpp 109 uint8_t* pix = rgbaPixels; local
122 *pix++ = color;
123 *pix++ = color;
124 *pix++ = color;
125 *pix++ = alpha;
  /external/strace/
v4l2.c 123 const struct v4l2_pix_format *pix = &f->fmt.pix; local
125 tprintf("pix={width=%u, height=%u, pixelformat=",
126 pix->width, pix->height);
127 print_pixelformat(pix->pixelformat);
129 printxval(v4l2_fields, pix->field, "V4L2_FIELD_???");
131 pix->bytesperline, pix->sizeimage);
132 printxval(v4l2_colorspaces, pix->colorspace
    [all...]
  /external/opencv3/3rdparty/libwebp/dsp/
dsp.h 74 typedef int (*VP8Metric)(const uint8_t* pix, const uint8_t* ref);
76 typedef int (*VP8WMetric)(const uint8_t* pix, const uint8_t* ref,
  /external/libavc/common/arm/
ih264_resi_trans_quant_a9.s 117 vld1.u8 d30, [r0], r3 @load first 8 pix src row 1
119 vld1.u8 d31, [r1], r4 @load first 8 pix pred row 1
121 vld1.u8 d28, [r0], r3 @load first 8 pix src row 2
123 vld1.u8 d29, [r1], r4 @load first 8 pix pred row 2
125 vld1.u8 d26, [r0], r3 @load first 8 pix src row 3
127 vld1.u8 d27, [r1], r4 @load first 8 pix pred row 3
130 vld1.u8 d24, [r0], r3 @load first 8 pix src row 4
132 vld1.u8 d25, [r1], r4 @load first 8 pix pred row 4
312 vld2.u8 {d10, d11}, [r0], r3 @load first 8 pix src row 1
314 vld2.u8 {d11, d12}, [r1], r4 @load first 8 pix pred row
    [all...]
  /external/opencv3/samples/cpp/
tvl1_optical_flow.cpp 67 Vec3b pix; local
81 pix[2 - b] = static_cast<uchar>(255.f * col);
84 return pix;
  /external/opencv3/samples/gpu/
optical_flow.cpp 69 Vec3b pix; local
83 pix[2 - b] = static_cast<uchar>(255.0 * col);
86 return pix;

Completed in 423 milliseconds

12 3 4 5 6 7