OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yscaleIntUV
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnOverlayPlane.cpp
308
int
yscaleIntUV
, yscaleFractUV;
404
yscaleIntUV
= yscaleFractUV >> 12;
432
newval = yscaleInt << 16 |
yscaleIntUV
;
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnOverlayPlane.cpp
363
int
yscaleIntUV
, yscaleFractUV;
472
yscaleIntUV
= yscaleFractUV >> 12;
500
newval = yscaleInt << 16 |
yscaleIntUV
;
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp
976
int
yscaleIntUV
, yscaleFractUV;
1043
yscaleIntUV
= yscaleFractUV >> 12;
1071
newval = yscaleInt << 16 |
yscaleIntUV
;
[
all
...]
/hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp
996
int
yscaleIntUV
, yscaleFractUV;
1066
yscaleIntUV
= yscaleFractUV >> 12;
1094
newval = yscaleInt << 16 |
yscaleIntUV
;
[
all
...]
/hardware/intel/img/psb_video/src/
psb_overlay.c
592
int
yscaleIntUV
, yscaleFractUV;
634
yscaleIntUV
= yscaleFractUV >> 12;
670
newval = yscaleInt << 16 |
yscaleIntUV
;
[
all
...]
Completed in 43 milliseconds