上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 65 下一页
摘要: // V4L2 clocks // subdevices: 子设备 camera sensors,TV decoders and encoders // need a clocksignal to be supplied by the system. Often this clock is supp 阅读全文
posted @ 2020-11-12 16:08 卷哭你 阅读(118) 评论(0) 推荐(0) 编辑
摘要: https://linuxtv.org/downloads/v4l-dvb-apis/driver-api/mc-core.html#pads 阅读全文
posted @ 2020-11-11 19:34 卷哭你 阅读(60) 评论(0) 推荐(0) 编辑
摘要: (1) typeof 不是 typedef (2) #include <stdio.h>#include <stdint.h>#include <stdbool.h> #define clamp(val,min,max) ( { \ typeof(val) __val = (val); \ type 阅读全文
posted @ 2020-11-11 11:31 卷哭你 阅读(159) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-10-25 08:59 卷哭你 阅读(1) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <limits.h> #include <time.h> #include <pthread.h> #include <semaphore.h> #include <unistd.h> #include 阅读全文
posted @ 2020-10-21 08:04 卷哭你 阅读(439) 评论(0) 推荐(0) 编辑
摘要: 指针使用:(1)操作单个地址 修改单个值 (2) 得到某一一串的连续首地址,遍历访问想要地址,然后操作地址,修改某个值 比如二级指针存储多个一级指针的首地址 一级指针存取 多个变量首地址 经常配合使用 ARRAY_SIZE宏 #include <stdio.h> #include <stdlib.h 阅读全文
posted @ 2020-10-21 07:47 卷哭你 阅读(340) 评论(1) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <limits.h> #include <time.h> #include <pthread.h> #include <semaphore.h> #include <unistd.h> #include 阅读全文
posted @ 2020-10-17 08:08 卷哭你 阅读(188) 评论(0) 推荐(0) 编辑
摘要: (1)基本资源初始化 (2)动态过程中断或者线程初始化 (3)读写和控制接口 阅读全文
posted @ 2020-10-15 10:22 卷哭你 阅读(71) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> const char*name = "hello audio"; char*usb_name = "ac usb string descriptor"; int main() { name = usb_name; // name[0] = 'a'; printf( 阅读全文
posted @ 2020-10-13 22:32 卷哭你 阅读(1324) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-10-13 22:30 卷哭你 阅读(0) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 65 下一页