Searched refs:pkt_offset (Results 1 – 2 of 2) sorted by relevance
62 int pkt_offset; ///< data burst repetition period in bytes member116 ctx->pkt_offset = AC3_FRAME_SIZE << 2; in spdif_header_ac3()140 ctx->pkt_offset = 0; in spdif_header_eac3()144 ctx->pkt_offset = 24576; in spdif_header_eac3()206 ctx->pkt_offset = period * 4; in spdif_header_dts4()215 > ctx->pkt_offset - BURST_HEADER_SIZE && core_size) { in spdif_header_dts4()313 ctx->pkt_offset = blocks << 7; in spdif_header_dts()315 if (ctx->out_bytes == ctx->pkt_offset) { in spdif_header_dts()320 } else if (ctx->out_bytes > ctx->pkt_offset - BURST_HEADER_SIZE) { in spdif_header_dts()348 ctx->pkt_offset = 4608; in spdif_header_mpeg()[all …]
1566 int64_t pkt_pos = *pos, pkt_offset, dts = AV_NOPTS_VALUE, data_end; in asf_read_timestamp() local1581 pkt_offset = pkt_pos; in asf_read_timestamp()1588 pkt_offset = avio_tell(s->pb); in asf_read_timestamp()1596 if ((pkt_offset >= (pkt_pos + asf->packet_size))) in asf_read_timestamp()