HomeSort by relevance Sort by last modified time
    Searched refs:pitch2 (Results 1 - 6 of 6) sorted by null

  /development/perftests/panorama/feature_mos/src/mosaic/
Pyramid.cpp 241 int pitch2 = pitch << 1; local
242 np = p + pitch2;
243 for (; s < ls; s = ns, ns += out->pitch, p = np, np += pitch2) {
245 *s = (short)((((int) p[-pitch2]) + ((int) p[pitch2]) + 8 + // 1
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.cpp 241 int pitch2 = pitch << 1; local
242 np = p + pitch2;
243 for (; s < ls; s = ns, ns += out->pitch, p = np, np += pitch2) {
245 *s = (short)((((int) p[-pitch2]) + ((int) p[pitch2]) + 8 + // 1
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.cpp 235 int pitch2 = pitch << 1; local
236 np = p + pitch2;
237 for (; s < ls; s = ns, ns += out->pitch, p = np, np += pitch2) {
239 *s = (short)((((int) p[-pitch2]) + ((int) p[pitch2]) + 8 + // 1
  /hardware/intel/img/psb_video/src/
psb_overlay.c 1033 int pitch = 0, pitch2 = 0; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
riva_mmio.h 434 U032 pitch2; member in struct:_riva_hw_state
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h 397 const uint8* plane2, uint32 pitch2,
413 r2 += pitch2;
    [all...]

Completed in 867 milliseconds