Home
last modified time | relevance | path

Searched defs:_height (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/qcom/msm8x26/kernel-headers/media/
H A Dmsm_media_info.h35 #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/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.cpp309 uint32_t _height = height; in allocationCopy2DRange() local
326 uint32_t _height = height; in allocationCopy3DRange() local