Lines Matching defs:period
62 int pkt_offset; ///< data burst repetition period in bytes
159 * The repetition period is measured in IEC 60958 frames (4 bytes).
161 static int spdif_dts4_subtype(int period)
163 switch (period) {
180 int period;
193 period = ctx->dtshd_rate * (blocks << 5) / sample_rate;
194 subtype = spdif_dts4_subtype(period);
198 "impossible repetition period of %d for the current DTS stream"
199 " (blocks = %d, sample rate = %d)\n", ctx->dtshd_rate, period,
206 ctx->pkt_offset = period * 4;
210 * repetition period setting, strip DTS-HD until a good amount