Home | History | Annotate | Download | only in h264

Lines Matching defs:current

312   const uint8_t* current = start + offset;
316 while (current < end) {
317 if (current[3] > 1) {
318 current += 4;
319 } else if (current[3] == 1 && current[2] == 0 && current[1] == 0 &&
320 current[0] == 0) {
321 return current - start;
323 ++current;