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
rvc_dec.c File Reference
#include <gpac/modules/codec.h>
#include <gpac/avparse.h>
#include <gpac/constants.h>
+ Include dependency graph for rvc_dec.c:

Data Structures

struct  RVCFRAME
 
struct  RVCDec
 

Macros

#define DllImport
 

Functions

int rvc_init (char *XDF, char *VTLFolder, int isAVCFile)
 
int rvc_decode (unsigned char *nal, int nal_length, char *outBuffer, int newBuffer)
 
void rvc_close ()
 
static GF_Err RVCD_AttachStream (GF_BaseDecoder *ifcg, GF_ESD *esd)
 
static GF_Err RVCD_DetachStream (GF_BaseDecoder *ifcg, u16 ES_ID)
 
static GF_Err RVCD_GetCapabilities (GF_BaseDecoder *ifcg, GF_CodecCapability *capability)
 
static GF_Err RVCD_SetCapabilities (GF_BaseDecoder *ifcg, GF_CodecCapability capability)
 
static GF_Err RVCD_ProcessData (GF_MediaDecoder *ifcg, char *inBuffer, u32 inBufferLength, u16 ES_ID, char *outBuffer, u32 *outBufferLength, u8 PaddingBits, u32 mmlevel)
 
static u32 RVCD_CanHandleStream (GF_BaseDecoder *dec, u32 StreamType, GF_ESD *esd, u8 PL)
 
static const char * RVCD_GetCodecName (GF_BaseDecoder *dec)
 
GF_BaseDecoderNewRVCDec ()
 
void DeleteRVCDec (GF_BaseDecoder *ifcg)
 
const u32QueryInterfaces ()
 
GF_BaseInterfaceLoadInterface (u32 InterfaceType)
 
void ShutdownInterface (GF_BaseInterface *ifce)
 

Variables

int bookmark = 0
 

Data Structure Documentation

struct RVCFRAME
+ Collaboration diagram for RVCFRAME:
Data Fields
int Width
int Height
unsigned char * pY[1]
unsigned char * pU[1]
unsigned char * pV[1]
struct RVCDec
+ Collaboration diagram for RVCDec:
Data Fields
u16 ES_ID
u32 width
u32 stride
u32 height
u32 out_size
u32 pixel_ar
u32 layer
Bool first_frame
u32 nalu_size_length
void * codec

Macro Definition Documentation

#define DllImport

Function Documentation

int rvc_init ( char *  XDF,
char *  VTLFolder,
int  isAVCFile 
)

+ Here is the caller graph for this function:

int rvc_decode ( unsigned char *  nal,
int  nal_length,
char *  outBuffer,
int  newBuffer 
)

+ Here is the caller graph for this function:

void rvc_close ( )

+ Here is the caller graph for this function:

static GF_Err RVCD_AttachStream ( GF_BaseDecoder ifcg,
GF_ESD esd 
)
static

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static GF_Err RVCD_DetachStream ( GF_BaseDecoder ifcg,
u16  ES_ID 
)
static

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static GF_Err RVCD_GetCapabilities ( GF_BaseDecoder ifcg,
GF_CodecCapability capability 
)
static

+ Here is the caller graph for this function:

static GF_Err RVCD_SetCapabilities ( GF_BaseDecoder ifcg,
GF_CodecCapability  capability 
)
static

+ Here is the caller graph for this function:

static GF_Err RVCD_ProcessData ( GF_MediaDecoder ifcg,
char *  inBuffer,
u32  inBufferLength,
u16  ES_ID,
char *  outBuffer,
u32 outBufferLength,
u8  PaddingBits,
u32  mmlevel 
)
static

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u32 RVCD_CanHandleStream ( GF_BaseDecoder dec,
u32  StreamType,
GF_ESD esd,
u8  PL 
)
static

+ Here is the caller graph for this function:

static const char* RVCD_GetCodecName ( GF_BaseDecoder dec)
static

+ Here is the caller graph for this function:

GF_BaseDecoder* NewRVCDec ( )

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void DeleteRVCDec ( GF_BaseDecoder ifcg)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

const u32* QueryInterfaces ( )
GF_BaseInterface* LoadInterface ( u32  InterfaceType)

+ Here is the call graph for this function:

void ShutdownInterface ( GF_BaseInterface ifce)

+ Here is the call graph for this function:

Variable Documentation

int bookmark = 0