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

/linux-master/drivers/staging/media/av7110/
H A Dav7110_av.c584 static int find_pes_header(u8 const *buf, long int length, int *frags) function
690 c2 = find_pes_header(buf + c, length - c, &p->frags);
704 c2 = find_pes_header(buf + c + add, length - c - add, &p->frags);

Completed in 109 milliseconds