OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:configRotator
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp
831
static inline int
configRotator
(Rotator *rot, const Whf& whf,
981
if(
configRotator
(*rot, whf, origWhf, mdpFlags, orient, downscale) < 0)
[
all
...]
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp
798
int
configRotator
(Rotator *rot, const Whf& whf,
942
if(
configRotator
(*rot, whf, crop, mdpFlags, orient, downscale) < 0) {
943
ALOGE("%s:
configRotator
failed!", __FUNCTION__);
[
all
...]
hwc_utils.h
218
int
configRotator
(overlay::Rotator *rot, const ovutils::Whf& whf,
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp
792
static inline int
configRotator
(Rotator *rot, const Whf& whf,
927
if(
configRotator
(*rot, whf, mdpFlags, orient, downscale) < 0)
982
if(
configRotator
(*rot, whf, mdpFlagsL, orient, downscale) < 0)
[
all
...]
Completed in 981 milliseconds