Merged android-experimental branch back to trunk.
This commit is contained in:
17
android/android-opencv/jni/include/yuv420sp2rgb.h
Normal file
17
android/android-opencv/jni/include/yuv420sp2rgb.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef YUV420SP2RGB_H
|
||||
#define YUV420SP2RGB_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void color_convert_common(
|
||||
const unsigned char *pY, const unsigned char *pUV,
|
||||
int width, int height, unsigned char *buffer,
|
||||
int grey);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user