HomeSort by relevance Sort by last modified time
    Searched refs:isYuvBuffer (Results 1 - 17 of 17) sorted by null

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 216 static inline bool isYuvBuffer(const private_handle_t* hnd) {
245 if(isYuvBuffer(hnd)) {
255 if(isYuvBuffer(hnd)) {
hwc_utils.cpp 446 } 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
    [all...]
hwc_mdpcomp.cpp 409 if(isYuvBuffer(hnd) ) {
860 if(isYuvBuffer(hnd))
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h 263 static inline bool isYuvBuffer(const private_handle_t* hnd) {
298 if(isYuvBuffer(hnd)) {
308 if(isYuvBuffer(hnd)) {
hwc_mdpcomp.cpp 246 if((not isYuvBuffer(hnd) and has90Transform(layer)) or
397 if(isYuvBuffer(hnd) && has90Transform(layer)) {
414 (!isYuvBuffer(hnd)))
    [all...]
hwc_utils.cpp 393 } 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
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 385 static inline bool isYuvBuffer(const private_handle_t* hnd) {
420 if(isYuvBuffer(hnd)) {
430 if(isYuvBuffer(hnd)) {
hwc_mdpcomp.cpp 310 if((not isYuvBuffer(hnd) and has90Transform(layer)) or
491 isYuvBuffer((private_handle_t *)layer->handle)) {
605 isYuvBuffer((private_handle_t *)layer->handle)) {
702 if(isYuvBuffer(hnd) && has90Transform(layer)) {
715 (!isYuvBuffer(hnd)))
    [all...]
hwc_utils.cpp 604 if(!isYuvBuffer(hnd)) {
909 if (UNLIKELY(isYuvBuffer(hnd))) {
    [all...]
hwc_virtual.cpp 327 if(hnd && !isYuvBuffer(hnd)) {
hwc.cpp 149 if (UNLIKELY(isYuvBuffer(hnd)) && canUseRotator(ctx, dpy) &&
682 if(hnd && !isYuvBuffer(hnd)) {
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 406 static inline bool isYuvBuffer(const private_handle_t* hnd) {
445 if(isYuvBuffer(hnd)) {
455 if(isYuvBuffer(hnd)) {
hwc_utils.cpp 591 if(!isYuvBuffer(hnd)) {
869 if (UNLIKELY(isYuvBuffer(hnd))) {
    [all...]
hwc_mdpcomp.cpp 502 isYuvBuffer((private_handle_t *)layer->handle)) {
617 isYuvBuffer(hnd)) {
727 (!isYuvBuffer(hnd)))
    [all...]
hwc_virtual.cpp 365 if(hnd && !isYuvBuffer(hnd)) {
hwc.cpp 667 if(hnd && !isYuvBuffer(hnd)) {
hwc_copybit.cpp 205 if( hnd && !isYuvBuffer(hnd))
    [all...]

Completed in 128 milliseconds