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

1 2

  /external/webrtc/webrtc/common_video/
video_frame_buffer.cc 222 const int offset_y = uv_offset_y * 2; local
225 buffer->stride(kYPlane) * offset_y + offset_x;
  /external/libmpeg2/decoder/
impeg2d_pnb_pic.c 520 UWORD32 offset_x, offset_y, stride; local
536 offset_y = (ps_dec->u2_mb_y << 4);
538 ps_dec->s_dest_buf.pu1_y = ps_cur_frm_buf->pu1_y + offset_y * stride + offset_x;
542 ps_dec->s_dest_buf.pu1_u = ps_cur_frm_buf->pu1_u + (offset_y >> 1) * stride
545 ps_dec->s_dest_buf.pu1_v = ps_cur_frm_buf->pu1_v + (offset_y >> 1) * stride
  /external/webrtc/webrtc/test/
frame_generator.cc 203 int offset_y = (current_source_frame_->stride(PlaneType::kYPlane) * local
214 &current_source_frame_->buffer(PlaneType::kYPlane)[offset_y],
  /external/libjpeg-turbo/
transupp.c 99 int ci, offset_y; local
119 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) {
120 jcopy_block_row(src_buffer[offset_y] + x_crop_blocks,
121 dst_buffer[offset_y],
138 int ci, k, offset_y; local
161 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++)
205 int ci, k, offset_y; local
267 int ci, i, j, offset_y; local
346 int ci, i, j, offset_x, offset_y; local
399 int ci, i, j, offset_x, offset_y; local
480 int ci, i, j, offset_x, offset_y; local
551 int ci, i, j, offset_y; local
663 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...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 3120 int offset_x = 0, offset_y = 0; local
4008 int32_t offset_x = 0, offset_y = 0; local
    [all...]
  /external/ImageMagick/coders/
psd.c 161 offset_y;
158 offset_y; member in struct:_LayerInfo
    [all...]
xcf.c 154 offset_y;
771 outLayer->image->page.y=outLayer->offset_y;
839 outLayer->offset_y = ReadBlobMSBSignedLong(image);
951 GIMP_DRAWABLE (layer_mask)->offset_y = GIMP_DRAWABLE (layer)->offset_y;
152 offset_y; member in struct:__anon12829
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.h 83 unsigned offset_y; member in struct:r600_bytecode_tex
r600_shader.c 460 tex.offset_y = 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 552 float offset_y = box_y1 - dstY; local
558 offset_y += pPixmap->screen_y;
570 (float) src_x + offset_x*diff_x, (float) src_y + offset_y*diff_y,
  /external/syslinux/com32/lib/libpng/
pngtest.c 1015 png_int_32 offset_x, offset_y; local
1018 if (png_get_oFFs(read_ptr, read_info_ptr, &offset_x, &offset_y,
1021 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type);
    [all...]
pngrutil.c 1610 png_int_32 offset_x, offset_y; local
    [all...]
  /external/libpng/
pngrutil.c 2111 png_int_32 offset_x, offset_y; local
    [all...]
pngtest.c 1210 png_int_32 offset_x, offset_y; local
    [all...]
  /external/pdfium/third_party/libpng16/
pngrutil.c 2109 png_int_32 offset_x, offset_y; local
    [all...]
  /external/skia/third_party/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XInput.h 722 int offset_y; member in struct:__anon46635
    [all...]
XIproto.h 1318 CARD32 offset_y B32;
1400 CARD32 offset_y; member in struct:__anon46758
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XInput.h 722 int offset_y; member in struct:__anon48498
    [all...]
XIproto.h 1318 CARD32 offset_y B32;
1400 CARD32 offset_y; member in struct:__anon48619
    [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
cam_types.h 495 int32_t offset_y; member in struct:__anon3506
508 uint32_t offset_y; member in struct:__anon3507
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_types.h 435 int32_t offset_y; member in struct:__anon4125
    [all...]

Completed in 890 milliseconds

1 2