OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:width_align
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/msm8996/sdm/include/private/
hw_info_types.h
222
int
width_align
= 0; // ROI width alignment restriction
member in struct:sdm::HWPanelInfo
241
(left_align != panel_info.left_align) || (
width_align
!= panel_info.
width_align
) ||
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_device.cpp
730
hw_panel_info_.left_align, hw_panel_info_.
width_align
,
783
panel_info->
width_align
= atoi(tokens[1]);
[
all
...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp
215
const unsigned int
width_align
= 32;
local
217
unsigned int stride = (width +
width_align
-1) & (~(
width_align
-1));
[
all
...]
Completed in 177 milliseconds