GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
CodecAPI.cpp File Reference
#include "rules.h"
#include "global.h"
#include "xvid.h"
+ Include dependency graph for CodecAPI.cpp:

Data Structures

struct  S_decoder
 

Macros

#define FCC(a, b, c, d)   dword((d<<24) | (c<<16) | (b<<8) | a)
 

Functions

void * InitCodec (dword sx, dword sy, dword fcc)
 
void CloseCodec (void *handle)
 
int DecodeFrame (void *handle, const void *buf, dword sz_in, byte *&y, byte *&u, byte *&v, dword &pitch)
 

Macro Definition Documentation

#define FCC (   a,
  b,
  c,
 
)    dword((d<<24) | (c<<16) | (b<<8) | a)

Function Documentation

void* InitCodec ( dword  sx,
dword  sy,
dword  fcc 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void CloseCodec ( void *  handle)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int DecodeFrame ( void *  handle,
const void *  buf,
dword  sz_in,
byte *&  y,
byte *&  u,
byte *&  v,
dword pitch 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: