OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isYuvBuffer
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/libhwcomposer/
hwc_utils.h
217
static inline bool
isYuvBuffer
(const private_handle_t* hnd) {
246
if(
isYuvBuffer
(hnd)) {
256
if(
isYuvBuffer
(hnd)) {
hwc_utils.cpp
446
} else if (UNLIKELY(
isYuvBuffer
(hnd))) {
794
if(
isYuvBuffer
(hnd)) {
946
if(
isYuvBuffer
(hnd) && ctx->mMDP.version >= qdutils::MDP_V4_2 &&
961
if(
isYuvBuffer
(hnd) && //if 90 component or downscale, use rot
[
all
...]
hwc_mdpcomp.cpp
399
if(
isYuvBuffer
(hnd) ) {
844
if(
isYuvBuffer
(hnd))
[
all
...]
Completed in 457 milliseconds