Lines Matching refs:time_const
82 struct time_const {
87 static const struct time_const v110_time_consts[] = {
100 static const struct time_const ex_v110_time_consts[] = {
121 // - frames_per_second = 1,000,000 / (256 - time_const)
126 uint8_t time_const;
140 // - frames_per_second = 1,000,000 / (256 - time_const).
146 uint8_t time_const;
178 // 256,000,000 / (samples_per_frame * (65536 - time_const)).
184 uint16_t time_const;
192 // - time_const is not used.
377 unsigned int time_const;
392 time_const = le16toh(block->time_const);
393 err = parse_time_constant(time_const, state->samples_per_frame,
407 unsigned int time_const;
416 time_const = block->time_const;
417 err = parse_time_constant(time_const, 1, &frames_per_second,
637 uint16_t time_const;
645 &time_const, true);
648 block->time_const = htole16(time_const);
665 uint16_t time_const;
672 err = build_time_constant(frames_per_second, 1, &time_const, false);
675 block->time_const = (uint8_t)time_const;