Lines Matching defs:header
94 uint8_t *header;
110 /* skip to the start of the VQA header */
113 /* the VQA header needs to go to the decoder */
116 header = st->codecpar->extradata;
117 st->codecpar->width = AV_RL16(&header[6]);
118 st->codecpar->height = AV_RL16(&header[8]);
119 fps = header[12];
121 st->duration = AV_RL16(&header[4]);
128 wsvqa->version = AV_RL16(&header[ 0]);
129 wsvqa->sample_rate = AV_RL16(&header[24]);
130 wsvqa->channels = header[26];
131 wsvqa->bps = header[27];
146 /* catch any unknown header tags, for curiosity */
259 /* unpacked size is stored in header */