|
FFmpeg
|
Data Fields | |
| AVCodecContext * | avctx |
| int | output_channels |
| int | decoded_samples |
| float * | out [2] |
| int | out_size |
| AVAudioFifo * | sync_buffer |
| OpusRangeCoder | rc |
| OpusRangeCoder | redundancy_rc |
| SilkContext * | silk |
| CeltFrame * | celt |
| AVFloatDSPContext * | fdsp |
| float | silk_buf [2][960] |
| float * | silk_output [2] |
| float | celt_buf [2][960] |
| float * | celt_output [2] |
| float | redundancy_buf [2][960] |
| float * | redundancy_output [2] |
| float * | cur_out [2] |
| int | remaining_out_size |
| float * | out_dummy |
| int | out_dummy_allocated_size |
| SwrContext * | swr |
| AVAudioFifo * | celt_delay |
| int | silk_samplerate |
| int | delayed_samples |
| OpusPacket | packet |
| int | redundancy_idx |
| AVCodecContext* OpusStreamContext::avctx |
Definition at line 74 of file opusdec.c.
Referenced by ff_celt_init(), opus_decode_close(), opus_decode_init(), and opus_decode_packet().
| int OpusStreamContext::output_channels |
Definition at line 75 of file opusdec.c.
Referenced by ff_celt_init().
| int OpusStreamContext::decoded_samples |
Definition at line 78 of file opusdec.c.
Referenced by opus_decode_packet().
| AVAudioFifo* OpusStreamContext::sync_buffer |
| OpusRangeCoder OpusStreamContext::rc |
Definition at line 86 of file opusdec.c.
Referenced by celt_decode_coarse_energy(), celt_decode_final_energy(), celt_decode_fine_energy(), celt_decode_tf_changes(), ff_celt_decode_frame(), and parse_postfilter().
| OpusRangeCoder OpusStreamContext::redundancy_rc |
| SilkContext* OpusStreamContext::silk |
| AVFloatDSPContext* OpusStreamContext::fdsp |
| float* OpusStreamContext::out_dummy |
Definition at line 104 of file opusdec.c.
Referenced by opus_decode_packet().
| SwrContext* OpusStreamContext::swr |
| AVAudioFifo* OpusStreamContext::celt_delay |
Definition at line 108 of file opusdec.c.
Referenced by opus_decode_frame().
| int OpusStreamContext::delayed_samples |
Definition at line 111 of file opusdec.c.
Referenced by opus_decode_frame(), and opus_decode_packet().
| OpusPacket OpusStreamContext::packet |
1.8.17