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

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 333 float w_scale = ((float)crop_w / (float)dst_w); local
346 if((w_scale > 1.0f) || (h_scale > 1.0f)) {
349 const float w_dscale = w_scale;
383 if((w_scale < 1.0f) || (h_scale < 1.0f)) {
386 const float w_uscale = 1.0f / w_scale;
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 359 float w_scale = ((float)crop_w / (float)dst_w); local
371 if((w_scale > 1.0f) || (h_scale > 1.0f)) {
374 const float w_dscale = w_scale;
408 if((w_scale < 1.0f) || (h_scale < 1.0f)) {
411 const float w_uscale = 1.0f / w_scale;
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_mdpcomp.cpp 413 float w_scale = ((float)crop_w / (float)dst_w); local
426 if((w_scale > 1.0f) || (h_scale > 1.0f)) {
428 const float w_dscale = w_scale;
463 if((w_scale < 1.0f) || (h_scale < 1.0f)) {
465 const float w_uscale = 1.0f / w_scale;
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp 417 float w_scale = ((float)crop_w / (float)dst_w); local
430 if((w_scale > 1.0f) || (h_scale > 1.0f)) {
432 const float w_dscale = w_scale;
467 if((w_scale < 1.0f) || (h_scale < 1.0f)) {
469 const float w_uscale = 1.0f / w_scale;
    [all...]

Completed in 180 milliseconds