Searched refs:third_size (Results 1 – 2 of 2) sorted by relevance
49 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_io127 $QEMU_IO -c "read -P 0xbb $third_size $third_size" \129 $QEMU_IO -c "read -P 0xcc $(( third_size * 2 )) $third_size" \
591 int third_size; in color_to_hsv() local618 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()