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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmxfdec.c2228 * @return next_ofs if OK, <0 on error
2232 int64_t last_ofs = -1, next_ofs = -1; local
2242 if (mxf_edit_unit_absolute_offset(mxf, t, mxf->current_edit_unit + 1, NULL, &next_ofs, 0) < 0)
2245 if (next_ofs <= last_ofs) {
2246 /* large next_ofs didn't change or current_edit_unit wrapped
2249 "next_ofs didn't change. not deriving packet timestamps\n");
2253 if (next_ofs > current_offset)
2256 last_ofs = next_ofs;
2264 return next_ofs;
2344 int64_t next_ofs, next_kl local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dpxa_camera.c485 int next_ofs = 0; local
504 &sg, &next_ofs);
513 size_u, &sg, &next_ofs);
522 size_v, &sg, &next_ofs);

Completed in 151 milliseconds