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

  /external/mesa3d/src/gallium/drivers/r300/
r300_texture_desc.h 54 unsigned stride_in_bytes);
r300_texture_desc.c 206 unsigned stride_in_bytes)
208 return (stride_in_bytes / util_format_get_blocksize(format)) *
259 tex->tex.stride_in_bytes[i] = stride;
367 tex->tex.stride_in_bytes[i]);
451 tex->tex.stride_in_bytes[0]);
533 r300_stride_to_width(tex->b.b.format, tex->tex.stride_in_bytes[0]),
r300_transfer.c 193 trans->linear_texture->tex.stride_in_bytes[0];
207 trans->transfer.stride = tex->tex.stride_in_bytes[level];
r300_texture.c 944 r300_stride_to_width(format, desc->stride_in_bytes[level]);
    [all...]
r300_context.h 346 unsigned stride_in_bytes[R300_MAX_TEXTURE_LEVELS]; member in struct:r300_texture_desc
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 24 unsigned int stride_in_bytes; local
97 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s;
122 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s;
143 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes;
144 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = stride_in_bytes >> xcs;
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 3413 int32_t stride_in_bytes = stride; local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 3393 int stride_in_bytes = 0; local
3693 int32_t stride_in_bytes = stride; local
    [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
cam_types.h 501 int32_t stride_in_bytes; member in struct:__anon2163
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
cam_types.h 575 int32_t stride_in_bytes; member in struct:__anon48931
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]

Completed in 422 milliseconds