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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 403 int tmp_w = src_crop_width; local
407 tmp_w = src_crop_width*copybitsMaxScale;
410 tmp_w = src_crop_width/copybitsMinScale;
412 tmp_w = (tmp_w/2)*2;
415 ALOGE("%s:%d::tmp_w = %d,tmp_h = %d",__FUNCTION__,__LINE__,tmp_w,tmp_h);
419 if (0 == alloc_buffer(&tmpHnd, tmp_w, tmp_h, fbHandle->format, usage)){
422 tmp_dst.w = tmp_w;
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp 427 int tmp_w = src_crop_width; local
431 tmp_w = src_crop_width*copybitsMaxScale;
434 tmp_w = src_crop_width/copybitsMinScale;
436 tmp_w = (tmp_w/2)*2;
439 ALOGD("%s:%d::tmp_w = %d,tmp_h = %d",__FUNCTION__,__LINE__,tmp_w,tmp_h);
449 if (0 == alloc_buffer(&tmpHnd, tmp_w, tmp_h, format, usage)){
452 tmp_dst.w = tmp_w;
  /external/v8/test/cctest/
test-utils-arm64.cc 337 Register tmp_w = tmp.W(); local
359 __ Add(tmp_w, wcsp, 4 * kXRegSize);
360 __ Str(tmp_w, MemOperand(dump_base, wsp_offset));
409 __ Str(tmp_w, MemOperand(dump2, tmp.code() * kWRegSize));
  /external/vixl/test/
test-utils-a64.cc 367 Register tmp_w = tmp.W(); local
390 __ Add(tmp_w, wsp, 4 * kXRegSizeInBytes);
391 __ Str(tmp_w, MemOperand(dump_base, wsp_offset));
447 __ Str(tmp_w, MemOperand(dump2, tmp.code() * kWRegSizeInBytes));
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 497 int tmp_w = src_crop_width; local
501 tmp_w = (int)((float)src_crop_width*copybitsMaxScale);
504 // ceil the tmp_w and tmp_h value to maintain proper ratio
507 tmp_w = (int)ceil((float)src_crop_width/copybitsMinScale);
510 ALOGD("%s:%d::tmp_w = %d,tmp_h = %d",__FUNCTION__,__LINE__,tmp_w,tmp_h);
520 if (0 == alloc_buffer(&tmpHnd, tmp_w, tmp_h, format, usage) && tmpHnd) {
523 tmp_dst.w = tmp_w;
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 873 int tmp_w = src_crop_width; local
877 tmp_w = (int)((float)src_crop_width*copybitsMaxScale);
880 // ceil the tmp_w and tmp_h value to maintain proper ratio
883 tmp_w = (int)ceil((float)src_crop_width/copybitsMinScale);
886 ALOGD("%s:%d::tmp_w = %d,tmp_h = %d",__FUNCTION__,__LINE__,tmp_w,tmp_h);
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.cpp 926 int tmp_w = src_crop_width; local
    [all...]

Completed in 147 milliseconds