Lines Matching refs:bytestream2_init
597 bytestream2_init(&cmds, gb->buffer, count);
819 bytestream2_init(&ptrs, buf, buf_end - buf);
832 bytestream2_init(&gb, buf + ofssrc, buf_end - (buf + ofssrc));
872 bytestream2_init(&ptrs, buf, buf_end - buf);
884 bytestream2_init(&gb, buf + ofssrc, buf_end - (buf + ofssrc));
944 bytestream2_init(&gb, buf, buf_end - buf);
1053 bytestream2_init(&ptrs, buf, buf_end - buf);
1054 bytestream2_init(&dptrs, buf + 32, (buf_end - buf) - 32);
1070 bytestream2_init(&gb, buf + ofssrc, buf_end - (buf + ofssrc));
1071 bytestream2_init(&dgb, buf + ofsdata, buf_end - (buf + ofsdata));
1122 bytestream2_init(&ptrs, buf, buf_end - buf);
1123 bytestream2_init(&dptrs, buf + 32, (buf_end - buf) - 32);
1139 bytestream2_init(&gb, buf + ofssrc, buf_end - (buf + ofssrc));
1140 bytestream2_init(&dgb, buf + ofsdata, buf_end - (buf + ofsdata));
1204 bytestream2_init(&ptrs, buf, buf_end - buf);
1216 bytestream2_init(&gb, buf + ofssrc, buf_end - (buf + ofssrc));
1266 bytestream2_init(&ptrs, buf, buf_end - buf);
1278 bytestream2_init(&gb, buf + ofssrc, buf_end - (buf + ofssrc));
1351 bytestream2_init(&ptrs, buf, bpp * 4);
1362 bytestream2_init(&gb, buf + ofssrc, buf_end - (buf + ofssrc));
1410 bytestream2_init(&ptrs, buf, bpp * 4);
1421 bytestream2_init(&gb, buf + ofssrc, buf_end - (buf + ofssrc));
1465 bytestream2_init(&off0, buf, buf_end - buf);
1466 bytestream2_init(&off1, buf + 32, buf_end - (buf + 32));
1484 bytestream2_init(&dgb, buf + 2 * poff0, buf_end - (buf + 2 * poff0));
1485 bytestream2_init(&ogb, buf + 2 * poff1, buf_end - (buf + 2 * poff1));
1539 bytestream2_init(gb, avpkt->data, avpkt->size);