Home
last modified time | relevance | path

Searched refs:third_size (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D31449 third_size=$(( size / 3 ))
117 $QEMU_IO -c "write -c -P 0xaa 0 $third_size" \
119 $QEMU_IO -c "write -c -P 0xbb $third_size $third_size" \
121 $QEMU_IO -c "write -c -P 0xcc $((third_size * 2 )) $third_size" \
126 $QEMU_IO -c "read -P 0xaa 0 $third_size" "$TEST_IMG" | _filter_qemu_io
127 $QEMU_IO -c "read -P 0xbb $third_size $third_size" \
129 $QEMU_IO -c "read -P 0xcc $(( third_size * 2 )) $third_size" \
/openbmc/linux/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c591 int third_size; in color_to_hsv() local
618 third_size = (tpg->real_hsv_enc == V4L2_HSV_ENC_180) ? 60 : 85; in color_to_hsv()
626 third = third_size; in color_to_hsv()
629 third = third_size * 2; in color_to_hsv()
632 aux *= third_size / 2; in color_to_hsv()