Searched refs:isYuvBuffer (Results 1 - 16 of 16) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.h216 static inline bool isYuvBuffer(const private_handle_t* hnd) { function in namespace:qhwc
245 if(isYuvBuffer(hnd)) {
255 if(isYuvBuffer(hnd)) {
H A Dhwc_utils.cpp446 } else if (UNLIKELY(isYuvBuffer(hnd))) {
801 if(isYuvBuffer(hnd)) {
955 if(isYuvBuffer(hnd) && ctx->mMDP.version >= qdutils::MDP_V4_2 &&
981 if(isYuvBuffer(hnd) && //if 90 component or downscale, use rot
1039 if(isYuvBuffer(hnd) && (transform & HWC_TRANSFORM_ROT_90)) {
H A Dhwc_mdpcomp.cpp409 if(isYuvBuffer(hnd) ) {
860 if(isYuvBuffer(hnd))
1033 if(isYuvBuffer(hnd))
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.h263 static inline bool isYuvBuffer(const private_handle_t* hnd) { function in namespace:qhwc
298 if(isYuvBuffer(hnd)) {
308 if(isYuvBuffer(hnd)) {
H A Dhwc_mdpcomp.cpp246 if((not isYuvBuffer(hnd) and has90Transform(layer)) or
397 if(isYuvBuffer(hnd) && has90Transform(layer)) {
414 (!isYuvBuffer(hnd)))
1002 if(isYuvBuffer(hnd)) {
1188 if(isYuvBuffer(hnd)) {
H A Dhwc_utils.cpp393 } else if (UNLIKELY(isYuvBuffer(hnd))) {
761 if(isYuvBuffer(hnd)) {
914 if(isYuvBuffer(hnd) && ctx->mMDP.version >= qdutils::MDP_V4_2 &&
936 if(isYuvBuffer(hnd) && //if 90 component or downscale, use rot
1003 if(isYuvBuffer(hnd) && (transform & HWC_TRANSFORM_ROT_90)) {
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.h385 static inline bool isYuvBuffer(const private_handle_t* hnd) { function in namespace:qhwc
420 if(isYuvBuffer(hnd)) {
430 if(isYuvBuffer(hnd)) {
H A Dhwc_mdpcomp.cpp310 if((not isYuvBuffer(hnd) and has90Transform(layer)) or
490 isYuvBuffer((private_handle_t *)layer->handle)) {
604 isYuvBuffer((private_handle_t *)layer->handle)) {
701 if(isYuvBuffer(hnd) && has90Transform(layer)) {
714 (!isYuvBuffer(hnd)))
1587 pipeSpecs.formatClass = isYuvBuffer(hnd) ?
1780 pipeSpecs.formatClass = isYuvBuffer(hnd) ?
2028 pipeSpecs.formatClass = isYuvBuffer(hnd) ?
2118 if(isYuvBuffer(hnd) && (transform & HWC_TRANSFORM_ROT_90)) {
H A Dhwc_utils.cpp604 if(!isYuvBuffer(hnd)) {
909 if (UNLIKELY(isYuvBuffer(hnd))) {
1449 if(isYuvBuffer(hnd)) {
1653 if(isYuvBuffer(hnd) && ctx->mMDP.version >= qdutils::MDP_V4_2 &&
1667 if(isYuvBuffer(hnd) && //if 90 component or downscale, use rot
1702 if(isYuvBuffer(hnd)) {
1717 if(isYuvBuffer(hnd)) {
1776 if(isYuvBuffer(hnd) && (transform & HWC_TRANSFORM_ROT_90)) {
1907 if(isYuvBuffer(hnd) && (transform & HWC_TRANSFORM_ROT_90)) {
H A Dhwc_virtual.cpp327 if(hnd && !isYuvBuffer(hnd)) {
H A Dhwc.cpp149 if (UNLIKELY(isYuvBuffer(hnd)) && canUseRotator(ctx, dpy) &&
682 if(hnd && !isYuvBuffer(hnd)) {
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.h358 static inline bool isYuvBuffer(const private_handle_t* hnd) { function in namespace:qhwc
393 if(isYuvBuffer(hnd)) {
403 if(isYuvBuffer(hnd)) {
H A Dhwc_mdpcomp.cpp303 if((not isYuvBuffer(hnd) and has90Transform(layer)) or
531 isYuvBuffer((private_handle_t *)list->hwLayers[index].handle)) {
597 if(isYuvBuffer(hnd) && has90Transform(layer)) {
610 (!isYuvBuffer(hnd)))
1431 if(isYuvBuffer(hnd)) {
1660 if(isYuvBuffer(hnd)) {
1872 if(isYuvBuffer(hnd)) {
1885 ePipeType rightType = isYuvBuffer(hnd) ?
1961 if(isYuvBuffer(hnd) && (transform & HWC_TRANSFORM_ROT_90)) {
H A Dhwc_utils.cpp572 if(!isYuvBuffer(hnd)) {
862 if (UNLIKELY(isYuvBuffer(hnd))) {
1390 if(isYuvBuffer(hnd)) {
1594 if(isYuvBuffer(hnd) && ctx->mMDP.version >= qdutils::MDP_V4_2 &&
1608 if(isYuvBuffer(hnd) && //if 90 component or downscale, use rot
1643 if(isYuvBuffer(hnd)) {
1658 if(isYuvBuffer(hnd)) {
1717 if(isYuvBuffer(hnd) && (transform & HWC_TRANSFORM_ROT_90)) {
1845 if(isYuvBuffer(hnd) && (transform & HWC_TRANSFORM_ROT_90)) {
H A Dhwc_virtual.cpp272 if(hnd && !isYuvBuffer(hnd)) {
H A Dhwc.cpp585 if(hnd && !isYuvBuffer(hnd)) {

Completed in 232 milliseconds