OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isYUVDoable
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h
146
bool
isYUVDoable
(hwc_context_t* ctx, hwc_layer_1_t* layer);
hwc_mdpcomp.cpp
527
bool MDPComp::
isYUVDoable
(hwc_context_t* ctx, hwc_layer_1_t* layer) {
649
if(!
isYUVDoable
(ctx, layer)) {
[
all
...]
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.h
155
bool
isYUVDoable
(hwc_context_t* ctx, hwc_layer_1_t* layer);
hwc_mdpcomp.cpp
662
bool MDPComp::
isYUVDoable
(hwc_context_t* ctx, hwc_layer_1_t* layer) {
775
if(!
isYUVDoable
(ctx, layer)) {
[
all
...]
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.h
146
bool
isYUVDoable
(hwc_context_t* ctx, hwc_layer_1_t* layer);
hwc_mdpcomp.cpp
510
bool MDPComp::
isYUVDoable
(hwc_context_t* ctx, hwc_layer_1_t* layer) {
638
if(!
isYUVDoable
(ctx, layer)) {
[
all
...]
Completed in 1006 milliseconds