1#ifndef _STAGEFRIGHT_JPEG_H_
2#define _STAGEFRIGHT_JPEG_H_
3
4int writeJpegFile(const char *filename, uint8_t *frame, int width, int height);
5
6#endif
7