Searched refs:cinfo (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap4-aah/camera/
H A DDecoder_libjpeg.cpp75 static void libjpeg_init_source(j_decompress_ptr cinfo) { argument
76 libjpeg_source_mgr* src = (libjpeg_source_mgr*)cinfo->src;
82 static boolean libjpeg_seek_input_data(j_decompress_ptr cinfo, long byte_offset) { argument
83 libjpeg_source_mgr* src = (libjpeg_source_mgr*)cinfo->src;
90 static boolean libjpeg_fill_input_buffer(j_decompress_ptr cinfo) { argument
91 libjpeg_source_mgr* src = (libjpeg_source_mgr*)cinfo->src;
98 static void libjpeg_skip_input_data(j_decompress_ptr cinfo, long num_bytes) { argument
99 libjpeg_source_mgr* src = (libjpeg_source_mgr*)cinfo->src;
109 static boolean libjpeg_resync_to_restart(j_decompress_ptr cinfo, int desired) { argument
110 libjpeg_source_mgr* src = (libjpeg_source_mgr*)cinfo
187 struct jpeg_decompress_struct cinfo; local
[all...]
H A DEncoder_libjpeg.cpp70 static void libjpeg_init_destination (j_compress_ptr cinfo) { argument
71 libjpeg_destination_mgr* dest = (libjpeg_destination_mgr*)cinfo->dest;
78 static boolean libjpeg_empty_output_buffer(j_compress_ptr cinfo) { argument
79 libjpeg_destination_mgr* dest = (libjpeg_destination_mgr*)cinfo->dest;
86 static void libjpeg_term_destination (j_compress_ptr cinfo) { argument
87 libjpeg_destination_mgr* dest = (libjpeg_destination_mgr*)cinfo->dest;
423 jpeg_compress_struct cinfo; local
474 cinfo.err = jpeg_std_error(&jerr);
476 jpeg_create_compress(&cinfo);
488 cinfo
[all...]
/hardware/ti/omap4xxx/camera/
H A DEncoder_libjpeg.cpp70 static void libjpeg_init_destination (j_compress_ptr cinfo) { argument
71 libjpeg_destination_mgr* dest = (libjpeg_destination_mgr*)cinfo->dest;
78 static boolean libjpeg_empty_output_buffer(j_compress_ptr cinfo) { argument
79 libjpeg_destination_mgr* dest = (libjpeg_destination_mgr*)cinfo->dest;
86 static void libjpeg_term_destination (j_compress_ptr cinfo) { argument
87 libjpeg_destination_mgr* dest = (libjpeg_destination_mgr*)cinfo->dest;
355 jpeg_compress_struct cinfo; local
405 cinfo.err = jpeg_std_error(&jerr);
407 jpeg_create_compress(&cinfo);
418 cinfo
[all...]

Completed in 230 milliseconds