OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmp_h
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp
404
int
tmp_h
= src_crop_height;
local
408
tmp_h
= src_crop_height*copybitsMaxScale;
411
tmp_h
= src_crop_height/copybitsMinScale;
413
tmp_h
= (
tmp_h
/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)){
423
tmp_dst.h =
tmp_h
;
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_copybit.cpp
404
int
tmp_h
= src_crop_height;
local
408
tmp_h
= src_crop_height*copybitsMaxScale;
411
tmp_h
= src_crop_height/copybitsMinScale;
413
tmp_h
= (
tmp_h
/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)){
423
tmp_dst.h =
tmp_h
;
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp
428
int
tmp_h
= src_crop_height;
local
432
tmp_h
= src_crop_height*copybitsMaxScale;
435
tmp_h
= src_crop_height/copybitsMinScale;
437
tmp_h
= (
tmp_h
/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)){
453
tmp_dst.h =
tmp_h
;
/external/libvpx/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}
463
print_webm_license ${
TMP_H
} "/*" " */"
464
cat >> ${
TMP_H
} << EOF
471
print_config_h ARCH "${
TMP_H
}" ${ARCH_LIST}
472
print_config_h HAVE "${
TMP_H
}" ${HAVE_LIST}
473
print_config_h CONFIG "${
TMP_H
}" ${CONFIG_LIST}
474
echo "#endif /* VPX_CONFIG_H */" >> ${
TMP_H
}
476
cmp "$1" ${
TMP_H
} >/dev/null 2>&1 || mv ${
TMP_H
} "$1
[
all
...]
Completed in 222 milliseconds