Lines Matching defs:hdr
44 AACADTSHeaderInfo hdr;
59 if (ff_adts_header_parse(&gb, &hdr) < 0) {
65 if (!hdr.crc_absent && hdr.num_aac_frames > 1) {
72 pkt->size -= AV_AAC_ADTS_HEADER_SIZE + 2 * !hdr.crc_absent;
75 pkt->data += AV_AAC_ADTS_HEADER_SIZE + 2 * !hdr.crc_absent;
82 if (!hdr.chan_config) {
107 put_bits(&pb, 5, hdr.object_type);
108 put_bits(&pb, 4, hdr.sampling_index);
109 put_bits(&pb, 4, hdr.chan_config);