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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec_asf.c177 int res, mflags, len_off; local
199 len_off = avio_rb24(pb);
210 * If 0x40 is not set, the len_off field specifies an offset
215 if (asf->pktbuf && len_off != avio_tell(asf->pktbuf)) {
221 if (!len_off && !asf->pktbuf &&
235 * If 0x40 is set, the len_off field specifies the length of
242 int cur_len = start_off + len_off - off;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpdec_asf.c169 int res, mflags, len_off; local
191 len_off = avio_rb24(pb);
202 * If 0x40 is not set, the len_off field specifies an offset
207 if (asf->pktbuf && len_off != avio_tell(asf->pktbuf)) {
213 if (!len_off && !asf->pktbuf &&
227 * If 0x40 is set, the len_off field specifies the length of
234 int cur_len = start_off + len_off - off;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-picolcd.c1651 int len_off, err = -EIO; local
1655 len_off = _picolcd_flash_setaddr(data, raw_data, *off);
1656 raw_data[len_off] = s > 32 ? 32 : s;
1657 resp = picolcd_send_and_wait(data->hdev, report_id, raw_data, len_off+1);
1662 if (memcmp(raw_data, resp->raw_data, len_off+1) != 0)
1664 if (copy_to_user(u+ret, resp->raw_data+len_off+1, raw_data[len_off])) {
1668 *off += raw_data[len_off];
1669 s -= raw_data[len_off];
1670 ret += raw_data[len_off];
1705 int len_off; local
1733 int len_off, err = -EIO; local
[all...]

Completed in 94 milliseconds