Home
last modified time | relevance | path

Searched refs:tmp1 (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/camera/
Dconverters.cpp99 int32_t tmp1; in rgba2yuv() local
114 tmp1 = RGB2Y(r01, g01, b01); in rgba2yuv()
116 tmp1 = CLAMP_SHIFT(tmp1, 0, kY_Clamp, kY_Shift); in rgba2yuv()
118 y1[0] = tmp1; in rgba2yuv()
133 tmp1 = RGB2Y(r11, g11, b11); in rgba2yuv()
135 tmp1 = CLAMP_SHIFT(tmp1, 0, kY_Clamp, kY_Shift); in rgba2yuv()
137 y1[1] = tmp1; in rgba2yuv()
141 tmp1 = RGB2CR(r4, g4, b4); in rgba2yuv()
143 tmp1 = CLAMP_SHIFT(tmp1, 0, kCx_Clamp, kCx_Shift); in rgba2yuv()
145 *cr0 = tmp1; in rgba2yuv()
/device/google/cuttlefish_prebuilts/scripts/
Dextract-ikconfig22 tail -c+$(($pos+8)) "$1" | zcat > $tmp1 2> /dev/null
25 cat $tmp1
51 tmp1=/tmp/ikconfig$$.1
53 trap "rm -f $tmp1 $tmp2" 0
/device/google/contexthub/firmware/os/algos/
Dtime_sync.c46 uint64_t tmp1 = sync->time1[0]; in time_sync_truncate() local
53 sync->time1[NUM_TIME_SYNC_DATAPOINTS - 1] = tmp1; in time_sync_truncate()
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dapp.js1193 let tmp1 = Math.max(
1196 let leftFactor = (tmp1 - 1) / 2;