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

  /frameworks/av/media/libstagefright/codecs/avc/common/src/
fmo.cpp 133 int x, y, xDir, yDir;
152 yDir = pps->slice_group_change_direction_flag;
167 yDir = 2 * pps->slice_group_change_direction_flag - 1;
174 yDir = 1 - 2 * pps->slice_group_change_direction_flag;
176 else if (yDir == -1 && y == topBound)
181 yDir = 0;
183 else if (yDir == 1 && y == bottomBound)
188 yDir = 0;
193 y = y + yDir;
  /external/qemu/android/
multitouch-screen.h 80 * ydir Indicates row order: 1 means top-to-bottom order, -1 means
86 * In the first implementation, ydir is always -1 (bottom to top), format and
93 int ydir,
multitouch-port.h 98 * ydir - Indicates direction in which lines are arranged in the framebuffer. If
109 int ydir);
multitouch-screen.c 84 int ydir; member in struct:MTSState
261 mts_state->ydir)) {
318 mts_state->ydir)) {
346 mts_state->ydir = 1;
353 int w, int h, int ydir,
372 mts_state->ydir = ydir;
410 mts_state->ydir)) {
multitouch-port.c 416 int ydir)
422 fb, jpeg_quality, ydir);
431 int ydir)
440 _fb_compress(mtsp, fmt, fb, 10, ydir);
opengles.h 30 typedef void (*OnPostFunc)(void* context, int width, int height, int ydir,
  /external/qemu/android/utils/
jpeg-compress.h 91 * ydir - Indicates direction in which lines are arranged in the framebuffer. If
101 int ydir);
jpeg-compress.c 158 int ydir){
191 if (ydir >= 0) {
  /sdk/emulator/opengl/host/include/libOpenglRender/
render_api.h 106 * ydir Indicates row order: 1 means top-to-bottom order, -1 means
112 * In the first implementation, ydir is always -1 (bottom to top), format and
116 typedef void (*OnPostFn)(void* context, int width, int height, int ydir,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_group_map.c 305 i32 x, y, xDir, yDir, leftBound, topBound, rightBound, bottomBound;
330 yDir = (i32)sliceGroupChangeDirectionFlag;
345 yDir = 2 * (i32)sliceGroupChangeDirectionFlag - 1;
352 yDir = 1 - 2 * (i32)sliceGroupChangeDirectionFlag;
354 else if (yDir == -1 && y == topBound)
359 yDir = 0;
361 else if (yDir == 1 && y == bottomBound)
366 yDir = 0;
371 y += yDir;
  /bionic/libc/kernel/uapi/drm/
mga_drm.h 284 int height, ydir; member in struct:_drm_mga_blit
  /external/kernel-headers/original/uapi/drm/
mga_drm.h 397 int height, ydir; /* flip image vertically */ member in struct:_drm_mga_blit
  /hardware/intel/img/libdrm/shared-core/
mga_drm.h 403 int height, ydir; /* flip image vertically */ member in struct:_drm_mga_blit
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
mga_drm.h 397 int height, ydir; /* flip image vertically */ member in struct:_drm_mga_blit
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
mga_drm.h 397 int height, ydir; /* flip image vertically */ member in struct:_drm_mga_blit
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_exa.c 424 int ydir, int alu, Pixel planeMask)
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa.c 424 int ydir, int alu, Pixel planeMask)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_static.a     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_static.a     [all...]

Completed in 4641 milliseconds