资 源 简 介
enctime = msecond() - enctime
printf("Frame %d: %6.2fms
", i, enctime)
ioctl(fd, CMD_MOTION_GET_PROFILE, &profile)
printf("convert: %d
", profile.convert/600000)
printf("gaussian: %d
", profile.gaussian/600000)
printf("pair: %d
", profile.pair/600000)
printf("area: %d
", profile.area/600000)
printf("post: %d
", profile.post/600000)
printf("copy: %d
", profile.copy/600000) -enctime = msecond ()- enctime printf (