Home
last modified time | relevance | path

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

/external/libogg/src/
Dframing.c1454 void test_pack(const int *pl, const int **headers, int byteskip, in test_pack() argument
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()
1533 if(byteskipcount>byteskip){ in test_pack()
1534 memcpy(next,og.body,byteskipcount-byteskip); in test_pack()
1535 next+=byteskipcount-byteskip; in test_pack()
1536 byteskipcount=byteskip; in test_pack()