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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 518 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index];
519 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex];
651 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index];
652 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex];
655 if(!mCurrentFrame.isFBComposed[nYuvIndex]) {
656 mCurrentFrame.isFBComposed[nYuvIndex] = true;
660 if(mCurrentFrame.isFBComposed[nYuvIndex]) {
661 mCurrentFrame.isFBComposed[nYuvIndex] = false;
832 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index];
834 if(mCurrentFrame.isFBComposed[nYuvIndex])
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_ad.cpp 162 int nYuvIndex = ctx->listStats[HWC_DISPLAY_PRIMARY].yuvIndices[0];
163 const hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex];
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_ad.cpp 130 int nYuvIndex = ctx->listStats[HWC_DISPLAY_PRIMARY].yuvIndices[0];
131 const hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex];
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_ad.cpp 147 int nYuvIndex = ctx->listStats[HWC_DISPLAY_PRIMARY].yuvIndices[0];
148 const hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex];
hwc_mdpcomp.cpp 646 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index];
647 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex];
774 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index];
775 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex];
778 if(!mCurrentFrame.isFBComposed[nYuvIndex]) {
779 mCurrentFrame.isFBComposed[nYuvIndex] = true;
783 if(mCurrentFrame.isFBComposed[nYuvIndex]) {
784 mCurrentFrame.isFBComposed[nYuvIndex] = false;
    [all...]

Completed in 76 milliseconds