Home | History | Annotate | Download | only in its

Lines Matching refs:gb

82         r,gr,gb,b = convert_capture_to_planes(cap, props)
83 return convert_raw_to_rgb_image(r,gr,gb,b, props, cap["metadata"])
226 Returns planes in the order R,Gr,Gb,B, regardless of the Bayer pattern
317 the standard order R,Gr,Gb,B.
324 left Bayer grid of R,Gr,Gb,B, where the 2x2 grid is labeled as
347 """Reorders the gains tuple to the canonical R,Gr,Gb,B order.
354 List of gains values, in R,Gr,Gb,B order.
361 # GBRG or BGGR, so G_even is Gb
391 # Reorder black levels and gains to R,Gr,Gb,B, to match the order
424 chan: The channel index, in canonical order (R, Gr, Gb, B).