00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifndef _OUTPUT_H_
00015 #define _OUTPUT_H_
00016
00017 extern void flush_direct_output(ImageParameters *p_Img, InputParameters *p_Inp, FrameFormat *output, int p_out);
00018 extern void write_out_picture ( StorablePicture *p, FrameFormat *output, int p_out);
00019 extern void write_stored_frame (ImageParameters *p_Img, InputParameters *p_Inp, FrameStore *fs, FrameFormat *output, int p_out);
00020 extern void direct_output (ImageParameters *p_Img, InputParameters *p_Inp, StorablePicture *p, FrameFormat *output, int p_out);
00021 extern void direct_output_paff (ImageParameters *p_Img, InputParameters *p_Inp, StorablePicture *p, FrameFormat *output, int p_out);
00022 extern void init_out_buffer (ImageParameters *p_Img);
00023 extern void uninit_out_buffer (ImageParameters *p_Img, InputParameters *p_Inp);
00024
00025
00026 #endif //_OUTPUT_H_