Searched refs:max_rgb (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/ |
| H A D | vsp1_hgo.c | 66 } else if (hgo->max_rgb) { in vsp1_hgo_frame_end() 159 hgo->max_rgb = hgo->ctrls.max_rgb->cur.val; in hgo_configure_stream() 168 (hgo->max_rgb ? VI6_HGO_MODE_MAXRGB : 0) | in hgo_configure_stream() 200 hgo->ctrls.max_rgb = v4l2_ctrl_new_custom(&hgo->ctrls.handler, in vsp1_hgo_create() 207 hgo->max_rgb = false; in vsp1_hgo_create()
|
| H A D | vsp1_hgo.h | 25 struct v4l2_ctrl *max_rgb; member 29 bool max_rgb; member
|
| /OK3568_Linux_fs/kernel/drivers/media/common/v4l2-tpg/ |
| H A D | v4l2-tpg-core.c | 552 int max_rgb, min_rgb, diff_rgb; in color_to_hsv() local 562 max_rgb = max3(r, g, b); in color_to_hsv() 563 *v = max_rgb; in color_to_hsv() 564 if (!max_rgb) { in color_to_hsv() 572 diff_rgb = max_rgb - min_rgb; in color_to_hsv() 574 aux += max_rgb / 2; in color_to_hsv() 575 aux /= max_rgb; in color_to_hsv() 585 if (max_rgb == r) { in color_to_hsv() 588 } else if (max_rgb == g) { in color_to_hsv()
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/ |
| H A D | large.txt | 8843 stat64("/usr/lib/gimp/2.0/plug-ins/max_rgb", {st_mode=S_IFREG|0755, st_size=10124, ...}) = 0 9011 read(4, "sr/lib/gimp/2.0/plug-ins/max_rgb"..., 4000) = 4000
|