Lines Matching defs:IEC61937Context
58 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)
93 } IEC61937Context; argument