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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 408 int tmp_w = src_crop_width; local
412 tmp_w = src_crop_width*copybitsMaxScale;
415 tmp_w = src_crop_width/copybitsMinScale;
417 tmp_w = (tmp_w/2)*2;
420 ALOGE("%s:%d::tmp_w = %d,tmp_h = %d",__FUNCTION__,__LINE__,tmp_w,tmp_h);
424 if (0 == alloc_buffer(&tmpHnd, tmp_w, tmp_h, fbHandle->format, usage)){
427 tmp_dst.w = tmp_w;
  /external/vixl/test/aarch64/
test-utils-aarch64.cc 403 Register tmp_w = tmp.W(); local
426 __ Add(tmp_w, wsp, 4 * kXRegSizeInBytes);
427 __ Str(tmp_w, MemOperand(dump_base, wsp_offset));
489 __ Str(tmp_w, MemOperand(dump2, tmp.GetCode() * 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...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.cpp 1050 int tmp_w = src_crop_width; local
    [all...]

Completed in 105 milliseconds