Searched refs:conv (Results 1 – 6 of 6) sorted by relevance
149 sudo dd if=${IMAGE} of=${device} bs=1M conv=fsync176 …GE}" bs=512 seek=${rootfs_partition_start} count=${rootfs_partition_num_sectors} conv=fsync,notrunc206 sudo dd if=${UBOOT_DIST}/idbloader.img of=${devicep}1 conv=fsync209 …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=fsync219 dd if=${bootenv} of="${IMAGE}" bs=512 seek=${ubootenv_partition_start} conv=fsync,notrunc223 sudo dd if=${UBOOT_DIST}/u-boot.itb of=${devicep}3 conv=fsync226 …dd if=${UBOOT_DIST}/u-boot.itb of="${IMAGE}" bs=512 seek=${uboot_partition_start} conv=fsync,notru…
87 dd if=${image} of=/dev/${blk_dev} bs=1M conv=sync,noerror status=progress
33 dd if=$srcimg of=$target conv=notrunc,sync ibs=1024k obs=1024k seek=1 > /dev/null 2>&137 dd if=/dev/zero of=$target conv=notrunc bs=1 count=1024k seek=$curdisksize > /dev/null 2>&1
27 namespace conv {
26 namespace conv { namespace
578 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()