Home
last modified time | relevance | path

Searched refs:truehd_samples_per_frame (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dspdifenc.c82 int truehd_samples_per_frame; ///< samples per frame for padding calculation member
446 ctx->truehd_samples_per_frame = 40 << (ratebits & 3); in spdif_header_truehd()
448 ctx->truehd_samples_per_frame); in spdif_header_truehd()
451 if (!ctx->truehd_samples_per_frame) in spdif_header_truehd()
466 int delta_bytes = delta_samples * 2560 / ctx->truehd_samples_per_frame; in spdif_header_truehd()
477 … ctx->truehd_prev_time, input_timing, ctx->truehd_samples_per_frame); in spdif_header_truehd()