Searched defs:IEC61937Context (Results 1 – 1 of 1) sorted by relevance
58 typedef struct IEC61937Context { struct59 const AVClass *av_class;60 enum IEC61937DataType data_type;///< burst info - reference to type of payload of the data-burst61 int length_code; ///< length code in bits or bytes, depending on data type62 int pkt_offset; ///< data burst repetition period in bytes63 uint8_t *buffer; ///< allocated buffer, used for swap bytes64 int buffer_size; ///< size of allocated buffer66 uint8_t *out_buf; ///< pointer to the outgoing data before byte-swapping67 int out_bytes; ///< amount of outgoing bytes69 int use_preamble; ///< preamble enabled (disabled for exactly pre-padded DTS)[all …]