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

Data Structures

struct  OSVCDec
 

Functions

static GF_Err OSVC_AttachStream (GF_BaseDecoder *ifcg, GF_ESD *esd)
 
static GF_Err OSVC_DetachStream (GF_BaseDecoder *ifcg, u16 ES_ID)
 
static GF_Err OSVC_GetCapabilities (GF_BaseDecoder *ifcg, GF_CodecCapability *capability)
 
static GF_Err OSVC_SetCapabilities (GF_BaseDecoder *ifcg, GF_CodecCapability capability)
 
static GF_Err OSVC_ProcessData (GF_MediaDecoder *ifcg, char *inBuffer, u32 inBufferLength, u16 ES_ID, char *outBuffer, u32 *outBufferLength, u8 PaddingBits, u32 mmlevel)
 
static u32 OSVC_CanHandleStream (GF_BaseDecoder *dec, u32 StreamType, GF_ESD *esd, u8 PL)
 
static const char * OSVC_GetCodecName (GF_BaseDecoder *dec)
 
GF_BaseDecoderNewOSVCDec ()
 
void DeleteOSVCDec (GF_BaseDecoder *ifcg)
 
const u32QueryInterfaces ()
 
GF_BaseInterfaceLoadInterface (u32 InterfaceType)
 
void ShutdownInterface (GF_BaseInterface *ifce)
 

Data Structure Documentation

struct OSVCDec
+ Collaboration diagram for OSVCDec:
Data Fields
u16 ES_ID
u16 baseES_ID
u32 width
u32 stride
u32 height
u32 out_size
u32 pixel_ar
u32 nalu_size_length
Bool init_layer_set
Bool state_found
void * codec
int CurrentDqId
int MaxDqId
int DqIdTable[8]
int TemporalId
int TemporalCom

Function Documentation

static GF_Err OSVC_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 OSVC_DetachStream ( GF_BaseDecoder ifcg,
u16  ES_ID 
)
static

+ Here is the caller graph for this function:

static GF_Err OSVC_GetCapabilities ( GF_BaseDecoder ifcg,
GF_CodecCapability capability 
)
static

+ Here is the caller graph for this function:

static GF_Err OSVC_SetCapabilities ( GF_BaseDecoder ifcg,
GF_CodecCapability  capability 
)
static

+ Here is the caller graph for this function:

static GF_Err OSVC_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 OSVC_CanHandleStream ( GF_BaseDecoder dec,
u32  StreamType,
GF_ESD esd,
u8  PL 
)
static

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static const char* OSVC_GetCodecName ( GF_BaseDecoder dec)
static

+ Here is the caller graph for this function:

GF_BaseDecoder* NewOSVCDec ( )

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void DeleteOSVCDec ( 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: