Home
last modified time | relevance | path

Searched refs:byteskipcount (Results 1 – 1 of 1) sorted by relevance

/external/libogg/src/
Dframing.c1466 int byteskipcount=0; in test_pack() local
1525 byteskipcount+=og.header_len; in test_pack()
1526 if(byteskipcount>byteskip){ in test_pack()
1527 memcpy(next,og.header,byteskipcount-byteskip); in test_pack()
1528 next+=byteskipcount-byteskip; in test_pack()
1529 byteskipcount=byteskip; in test_pack()
1532 byteskipcount+=og.body_len; in test_pack()
1533 if(byteskipcount>byteskip){ in test_pack()
1534 memcpy(next,og.body,byteskipcount-byteskip); in test_pack()
1535 next+=byteskipcount-byteskip; in test_pack()
[all …]