FFmpeg
Data Structures | Functions | Variables
ircamdec.c File Reference
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
#include "pcm.h"
#include "ircam.h"

Go to the source code of this file.

Data Structures

struct   endianess
 

Functions

static int  ircam_probe (AVProbeData *p)
 
 

Variables

static struct endianess  table []
 
 

Function Documentation

static int ircam_probe ( AVProbeDatap )
static

Definition at line 28 of file ircamdec.c.

static int ircam_read_header ( AVFormatContexts )
static

Definition at line 52 of file ircamdec.c.

Variable Documentation

struct endianess table[]
static
Initial value:
= {
{ 0x64A30100, 0 },
{ 0x64A30200, 1 },
{ 0x64A30300, 0 },
{ 0x64A30400, 1 },
{ 0x0001A364, 1 },
{ 0x0002A364, 0 },
{ 0x0003A364, 1 },
}

Referenced by adpcm_decode_frame(), adpcm_swf_decode(), avs_decode_frame(), build_table(), dca_subsubframe(), decode_band_numwavs(), decode_channel(), decode_gainc_levels(), decode_gainc_loc_codes(), decode_gainc_npoints(), decode_group3_1d_line(), decode_group3_2d_line(), decode_init(), decode_residual(), decode_tones_amplitude(), decode_tones_frequency(), decode_tones_info(), encode_block(), ff_generate_wave_table(), ff_init_vlc_rl(), ff_mpa_l2_select_table(), ff_wma_init(), fill_gv_table(), fill_table(), filter_frame(), gainc_level_mode1m(), get_vlc2(), idx_to_quant(), init_2d_vlc_rl(), init_vlcs(), ircam_read_header(), mp_decode_layer2(), MPA_encode_init(), mpc8_decode_frame(), read_argb_line(), read_huff_channels(), read_quant_spectral_coeffs(), rv40_decode_intra_types(), rv40_decode_mb_info(), sbr_env_estimate(), sbr_mapping(), smacker_decode_header_tree(), smk_get_code(), smka_decode_frame(), svq1_decode_block_intra(), svq1_decode_block_non_intra(), svq1_decode_init(), vc1_decode_ac_coeff(), webp_get_vlc(), x8_vlc_init(), and xan_decode_chroma().

AVInputFormat ff_ircam_demuxer
Initial value:
= {
.name = "ircam",
.long_name = NULL_IF_CONFIG_SMALL("Berkeley/IRCAM/CARL Sound Format"),
.read_probe = ircam_probe,
.read_header = ircam_read_header,
.read_packet = ff_pcm_read_packet,
.read_seek = ff_pcm_read_seek,
.extensions = "sf,ircam",
}

Definition at line 106 of file ircamdec.c.


Generated on Sun Mar 8 2015 02:35:29 for FFmpeg by   doxygen 1.8.2

AltStyle によって変換されたページ (->オリジナル) /