公告板
版本库
filestore
活动
搜索
登录
Android
/
Security_indoor_dual_tps650
室内机双屏tps650
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
a
554325746@qq.com
2019-12-25
7340eb0b160eacbbd0f3c2289e3ac6150da235f3
[Android/Security_indoor_dual_tps650.git]
/
app
/
src
/
main
/
cpp
/
yuv2bgr.h
1
2
#pragma once
void yuv420p_to_rgb24_c(unsigned char* yuvbuffer,unsigned char* rgbbuffer, int width,int height);