/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_copybit.cpp | 409 int tmp_h = src_crop_height; local 413 tmp_h = src_crop_height*copybitsMaxScale; 416 tmp_h = src_crop_height/copybitsMinScale; 418 tmp_h = (tmp_h/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)){ 428 tmp_dst.h = tmp_h;
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_copybit.cpp | 498 int tmp_h = src_crop_height; local 502 tmp_h = (int)((float)src_crop_height*copybitsMaxScale); 504 // ceil the tmp_w and tmp_h value to maintain proper ratio 508 tmp_h = (int)ceil((float)src_crop_height/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) { 524 tmp_dst.h = tmp_h;
|
/external/libvpx/libvpx/build/make/ |
configure.sh | 259 TMP_H="${TMPDIRx}/vpx-conf-$$-${RAND}.h" 267 rm -f ${TMP_C} ${TMP_CC} ${TMP_H} ${TMP_O} ${TMP_X} ${TMP_ASM} 474 print_webm_license ${TMP_H} "/*" " */" 475 cat >> ${TMP_H} << EOF 482 print_config_h ARCH "${TMP_H}" ${ARCH_LIST} 483 print_config_h HAVE "${TMP_H}" ${HAVE_LIST} 484 print_config_h CONFIG "${TMP_H}" ${CONFIG_LIST} 485 print_config_vars_h "${TMP_H}" ${VAR_LIST} 486 echo "#endif /* VPX_CONFIG_H */" >> ${TMP_H} 488 cmp "$1" ${TMP_H} >/dev/null 2>&1 || mv ${TMP_H} "$1 [all...] |
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_copybit.cpp | 874 int tmp_h = src_crop_height; local 878 tmp_h = (int)((float)src_crop_height*copybitsMaxScale); 880 // ceil the tmp_w and tmp_h value to maintain proper ratio 884 tmp_h = (int)ceil((float)src_crop_height/copybitsMinScale); 886 ALOGD("%s:%d::tmp_w = %d,tmp_h = %d",__FUNCTION__,__LINE__,tmp_w,tmp_h); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
configure.sh | 268 TMP_H="${TMPDIRx}/vpx-conf-$$-${RAND}.h" 276 rm -f ${TMP_C} ${TMP_CC} ${TMP_H} ${TMP_O} ${TMP_X} ${TMP_ASM} 477 print_webm_license ${TMP_H} "/*" " */" 478 cat >> ${TMP_H} << EOF 485 print_config_h ARCH "${TMP_H}" ${ARCH_LIST} 486 print_config_h HAVE "${TMP_H}" ${HAVE_LIST} 487 print_config_h CONFIG "${TMP_H}" ${CONFIG_LIST} 488 echo "#endif /* VPX_CONFIG_H */" >> ${TMP_H} 490 cmp "$1" ${TMP_H} >/dev/null 2>&1 || mv ${TMP_H} "$1 [all...] |
/hardware/qcom/display/msm8909/libhwcomposer/ |
hwc_copybit.cpp | 1045 int tmp_h = src_crop_height; local [all...] |
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_copybit.cpp | 927 int tmp_h = src_crop_height; local [all...] |