Lines Matching refs:frames
40 * data-type - determines type of encapsuled frames
43 * IEC 61937 frames at normal usage start every specific count of bytes,
72 uint8_t *hd_buf[2]; ///< allocated buffers to concatenate hd audio frames
74 int hd_buf_count; ///< number of frames in the hd audio buffer (eac3)
78 int dtshd_skip; ///< counter used for skipping DTS-HD frames
98 { "dtshd_rate", "mux complete DTS frames in HD mode at the specified IEC958 rate (in Hz, default 0=disabled)", offsetof(IEC61937Context, dtshd_rate), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 768000, AV_OPT_FLAG_ENCODING_PARAM },
159 * The repetition period is measured in IEC 60958 frames (4 bytes).
211 * of consecutive non-overflowing HD frames have been observed.
282 /* We only handle HD frames that are paired with core. However,
361 uint8_t frames;
364 ret = av_adts_header_parse(pkt->data, &samples, &frames);
371 switch (frames) {
392 * It seems Dolby TrueHD frames have to be encapsulated in MAT frames before
462 * For multiple-of-44.1kHz frames: 1/1102.5 sec, 705.6kHz, 2560 bytes.