OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VENUS_BUFFER_SIZE_UNALIGNED
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/msm8x09/kernel-headers/media/
msm_media_info.h
35
#define
VENUS_BUFFER_SIZE_UNALIGNED
(_color_fmt,_width,_height) ((VENUS_Y_STRIDE(_color_fmt, _width) * VENUS_Y_SCANLINES(_color_fmt, _height)) + (VENUS_UV_STRIDE(_color_fmt, _width) * VENUS_UV_SCANLINES(_color_fmt, _height) + 4096))
36
#define VENUS_BUFFER_SIZE(_color_fmt,_width,_height) MSM_MEDIA_ALIGN(
VENUS_BUFFER_SIZE_UNALIGNED
(_color_fmt, _width, _height), 4096)
/hardware/qcom/msm8x09/original-kernel-headers/media/
msm_media_info.h
35
#define
VENUS_BUFFER_SIZE_UNALIGNED
(_color_fmt, _width, _height) ((VENUS_Y_STRIDE(_color_fmt, _width) * VENUS_Y_SCANLINES(_color_fmt, _height)) + (VENUS_UV_STRIDE(_color_fmt, _width) * VENUS_UV_SCANLINES(_color_fmt, _height) + 4096))
36
#define VENUS_BUFFER_SIZE(_color_fmt, _width, _height) MSM_MEDIA_ALIGN(
VENUS_BUFFER_SIZE_UNALIGNED
(_color_fmt, _width, _height),4096)
/hardware/qcom/msm8x26/kernel-headers/media/
msm_media_info.h
35
#define
VENUS_BUFFER_SIZE_UNALIGNED
(_color_fmt, _width, _height) ((VENUS_Y_STRIDE(_color_fmt, _width) * VENUS_Y_SCANLINES(_color_fmt, _height)) + (VENUS_UV_STRIDE(_color_fmt, _width) * VENUS_UV_SCANLINES(_color_fmt, _height) + 4096))
36
#define VENUS_BUFFER_SIZE(_color_fmt, _width, _height) MSM_MEDIA_ALIGN(
VENUS_BUFFER_SIZE_UNALIGNED
(_color_fmt, _width, _height),4096)
Completed in 421 milliseconds