![]()  | 
  
    libgpac
    
   Documentation of the core library of GPAC 
   | 
  
 Include dependency graph for reframe_amr.c:Data Structures | |
| struct | AMRIdx | 
| struct | GF_AMRDmxCtx | 
Macros | |
| #define | OFFS(_n) #_n, offsetof(GF_AMRDmxCtx, _n) | 
Functions | |
| GF_Err | amrdmx_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) | 
| static void | amrdmx_check_dur (GF_Filter *filter, GF_AMRDmxCtx *ctx) | 
| static void | amrdmx_check_pid (GF_Filter *filter, GF_AMRDmxCtx *ctx, u16 amr_mode_set) | 
| static Bool | amrdmx_process_event (GF_Filter *filter, const GF_FilterEvent *evt) | 
| static GFINLINE void | amrdmx_update_cts (GF_AMRDmxCtx *ctx) | 
| GF_Err | amrdmx_process (GF_Filter *filter) | 
| static GF_Err | amrdmx_initialize (GF_Filter *filter) | 
| static void | amrdmx_finalize (GF_Filter *filter) | 
| static const char * | amrdmx_probe_data (const u8 *data, u32 size, GF_FilterProbeScore *score) | 
| const GF_FilterRegister * | rfamr_register (GF_FilterSession *session) | 
Variables | |
| static const GF_FilterCapability | AMRDmxCaps [] | 
| static const GF_FilterArgs | AMRDmxArgs [] | 
| GF_FilterRegister | AMRDmxRegister | 
| struct GF_AMRDmxCtx | 
 Collaboration diagram for GF_AMRDmxCtx:| Data Fields | ||
|---|---|---|
| Double | index | |
| GF_FilterPid * | ipid | |
| GF_FilterPid * | opid | |
| u32 | start_offset | |
| u32 | codecid | |
| u32 | sample_rate | |
| u32 | block_size | |
| u32 | bitrate | |
| u64 | file_pos | |
| u64 | cts | |
| u16 | amr_mode_set | |
| GF_Fraction64 | duration | |
| Double | start_range | |
| Bool | in_seek | |
| u32 | timescale | |
| Bool | is_playing | |
| Bool | is_file | |
| Bool | initial_play_done | |
| Bool | file_loaded | |
| Bool | skip_magic | |
| u32 | hdr | |
| u32 | resume_from | |
| u32 | remaining | |
| AMRIdx * | indexes | |
| u32 | index_alloc_size | |
| u32 | index_size | |
| #define OFFS | ( | _n | ) | #_n, offsetof(GF_AMRDmxCtx, _n) | 
 Here is the call graph for this function:
      
  | 
  static | 
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  static | 
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  static | 
 Here is the call graph for this function:
      
  | 
  static | 
 Here is the caller graph for this function:| GF_Err amrdmx_process | ( | GF_Filter * | filter | ) | 
 Here is the call graph for this function:
      
  | 
  static | 
 Here is the call graph for this function:
      
  | 
  static | 
 Here is the call graph for this function:
      
  | 
  static | 
| const GF_FilterRegister * rfamr_register | ( | GF_FilterSession * | session | ) | 
      
  | 
  static | 
      
  | 
  static | 
| GF_FilterRegister AMRDmxRegister |