Lines Matching defs:hdr
30 int ff_adts_header_parse(GetBitContext *gbc, AACADTSHeaderInfo *hdr)
61 hdr->object_type = aot + 1;
62 hdr->chan_config = ch;
63 hdr->crc_absent = crc_abs;
64 hdr->num_aac_frames = rdb + 1;
65 hdr->sampling_index = sr;
66 hdr->sample_rate = ff_mpeg4audio_sample_rates[sr];
67 hdr->samples = (rdb + 1) * 1024;
68 hdr->bit_rate = size * 8 * hdr->sample_rate / hdr->samples;
69 hdr->frame_length = size;