Searched refs:_width (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/msm8x26/kernel-headers/media/ |
D | msm_media_info.h | 30 #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 …or_fmt, _width, _height) ((VENUS_Y_STRIDE(_color_fmt, _width) * VENUS_Y_SCANLINES(_color_fmt, _h… argument 36 …efine VENUS_BUFFER_SIZE(_color_fmt, _width, _height) MSM_MEDIA_ALIGN(VENUS_BUFFER_SIZE_UNALIGNED… argument
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 308 uint32_t _width = width; in allocationCopy2DRange() local 315 …nCopy2DRange(mContext, _dstAlloc, _dstXoff, _dstYoff, _dstMip, _dstFace, _width, _height, _srcAllo… in allocationCopy2DRange() 325 uint32_t _width = width; in allocationCopy3DRange() local 333 …nCopy3DRange(mContext, _dstAlloc, _dstXoff, _dstYoff, _dstZoff, _dstMip, _width, _height, _depth, … in allocationCopy3DRange()
|