Home
last modified time | relevance | path

Searched refs:conv (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/tools/
Dcreate_base_image_arm.sh149 sudo dd if=${IMAGE} of=${device} bs=1M conv=fsync
176 …GE}" bs=512 seek=${rootfs_partition_start} count=${rootfs_partition_num_sectors} conv=fsync,notrunc
206 sudo dd if=${UBOOT_DIST}/idbloader.img of=${devicep}1 conv=fsync
209 …dd if=${UBOOT_DIST}/idbloader.img of="${IMAGE}" bs=512 seek=${idbloader_partition_start} conv=fsyn…
216 sudo dd if=${bootenv} of=${devicep}2 conv=fsync
219 dd if=${bootenv} of="${IMAGE}" bs=512 seek=${ubootenv_partition_start} conv=fsync,notrunc
223 sudo dd if=${UBOOT_DIST}/u-boot.itb of=${devicep}3 conv=fsync
226 …dd if=${UBOOT_DIST}/u-boot.itb of="${IMAGE}" bs=512 seek=${uboot_partition_start} conv=fsync,notru…
Dflash-blk-dev.sh87 dd if=${image} of=/dev/${blk_dev} bs=1M conv=sync,noerror status=progress
/device/generic/goldfish/tools/
Dmk_qemu_image.sh33 dd if=$srcimg of=$target conv=notrunc,sync ibs=1024k obs=1024k seek=1 > /dev/null 2>&1
37 dd if=/dev/zero of=$target conv=notrunc bs=1 count=1024k seek=$curdisksize > /dev/null 2>&1
/device/generic/goldfish/camera/
Dconverters.h27 namespace conv {
Dconverters.cpp26 namespace conv { namespace
DFakeRotatingCamera.cpp578 const bool converted = conv::rgba2yuv(si.size.width, si.size.height, in captureFrameYUV()
630 const bool converted = conv::rgba2yuv(si.size.width, si.size.height, in captureFrameForCompressing()