Lines Matching refs:gbc
62 GetByteContext gbc;
89 bytestream2_init(&gbc, header, HEADER_SIZE);
90 bytestream2_seek(&gbc, 0x3c, SEEK_SET);
91 par->sample_rate = bytestream2_get_be32u(&gbc);
97 st->duration = bytestream2_get_be32u(&gbc) * 14;
99 bytestream2_skipu(&gbc, 10);
100 par->ch_layout.nb_channels = bytestream2_get_byteu(&gbc);
106 if (bytestream2_get_byteu(&gbc)) // Loop flag
118 bytestream2_seek(&gbc, coef_off, SEEK_SET);
120 if (bytestream2_get_bufferu(&gbc, par->extradata + i * 32, 32) != 32) {
123 bytestream2_skipu(&gbc, 14);