HomeSort by relevance Sort by last modified time
    Searched defs:swap_rb (Results 1 - 4 of 4) sorted by null

  /external/opencv/otherlibs/highgui/
utils.cpp 88 int swap_rb = _swap_rb ? 2 : 0; local
93 int t = descale( rgb[swap_rb]*cB + rgb[1]*cG + rgb[swap_rb^2]*cR, SCALE );
107 int swap_rb = _swap_rb ? 2 : 0; local
112 int t = descale( rgb[swap_rb]*cB + rgb[1]*cG + rgb[swap_rb^2]*cR, SCALE );
126 int swap_rb = _swap_rb ? 2 : 0; local
131 int t = descale( rgba[swap_rb]*cB + rgba[1]*cG + rgba[swap_rb^2]*cR, SCALE );
160 int swap_rb = _swap_rb ? 2 : 0 local
581 int src_cn, dst_cn, swap_rb = flags & CV_CVTIMG_SWAP_RB; local
    [all...]
  /bionic/libc/kernel/common/video/
dsscomp.h 277 __u8 swap_rb; member in struct:dss2_mgr_info
  /external/kernel-headers/original/video/
dsscomp.h 429 __u8 swap_rb; /* bool - swap red and blue */ member in struct:dss2_mgr_info
  /hardware/ti/omap4xxx/hwc/
hwc.c 151 int swap_rb; member in struct:omap4_hwc_device
    [all...]

Completed in 399 milliseconds