OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calculateSWidthSW
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.h
63
virtual uint32_t
calculateSWidthSW
(uint32_t offset, uint32_t width);
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.h
62
virtual uint32_t
calculateSWidthSW
(uint32_t offset, uint32_t width);
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
...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnOverlayPlane.cpp
354
backBuffer->SWIDTHSW =
calculateSWidthSW
(backBuffer->OBUF_0Y,
Completed in 692 milliseconds