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

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_fbupdate.cpp 143 pipeSpecs.needsScaling = qhwc::needsScaling(layer);
309 pipeSpecs.needsScaling = qhwc::needsScaling(layer);
457 pipeSpecs.needsScaling = qhwc::needsScaling(layer);
hwc_mdpcomp.cpp 460 if(!isSameRect(res, dstRect) && needsScaling (layer)) {
496 if(!needsScaling(layer) && !layer->transform)
568 if(!isSameRect(res, dstRect) && needsScaling (layer)) {
610 if(!needsScaling(layer) && !layer->transform)
761 qhwc::needsScaling(layer))
    [all...]
hwc_utils.h 244 bool needsScaling(hwc_layer_1_t const* layer);
hwc_utils.cpp 712 bool needsScaling(hwc_layer_1_t const* layer) {
783 if(needsScaling(layer) && isAlphaPresent(layer)) {
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_fbupdate.cpp 149 pipeSpecs.needsScaling = qhwc::needsScaling(layer);
315 pipeSpecs.needsScaling = qhwc::needsScaling(layer);
463 pipeSpecs.needsScaling = qhwc::needsScaling(layer);
hwc_mdpcomp.cpp 471 if(!isSameRect(res, dstRect) && needsScaling (layer)) {
507 if(!needsScaling(layer) && !layer->transform)
579 if(!isSameRect(res, dstRect) && needsScaling (layer)) {
622 if(!needsScaling(layer) && !layer->transform)
861 && (has90Transform(layer) || needsScaling(layer))) {
    [all...]
hwc_utils.h 264 bool needsScaling(hwc_layer_1_t const* layer);
hwc_copybit.cpp 202 if(!needsScaling(&list->hwLayers[changingLayerIndex])){
428 (needsScaling(tmpLayer) == true)) {
    [all...]
hwc_utils.cpp 699 bool needsScaling(hwc_layer_1_t const* layer) {
770 if(needsScaling(layer) && isAlphaPresent(layer)) {
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlay.cpp 169 if(not pipeSpecs.needsScaling) {
187 if(dest == OV_INVALID and (not pipeSpecs.needsScaling)) {
201 if(not pipeSpecs.needsScaling) {
218 if(dest == OV_INVALID and (not pipeSpecs.needsScaling)) {
229 if(pipeSpecs.formatClass == FORMAT_YUV or pipeSpecs.needsScaling) {
overlay.h 56 PipeSpecs() : formatClass(FORMAT_RGB), needsScaling(false), fb(false),
59 bool needsScaling;
  /hardware/qcom/display/msm8226/liboverlay/
overlay.cpp 171 if(not pipeSpecs.needsScaling) {
189 if(dest == OV_INVALID and (not pipeSpecs.needsScaling)) {
203 if((not pipeSpecs.needsScaling) and
222 if(dest == OV_INVALID and (not pipeSpecs.needsScaling) and
235 if(pipeSpecs.formatClass == FORMAT_YUV or pipeSpecs.needsScaling) {
overlay.h 56 PipeSpecs() : formatClass(FORMAT_RGB), needsScaling(false), fb(false),
59 bool needsScaling;
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 169 bool needsScaling(hwc_layer_1_t const* layer);
hwc_mdpcomp.cpp 872 if(!qhwc::needsScaling(layer) && !ctx->mNeedsRotator
    [all...]
hwc_utils.cpp 361 bool needsScaling(hwc_layer_1_t const* layer) {
380 if(needsScaling(layer) && isAlphaPresent(layer)) {
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h 189 bool needsScaling(hwc_context_t* ctx, hwc_layer_1_t const* layer, const int& dpy);
hwc_mdpcomp.cpp     [all...]
hwc_utils.cpp 303 bool needsScaling(hwc_context_t* ctx, hwc_layer_1_t const* layer,
324 if(needsScaling(ctx, layer, dpy) && isAlphaPresent(layer)) {
    [all...]

Completed in 1046 milliseconds