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

1 2

  /external/webrtc/webrtc/common_video/
video_frame_buffer.cc 221 const int offset_x = uv_offset_x * 2; local
225 buffer->stride(kYPlane) * offset_y + offset_x;
  /external/libmpeg2/decoder/
impeg2d_pnb_pic.c 506 UWORD32 offset_x, offset_y, stride; local
520 offset_x = u4_frm_offset + (ps_dec->u2_mb_x << 4);
524 ps_dec->s_dest_buf.pu1_y = ps_cur_frm_buf->pu1_y + offset_y * stride + offset_x;
529 + (offset_x >> 1);
532 + (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,
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_interface.h 50 int32_t offset_x; member in struct:__anon5320
  /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/libjpeg-turbo/
transupp.c 345 int ci, i, j, offset_x, offset_y; local
371 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) {
372 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x];
373 src_ptr = src_buffer[offset_x][dst_blk_y + offset_y + y_crop_blocks];
398 int ci, i, j, offset_x, offset_y; local
437 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++)
479 int ci, i, j, offset_x, offset_y; local
662 int ci, i, j, offset_x, offset_y; local
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 2453 int offset_x = 0, offset_y = 0; local
3044 int32_t offset_x = 0, offset_y = 0; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 2453 int offset_x = 0, offset_y = 0; local
3044 int32_t offset_x = 0, offset_y = 0; local
    [all...]
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 169 CGFloat offset_x, offset_y; local
170 offset_x = ctm.tx;
172 CGContextTranslateCTM(_context, -offset_x, -offset_y);
173 CGContextConcatCTM(_context, CGAffineTransformMake(1, 0, 0, -1, offset_x,
970 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 2964 int offset_x = 0, offset_y = 0; local
3825 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 2109 png_int_32 offset_x, offset_y; local
    [all...]
pngtest.c 1203 png_int_32 offset_x, offset_y; local
    [all...]
  /external/opencv3/3rdparty/libpng/
pngrutil.c 1875 png_int_32 offset_x, offset_y; local
    [all...]
  /external/pdfium/third_party/lpng_v163/
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:__anon36798
    [all...]
XIproto.h 1317 CARD32 offset_x B32;
1399 CARD32 offset_x; member in struct:__anon36921
    [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:__anon38658
    [all...]
XIproto.h 1317 CARD32 offset_x B32;
1399 CARD32 offset_x; member in struct:__anon38779
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_types.h 365 int32_t offset_x; member in struct:__anon5418
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_types.h 434 int32_t offset_x; member in struct:__anon3314
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_types.h 434 int32_t offset_x; member in struct:__anon4225
    [all...]

Completed in 1777 milliseconds

1 2