Lines Matching refs:pkt_offset
62 int pkt_offset; ///< data burst repetition period in bytes
91 /// Sets data_type and pkt_offset, and length_code, out_bytes, out_buf if necessary
116 ctx->pkt_offset = AC3_FRAME_SIZE << 2;
140 ctx->pkt_offset = 0;
144 ctx->pkt_offset = 24576;
204 /* set pkt_offset and DTS IV subtype according to the requested output
206 ctx->pkt_offset = period * 4;
215 > ctx->pkt_offset - BURST_HEADER_SIZE && core_size) {
313 ctx->pkt_offset = blocks << 7;
315 if (ctx->out_bytes == ctx->pkt_offset) {
320 } else if (ctx->out_bytes > ctx->pkt_offset - BURST_HEADER_SIZE) {
348 ctx->pkt_offset = 4608;
351 ctx->pkt_offset = spdif_mpeg_pkt_offset[version & 1][layer];
370 ctx->pkt_offset = samples << 2;
557 ctx->pkt_offset = 0;
562 ctx->pkt_offset = MAT_PKT_OFFSET;
638 if (!ctx->pkt_offset)
641 padding = (ctx->pkt_offset - ctx->use_preamble * BURST_HEADER_SIZE - ctx->out_bytes) & ~1;
670 av_log(s, AV_LOG_DEBUG, "type=%x len=%i pkt_offset=%i\n",
671 ctx->data_type, ctx->out_bytes, ctx->pkt_offset);