HomeSort by relevance Sort by last modified time
    Searched full:rgb_out (Results 1 - 3 of 3) sorted by null

  /packages/apps/Camera2/jni/
tinyplanet.cc 140 unsigned char * rgb_out = (unsigned char * )destination; local
142 StereographicProjection(scale, angle, rgb_in, width, height, rgb_out, output_size, output_size);
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 139 unsigned char * rgb_out = (unsigned char * )destination; local
141 StereographicProjection(scale,angle, rgb_in, width, height, rgb_out, output_size, output_size);
  /external/mesa3d/src/gallium/state_trackers/vega/
asm_fill.h 363 * RGB_out = (1 - A_dst) * RGB_src + (1 - A_src) * RGB_dst +

Completed in 204 milliseconds