OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:calculateSWidthSW
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp
797
uint32_t OverlayPlaneBase::
calculateSWidthSW
(uint32_t offset, uint32_t width)
856
swidthy =
calculateSWidthSW
(offsety, width);
857
swidthuv =
calculateSWidthSW
(offsetu, width / 2);
[
all
...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp
776
uint32_t OverlayPlaneBase::
calculateSWidthSW
(uint32_t offset, uint32_t width)
836
swidthy =
calculateSWidthSW
(offsety, width);
837
swidthuv =
calculateSWidthSW
(offsetu, width / 2);
[
all
...]
Completed in 477 milliseconds