FFmpeg
4.0
|
#include <libavcodec/opusenc.h>
Data Fields | |
enum OpusMode | mode |
enum OpusBandwidth | bandwidth |
int | framesize |
int | frames |
enum OpusMode OpusPacketInfo::mode |
Definition at line 48 of file opusenc.h.
Referenced by ff_opus_psy_celt_frame_init(), ff_opus_psy_process(), opus_gen_toc(), and psy_output_groups().
enum OpusBandwidth OpusPacketInfo::bandwidth |
Definition at line 49 of file opusenc.h.
Referenced by ff_opus_psy_celt_frame_init(), ff_opus_psy_process(), opus_gen_toc(), and psy_output_groups().
int OpusPacketInfo::framesize |
Definition at line 50 of file opusenc.h.
Referenced by celt_apply_preemph_filter(), celt_frame_setup_input(), celt_gauge_psy_weight(), ff_opus_psy_celt_frame_init(), ff_opus_psy_celt_frame_process(), ff_opus_psy_postencode_update(), ff_opus_psy_process(), flush_silent_frames(), opus_encode_frame(), opus_gen_toc(), and psy_output_groups().
int OpusPacketInfo::frames |
Definition at line 51 of file opusenc.h.
Referenced by ff_opus_psy_postencode_update(), ff_opus_psy_process(), flush_silent_frames(), opus_encode_frame(), opus_gen_toc(), opus_packet_assembler(), and psy_output_groups().