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

  /external/libmpeg2/decoder/
impeg2d_pnb_pic.c 496 UWORD32 offset_x, offset_y, stride; local
510 offset_x = u4_frm_offset + (ps_dec->u2_mb_x << 4);
514 ps_dec->s_dest_buf.pu1_y = ps_cur_frm_buf->pu1_y + offset_y * stride + offset_x;
519 + (offset_x >> 1);
522 + (offset_x >> 1);
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.cpp 113 float offset_x = -total_width / 2.f; local
122 ndk_helper::Mat4::Translation( iX * gap_x + offset_x, iY * gap_y + offset_y,
  /external/jpeg/
transupp.c 192 int ci, i, j, offset_x, offset_y; local
215 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) {
216 src_ptr = src_buffer[offset_x][dst_blk_y + offset_y];
217 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x];
240 int ci, i, j, offset_x, offset_y; local
265 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++)
304 int ci, i, j, offset_x, offset_y; local
473 int ci, i, j, offset_x, offset_y; local
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 1820 int offset_x = 0, offset_y = 0; local
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 1813 int offset_x = 0, offset_y = 0; local
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_interface.h 50 int32_t offset_x; member in struct:__anon3847
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 2106 int offset_x = 0, offset_y = 0; local
    [all...]
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 201 CGFloat offset_x, offset_y; local
202 offset_x = ctm.tx;
204 CGContextTranslateCTM(_context, -offset_x, -offset_y);
205 CGContextConcatCTM(_context, CGAffineTransformMake(1, 0, 0, -1, offset_x, _height + offset_y));
1050 CGFloat offset_x = (rt.origin.x) + rt.size.width \/ 2.f, local
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 2448 int offset_x = 0, offset_y = 0; local
3039 int32_t offset_x = 0, offset_y = 0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.h 82 unsigned offset_x; member in struct:r600_bytecode_tex
r600_shader.c 459 tex.offset_x = bytes[bytes_read++];
3769 uint8_t offset_x = 0, offset_y = 0, offset_z = 0; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 551 float offset_x = box_x1 - dstX; local
557 offset_x += pPixmap->screen_x;
570 (float) src_x + offset_x*diff_x, (float) src_y + offset_y*diff_y,
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 52 int block_x, block_y, offset_x, offset_y, offsetP, offset; local
91 offset_x = x_position + (block_x << 2);
93 x_pos = (offset_x << 2) + *mv++; /*quarter pel */
97 //offsetC = (offset >> 2) + (offset_x >> 1);
100 /*comp_Sl + offset + offset_x,*/
    [all...]
  /external/libpng/
pngrutil.c 2086 png_int_32 offset_x, offset_y; local
    [all...]
pngtest.c 1175 png_int_32 offset_x, offset_y; local
    [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngrutil.c 2048 png_int_32 offset_x, offset_y; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XInput.h 721 int offset_x; member in struct:__anon30114
    [all...]
XIproto.h 1317 CARD32 offset_x B32;
1399 CARD32 offset_x; member in struct:__anon30237
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XInput.h 721 int offset_x; member in struct:__anon31974
    [all...]
XIproto.h 1317 CARD32 offset_x B32;
1399 CARD32 offset_x; member in struct:__anon32095
    [all...]
  /device/asus/flo/camera/QCamera2/stack/common/
cam_types.h 291 int32_t offset_x; member in struct:__anon2770
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/common/
cam_types.h 295 int32_t offset_x; member in struct:__anon3258
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_types.h 365 int32_t offset_x; member in struct:__anon3945
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
cam_types.h 416 int32_t offset_x; member in struct:__anon25186
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 949 milliseconds