|
FFmpeg
|
#include <lcevcdec.h>
Data Fields | |
| LCEVC_DecoderHandle | decoder |
| struct CodedBitstreamContext * | cbc |
| struct CodedBitstreamFragment * | frag |
| int | initialized |
Definition at line 34 of file lcevcdec.h.
| LCEVC_DecoderHandle FFLCEVCContext::decoder |
Definition at line 35 of file lcevcdec.h.
Referenced by alloc_base_frame(), alloc_enhanced_frame(), generate_output(), lcevc_flush_pictures(), lcevc_free(), lcevc_init(), and lcevc_send_frame().
| struct CodedBitstreamContext* FFLCEVCContext::cbc |
Definition at line 36 of file lcevcdec.h.
Referenced by ff_lcevc_alloc(), ff_lcevc_parse_frame(), and lcevc_free().
| struct CodedBitstreamFragment* FFLCEVCContext::frag |
Definition at line 37 of file lcevcdec.h.
Referenced by ff_lcevc_alloc(), ff_lcevc_parse_frame(), and lcevc_free().
| int FFLCEVCContext::initialized |
Definition at line 38 of file lcevcdec.h.
Referenced by ff_lcevc_process(), lcevc_free(), and lcevc_init().
1.8.17