HomeSort by relevance Sort by last modified time
    Searched refs:swap_rb (Results 1 - 7 of 7) 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...]
utils.h 60 CvSize size, int swap_rb=0 );
63 CvSize size, int swap_rb=0 );
66 CvSize size, int swap_rb=0 );
71 CvSize size, int swap_rb=0 );
  /external/chromium_org/third_party/libwebp/enc/
picture_csp.c 335 int step, int swap_rb, int import_alpha) {
337 const uint8_t* const r_ptr = rgb + (swap_rb ? 2 : 0);
339 const uint8_t* const b_ptr = rgb + (swap_rb ? 0 : 2);
  /external/webp/src/enc/
picture_csp.c 335 int step, int swap_rb, int import_alpha) {
337 const uint8_t* const r_ptr = rgb + (swap_rb ? 2 : 0);
339 const uint8_t* const b_ptr = rgb + (swap_rb ? 0 : 2);
  /hardware/ti/omap4-aah/kernel-headers-ti/video/
dsscomp.h 296 __u8 swap_rb; member in struct:dss2_mgr_info
  /hardware/ti/omap4xxx/hwc/
hwc.c 151 int swap_rb; member in struct:omap4_hwc_device
    [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 192 int swap_rb; member in struct:omap4_hwc_device
    [all...]

Completed in 359 milliseconds