Lines Matching refs:hdrs
119 TyRecHdr *hdrs, *rec_hdr;
122 hdrs = av_calloc(num_recs, sizeof(TyRecHdr));
123 if (!hdrs)
129 rec_hdr = &hdrs[i]; /* for brevity */
152 return hdrs;
171 TyRecHdr *hdrs;
188 hdrs = parse_chunk_headers(chunk, num_recs);
189 if (!hdrs)
201 switch (hdrs[i].subrec_type << 8 | hdrs[i].rec_type) {
246 if (data_offset + hdrs[i].rec_size > CHUNK_SIZE)
249 if ((hdrs[i].subrec_type << 8 | hdrs[i].rec_type) == 0x3c0 && hdrs[i].rec_size > 15) {
270 data_offset += hdrs[i].rec_size;
273 av_free(hdrs);