Home
last modified time | relevance | path

Searched refs:bsmod (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dmov.c853 int ac3info, acmod, lfeon, bsmod; in mov_read_dac3() local
866 bsmod = (ac3info >> 14) & 0x7; in mov_read_dac3()
876 *ast = bsmod; in mov_read_dac3()
877 if (st->codecpar->ch_layout.nb_channels > 1 && bsmod == 0x7) in mov_read_dac3()
887 int eac3info, acmod, lfeon, bsmod; in mov_read_dec3() local
904 bsmod = (eac3info >> 12) & 0x1f; in mov_read_dec3()
914 *ast = bsmod; in mov_read_dec3()
915 if (st->codecpar->ch_layout.nb_channels > 1 && bsmod == 0x7) in mov_read_dec3()
H A Dmovenc.c365 uint8_t bsmod; member
413 put_bits(&pbc, 3, info->substream[0].bsmod); in mov_write_ac3_tag()
498 info->substream[hdr->substreamid].bsmod = hdr->bitstream_mode; in handle_eac3()
612 put_bits(&pbc, 3, info->substream[i].bsmod); in mov_write_eac3_tag()

Completed in 25 milliseconds