Sign in
android
/
platform
/
frameworks
/
av
/
5e751957ba692658b7f67eb03ae5ddb2cd3d970c
/
.
/
cmds
/
stagefright
/
jpeg.h
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