blob: ce86cf297197c277b3dd6c269cc9138fc2d11055 [file] [log] [blame]
#ifndef _STAGEFRIGHT_JPEG_H_
#define _STAGEFRIGHT_JPEG_H_
int writeJpegFile(const char *filename, uint8_t *frame, int width, int height);
#endif