Home
last modified time | relevance | path

Searched refs:substreamid (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dac3_parser_internal.h46 int substreamid; ///< substream identification member
H A Dac3_parser.c116 hdr->substreamid = 0; in ff_ac3_parse_header()
124 hdr->substreamid = get_bits(gbc, 3); in ff_ac3_parse_header()
H A Dac3dec.h80 int substreamid; ///< substream identification member
H A Dac3dec.c352 s->substreamid = hdr.substreamid; in parse_frame_header()
1563 if (s->substreamid) { in ac3_decode_frame()
1566 s->substreamid); in ac3_decode_frame()
H A Deac3dec.c309 if (s->substreamid) { in ff_eac3_parse_header()
/third_party/ffmpeg/libavformat/
H A Dmovenc.c462 if (hdr->bitstream_id <= 10 && hdr->substreamid != 0) { in handle_eac3()
472 if (hdr->substreamid > info->num_ind_sub + 1) { in handle_eac3()
477 if (hdr->substreamid == info->num_ind_sub + 1) { in handle_eac3()
482 } else if (hdr->substreamid < info->num_ind_sub || in handle_eac3()
483 hdr->substreamid == 0 && info->substream[0].bsid) { in handle_eac3()
488 if (hdr->substreamid != 0) { in handle_eac3()
496 info->substream[hdr->substreamid].fscod = hdr->sr_code; in handle_eac3()
497 info->substream[hdr->substreamid].bsid = hdr->bitstream_id; in handle_eac3()
498 info->substream[hdr->substreamid].bsmod = hdr->bitstream_mode; in handle_eac3()
499 info->substream[hdr->substreamid] in handle_eac3()
[all...]

Completed in 11 milliseconds