Doxygen Source Code Documentation
Main Page Alphabetical List Data Structures File List Data Fields Globals Search
frame.c File Reference
#include "all.h"
#include "mtypes.h"
#include "frames.h"
#include "frame.h"
#include "fsize.h"
#include "dct.h"
Go to the source code of this file.
|
Defines |
#define | B_FRAME_RUN 16 |
Functions |
void FreeFrame | _ANSI_ARGS_ ((MpegFrame *mf)) |
MpegFrame *GetUnusedFrame | _ANSI_ARGS_ ((void)) |
void GetNumOfFrames | _ANSI_ARGS_ ((int *numOfFrames)) |
void ResetFrame | _ANSI_ARGS_ ((int fnumber, int type, MpegFrame *frame)) |
void Resize_Width | _ANSI_ARGS_ ((MpegFrame *omfrw, MpegFrame *mfrw, int in_x, int in_y, int out_x)) |
void Resize_Height | _ANSI_ARGS_ ((MpegFrame *omfrh, MpegFrame *mfrh, int in_x, int in_y, int out_y)) |
void Resize_Array_Width | _ANSI_ARGS_ ((uint8 **inarray, int in_x, int in_y, uint8 **outarray, int out_x)) |
void Resize_Array_Height | _ANSI_ARGS_ ((uint8 **inarray, int in_x, int in_y, uint8 **outarray, int out_y)) |
void | Frame_Resize (omf, mf, insize_x, insize_y, outsize_x, outsize_y) MpegFrame *omf |
Variables |
MpegFrame * | frameMemory [B_FRAME_RUN+2] |
boolean | stdinUsed |
char * | framePattern |
void * | mf |
int | insize_x |
int | insize_y |
int | outsize_x |
int | outsize_y |
* | mfrw |
int | in_x |
int | in_y |
int | out_x |
* | mfrh |
int | out_y |
uint8 ** | outarray |
int | type |
boolean | makeReference |
MpegFrame * | frame |
Define Documentation
Function Documentation
void GetNumOfFrames _ANSI_ARGS_ |
( |
(int *numOfFrames) |
|
) |
[static] |
|
MpegFrame* GetUnusedFrame _ANSI_ARGS_ |
( |
(void) |
|
) |
[static] |
|
void FreeFrame _ANSI_ARGS_ |
( |
(MpegFrame *mf) |
|
) |
[static] |
|
Variable Documentation