Home | History | Annotate | Download | only in stagefright
      1 #ifndef _STAGEFRIGHT_JPEG_H_
      2 #define _STAGEFRIGHT_JPEG_H_
      3 
      4 int writeJpegFile(const char *filename, uint8_t *frame, int width, int height);
      5 
      6 #endif
      7