Home
last modified time | relevance | path

Searched defs:_width (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/qcom/msm8x26/kernel-headers/media/
H A Dmsm_media_info.h30 #define VENUS_Y_STRIDE(_color_fmt, _width) MSM_MEDIA_ALIGN(_width, 128) argument
31 #define VENUS_UV_STRIDE(_color_fmt, _width) MSM_MEDIA_ALIGN(_width, 128) argument
32 #define VENUS_Y_SCANLINES(_color_fmt, _width) MSM_MEDIA_ALIGN(_width, 32) argument
34 #define VENUS_UV_SCANLINES(_color_fmt, _width) MSM_MEDIA_ALIGN(_width, 16) argument
35 #define VENUS_BUFFER_SIZE_UNALIGNED(_color_fmt, _width, _height) ((VENUS_Y_STRIDE(_color_fmt, _wi… argument
36 #define VENUS_BUFFER_SIZE(_color_fmt, _width, _height) MSM_MEDIA_ALIGN(VENUS_BUFFER_SIZE_UNALIGNE… argument
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dv4l2-dv-timings.h22 #define V4L2_INIT_BT_TIMINGS(_width,args...) {.bt = { _width, ##args } } argument
24 #define V4L2_INIT_BT_TIMINGS(_width,args...) . bt = { _width, ##args } argument
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamInterface.h113 OutputStreamInfo(int _width, int _height, int _format, android_dataspace _dataSpace, in OutputStreamInfo()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DContext.cpp308 uint32_t _width = width; in allocationCopy2DRange() local
325 uint32_t _width = width; in allocationCopy3DRange() local