HomeSort by relevance Sort by last modified time
    Searched refs:stride_in_bytes (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/
r300_texture_desc.h 54 unsigned stride_in_bytes);
r300_transfer.c 183 trans->linear_texture->tex.stride_in_bytes[0];
198 trans->transfer.stride = tex->tex.stride_in_bytes[level];
r300_texture_desc.c 210 unsigned stride_in_bytes)
212 return (stride_in_bytes / util_format_get_blocksize(format)) *
263 tex->tex.stride_in_bytes[i] = stride;
371 tex->tex.stride_in_bytes[i]);
471 r300_stride_to_width(tex->b.b.format, tex->tex.stride_in_bytes[0]),
r300_texture.c 836 r300_stride_to_width(format, desc->stride_in_bytes[level]);
889 r300_stride_to_width(surf->base.format, tex->tex.stride_in_bytes[level]);
933 tex->tex.stride_in_bytes[0], whandle);
    [all...]
r300_context.h 355 unsigned stride_in_bytes[R300_MAX_TEXTURE_LEVELS]; member in struct:r300_texture_desc
r300_state.c 769 tex->tex.stride_in_bytes[0]);
    [all...]
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 26 unsigned int stride_in_bytes; local
132 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s;
171 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes;
172 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = stride_in_bytes >> xcs;
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 2631 int32_t stride_in_bytes = stride; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 2631 int32_t stride_in_bytes = stride; local
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 3261 int32_t stride_in_bytes = stride; local
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_types.h 437 int32_t stride_in_bytes; member in struct:__anon3314
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_types.h 437 int32_t stride_in_bytes; member in struct:__anon4225
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
cam_types.h 485 int32_t stride_in_bytes; member in struct:__anon31839
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]

Completed in 642 milliseconds