OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DWINPOS
(Results
1 - 8
of
8
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayHardware.h
106
uint32_t
DWINPOS
;
OverlayPlaneBase.cpp
1028
backBuffer->
DWINPOS
= (y << 16) | x;
[
all
...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayHardware.h
110
uint32_t
DWINPOS
;
OverlayPlaneBase.cpp
1008
backBuffer->
DWINPOS
= (y << 16) | x;
[
all
...]
/hardware/intel/img/psb_video/src/
psb_overlay.h
203
uint32_t
DWINPOS
;
psb_overlay.c
571
overlay->
DWINPOS
= (dstBox->y1 << 16) | dstBox->x1;
[
all
...]
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnOverlayPlane.cpp
355
backBuffer->
DWINPOS
= (y << 16) | x;
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnOverlayPlane.cpp
410
backBuffer->
DWINPOS
= (y << 16) | x;
Completed in 283 milliseconds