Lines Matching refs:sub_packet_h
53 int sub_packet_size, sub_packet_h, coded_framesize; ///< Descrambling parameters from container
156 int flavor, sub_packet_h, coded_framesize, sub_packet_size;
178 ast->sub_packet_h = sub_packet_h = avio_rb16(pb); /* 1 */
269 sub_packet_h <= 1 ||
270 ast->coded_framesize * (uint64_t)sub_packet_h > (2 + (sub_packet_h & 1)) * ast->audio_framesize)
272 if (ast->coded_framesize * (uint64_t)sub_packet_h != 2*ast->audio_framesize) {
297 ast->audio_framesize * (uint64_t)sub_packet_h > (unsigned)INT_MAX ||
298 ast->audio_framesize * sub_packet_h < st->codecpar->block_align)
300 if (av_new_packet(&ast->pkt, ast->audio_framesize * sub_packet_h) < 0)
906 int h = ast->sub_packet_h;
993 (ast->sub_packet_h * ast->audio_framesize / st->codecpar->block_align - rm->audio_pkt_cnt),
1031 ast->coded_framesize * (int64_t)ast->sub_packet_h / 2;