Home
last modified time | relevance | path

Searched defs:IEC61937Context (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dspdifenc.c58 typedef struct IEC61937Context { struct
59 const AVClass *av_class;
60 enum IEC61937DataType data_type;///< burst info - reference to type of payload of the data-burst
61 int length_code; ///< length code in bits or bytes, depending on data type
62 int pkt_offset; ///< data burst repetition period in bytes
63 uint8_t *buffer; ///< allocated buffer, used for swap bytes
64 int buffer_size; ///< size of allocated buffer
66 uint8_t *out_buf; ///< pointer to the outgoing data before byte-swapping
67 int out_bytes; ///< amount of outgoing bytes
69 int use_preamble; ///< preamble enabled (disabled for exactly pre-padded DTS)
[all …]