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

1 2 3

  /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...]
  /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/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/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 2106 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:__anon5320
  /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);
  /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/opencv3/modules/objdetect/src/opencl/
objdetect_hog.cl 92 const int offset_x = gidX * cblock_stride_x + (cell_x << 2) + cell_thread_x;
96 grad + offset_y * grad_quadstep + (offset_x << 1) : grad;
98 qangle + offset_y * qangle_step + (offset_x << 1) : qangle;
451 int offset_x = i - offset_y * cdescr_width;
453 hist[offset_y * img_block_width * cblock_hist_size + offset_x];
525 int offset_x = i - offset_y * cdescr_width;
526 descriptor[i] = hist[offset_y * img_block_width * cblock_hist_size + offset_x];
  /external/opencv3/modules/cudaobjdetect/src/cuda/
hog.cu 133 const int offset_x = (blockIdx.x * blockDim.z + block_x) * cblock_stride_x +
137 const float* grad_ptr = grad.ptr(offset_y) + offset_x * 2;
138 const unsigned char* qangle_ptr = qangle.ptr(offset_y) + offset_x * 2;
351 int offset_x = i - offset_y * cdescr_width;
352 product += coefs[i] * hist[offset_y * img_block_width * cblock_hist_size + offset_x];
413 int offset_x = i - offset_y * cdescr_width;
414 product += coefs[i] * hist[offset_y * img_block_width * cblock_hist_size + offset_x];
473 int offset_x = i - offset_y * cdescr_width;
474 descriptor[i] = hist[offset_y * img_block_width * cblock_hist_size + offset_x];
    [all...]
  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc 38 int offset_x,
335 int offset_x,
344 ConvertToI420(kI420, source_data, offset_x, offset_y, source_width,
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.h 82 unsigned offset_x; member in struct:r600_bytecode_tex
  /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...]
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg.c 338 if ((src_buf->crop.width + src_buf->crop.offset_x > src_buf->src_dim.width) ||
344 src_buf->crop.offset_x,
356 thumbnail.left = src_buf->crop.offset_x;
400 if ((src_buf->crop.width + src_buf->crop.offset_x > src_buf->src_dim.width) ||
403 src_buf->crop.width + src_buf->crop.offset_x,
422 rect_type_in.nLeft = src_buf->crop.offset_x;
    [all...]
mm_jpeg_interface.c 69 buf_info->src_imgs.src_img[i].crop.offset_x, buf_info->src_imgs.src_img[i].crop.offset_y
  /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/HAL/core/src/
QCameraStream.cpp 342 mCrop.offset_x = v4l2_crop.left;
QCameraHWI_Preview.cpp     [all...]
  /external/libpng/
pngget.c 841 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
847 offset_x != NULL && offset_y != NULL && unit_type != NULL)
849 *offset_x = info_ptr->x_offset;
    [all...]
pngtest.c 1203 png_int_32 offset_x, offset_y; 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,
  /external/opencv3/3rdparty/libpng/
pngget.c 777 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
782 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
784 *offset_x = info_ptr->x_offset;
  /external/pdfium/third_party/lpng_v163/
pngget.c 801 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
806 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
808 *offset_x = info_ptr->x_offset;
    [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...]
  /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...]

Completed in 760 milliseconds

1 2 3