Lines Matching defs:header
46 FLAG_CODED_PTS = 8, // if set, coded_pts is in the frame header
47 FLAG_STREAM_ID = 16, // if set, stream_id is coded in the frame header
48 FLAG_SIZE_MSB = 32, // if set, data_size_msb is at frame header, otherwise data_size_msb is 0
49 FLAG_CHECKSUM = 64, // if set, the frame header contains a checksum
50 FLAG_RESERVED = 128, // if set, reserved_count is coded in the frame header
51 FLAG_SM_DATA = 256, // if set, side / meta data is stored in the frame header.
52 FLAG_HEADER_IDX =1024, // If set, header_idx is coded in the frame header.
53 FLAG_MATCH_TIME =2048, // If set, match_time_delta is coded in the frame header
54 FLAG_CODED =4096, // if set, coded_flags are stored in the frame header
98 const uint8_t *header[128];