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

  /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...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 346 unsigned stride_in_bytes[R300_MAX_TEXTURE_LEVELS]; member in struct:r300_texture_desc
  /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...]

Completed in 859 milliseconds