Searched refs:factor (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A Darmtime45 factor=0; # we are measuring after-before as (-before) + (after),
46 # so the factor before the test is -1, after the test is
71 # the first time an uptime line is encountered factor should be -1, the
74 factor = factor ? 1 : -1
76 uptime_total += factor * $1
77 uptime_idle += factor * $2
80 print "got(/proc/uptime):", $0, "=>", factor, uptime_total, uptime_idle
86 MHZtime[$1] += factor * $2 * 0.01
87 cpu_time += factor *
[all...]
H A Dperf34 # scale factor size => scale a size by factor percent
263 factor=2x+
267 [ $rgb_size ] && EVAL="$EVAL $factor$cmd_VPPRrate+size=$rgb_size"
268 [ $yuv_size ] && EVAL="$EVAL $factor$cmd_VPPYrate+size=$yuv_size"
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c100 static OMX_ERRORTYPE VPP_SetZoom(OMX_HANDLETYPE pHandle, int speed, int factor, int limit, int xoff, int yoff);
1430 /*VPP_SetZoom(OMX_HANDLETYPE pHandle, int speed, int factor, int limit, int xoff, int yoff);*/
2087 static OMX_ERRORTYPE VPP_SetZoom(OMX_HANDLETYPE pHandle, int speed, int factor, int limit, int xoff, int yoff)
2090 int nZoomFactor = factor<<10;
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c1921 uint factor = 1; local
1930 * where an offset of 40 qdBm equals a factor of 10 mW.
1934 factor *= 10;
1937 /* return the mW value scaled down to the correct factor of 10,
1938 * adding in factor/2 to get proper rounding.
1940 return ((nqdBm_to_mW_map[idx] + factor/2) / factor);

Completed in 258 milliseconds