Home
last modified time | relevance | path

Searched refs:pix (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/sys/dev/splash/
H A Dsplash.c249 u_char pix[3]; in splash_render8() local
265 pix[0] = *d++; in splash_render8()
266 pix[1] = *d++; in splash_render8()
267 pix[2] = *d++; in splash_render8()
273 pix[0], pix[1], pix[2]) + in splash_render8()
279 fb[x] = SPLASH_INDEX(pix[0], pix[1], pix[2]) + in splash_render8()
323 u_char pix[3]; in splash_render16() local
339 pix[0] = *d++; in splash_render16()
340 pix[1] = *d++; in splash_render16()
341 pix[2] = *d++; in splash_render16()
[all …]
/netbsd-src/sys/dev/wscons/
H A Dwscons_rinit.c73 u_int32_t *pix, npix; in rcons_initfont() local
81 pix = rc->rc_font->chars[ch].r->pixels; in rcons_initfont()
86 if (pix[i] & (1 << bit)) in rcons_initfont()
88 pix[i] = npix; in rcons_initfont()
/netbsd-src/sys/dev/
H A Dvideo.c637 dest->fmt.pix.width = src->width; in video_format_to_v4l2_format()
638 dest->fmt.pix.height = src->height; in video_format_to_v4l2_format()
640 dest->fmt.pix.field = V4L2_FIELD_INTERLACED; in video_format_to_v4l2_format()
642 dest->fmt.pix.field = V4L2_FIELD_NONE; in video_format_to_v4l2_format()
643 dest->fmt.pix.bytesperline = src->stride; in video_format_to_v4l2_format()
644 dest->fmt.pix.sizeimage = src->sample_size; in video_format_to_v4l2_format()
645 dest->fmt.pix.priv = src->priv; in video_format_to_v4l2_format()
649 dest->fmt.pix.colorspace = V4L2_COLORSPACE_SMPTE170M; in video_format_to_v4l2_format()
654 dest->fmt.pix.colorspace = 0; in video_format_to_v4l2_format()
660 dest->fmt.pix.pixelformat = V4L2_PIX_FMT_UYVY; in video_format_to_v4l2_format()
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dstih407.dtsi110 clock-names = "pix",
134 clock-names = "pix",
H A Ds5pv210.dtsi602 samsung,pix-limits = <4224 8192 1920 4224>;
603 samsung,min-pix-alignment = <16 8>;
616 samsung,pix-limits = <4224 8192 1920 4224>;
617 samsung,min-pix-alignment = <1 1>;
632 samsung,pix-limits = <1920 8192 1280 1920>;
633 samsung,min-pix-alignment = <16 8>;
H A Dexynos4210.dtsi430 samsung,pix-limits = <4224 8192 1920 4224>;
436 samsung,pix-limits = <4224 8192 1920 4224>;
442 samsung,pix-limits = <4224 8192 1920 4224>;
448 samsung,pix-limits = <1920 8192 1366 1920>;
H A Dimx6dl-aristainetos_7.dts22 interface-pix-fmt = "rgb24";
H A Dstih410.dtsi204 clock-names = "pix",
229 clock-names = "pix",
H A Dimx6dl-aristainetos_4.dts33 interface-pix-fmt = "rgb24";
H A Dexynos4412.dtsi692 samsung,pix-limits = <4224 8192 1920 4224>;
700 samsung,pix-limits = <4224 8192 1920 4224>;
708 samsung,pix-limits = <4224 8192 1920 4224>;
717 samsung,pix-limits = <1920 8192 1366 1920>;
H A Dimx53-kp-ddc.dts29 interface-pix-fmt = "rgb24";
H A Dimx51-apf51dev.dts23 interface-pix-fmt = "bgr666";
H A Dimx53-mba53.dts31 interface-pix-fmt = "rgb24";
H A Dimx6q-apalis-ixora.dts51 interface-pix-fmt = "rgb24";
H A Dimx6q-apalis-ixora-v1.1.dts52 interface-pix-fmt = "rgb24";
H A Dimx51-babbage.dts63 interface-pix-fmt = "rgb24";
86 interface-pix-fmt = "rgb565";
H A Dimx53-cx9020.dts28 interface-pix-fmt = "rgb24";
H A Dimx6dl-colibri-eval-v3.dts66 interface-pix-fmt = "bgr666";
H A Dimx6q-apalis-eval.dts51 interface-pix-fmt = "rgb24";
H A Dimx6dl-aristainetos2_4.dts60 interface-pix-fmt = "rgb24";
H A Dimx51-ts4800.dts56 interface-pix-fmt = "rgb24";
H A Dimx53-m53evk.dts15 interface-pix-fmt = "bgr666";
H A Dimx6q-kp.dtsi33 interface-pix-fmt = "rgb24";
H A Dimx6qdl-dhcom-pdk2.dtsi33 interface-pix-fmt = "rgb24";
/netbsd-src/external/mpl/dhcp/dist/common/
H A Doptions.c1526 int *pix; in store_options()
1535 pix = &bufix; in store_options()
1540 pix = &six; in store_options()
1545 pix = &tix; in store_options()
1554 pix = &bufix; in store_options()
1560 pix = &six; in store_options()
1566 pix = &tix; in store_options()
1582 base [*pix] = code; in store_options()
1583 base [*pix + 1] = (unsigned char)incr; in store_options()
1586 memcpy (base + *pix in store_options()
1523 int *pix; store_options() local
[all...]

12