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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/winbond/
H A Dmds.c229 u8 buf_index, FragmentCount = 0; local
235 buf_index = pDes->buffer_start_index;
266 src_buffer = pDes->buffer_address[buf_index];
268 if (CopySize >= pDes->buffer_size[buf_index]) {
269 CopyLeft = pDes->buffer_size[buf_index];
272 buf_index++;
273 buf_index %= MAX_DESCRIPTOR_BUFFER_INDEX;
275 u8 *pctmp = pDes->buffer_address[buf_index];
277 pDes->buffer_address[buf_index] = pctmp;
278 pDes->buffer_size[buf_index]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264.c1334 int buf_index, int next_avc)
1337 for (; buf_index + 3 < next_avc; buf_index++)
1339 if (buf[buf_index] == 0 &&
1340 buf[buf_index + 1] == 0 &&
1341 buf[buf_index + 2] == 1)
1344 buf_index += 3;
1346 if (buf_index >= buf_size)
1349 return buf_index;
1353 int buf_size, int *buf_index)
1333 find_start_code(const uint8_t *buf, int buf_size, int buf_index, int next_avc) argument
1352 get_avc_nalsize(H264Context *h, const uint8_t *buf, int buf_size, int *buf_index) argument
1393 int buf_index = 0; local
1457 int buf_index; local
1826 int buf_index = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpegenc.c274 int buf_index, i, private_stream_coded; local
281 buf_index = 12;
290 buf_index += 3;
292 return buf_index;
545 int buf_index;
550 buf_index = 0;
554 buf_index += 14;
556 buf_index += 12;
566 buf_index += 15;
570 buf_index
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fnic/
H A Dvnic_rq.h101 unsigned int buf_index; member in struct:vnic_rq
129 return rq->buf_index++;
H A Dvnic_rq.c63 rq->buf_index = 0;
137 rq->buf_index = 0;
193 rq->buf_index = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/pt1/
H A Dpt1.c307 int buf_index; local
314 buf_index = 0;
319 page = pt1->tables[table_index].bufs[buf_index].page;
325 if (++buf_index >= PT1_NR_BUFS) {
327 buf_index = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.c3843 int buf_index; local
3859 buf_index = 0;
3871 if(buf_index >= next_avc) {
3872 if (buf_index >= buf_size - h->nal_length_size) break;
3875 nalsize = (nalsize << 8) | buf[buf_index++];
3876 if(nalsize <= 0 || nalsize > buf_size - buf_index){
3880 next_avc= buf_index + nalsize;
3883 for(; buf_index + 3 < next_avc; buf_index++){
3885 if(buf[buf_index]
4151 int buf_index = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpegenc.c277 int buf_index, i, private_stream_coded; local
284 buf_index = 12;
293 buf_index += 3;
295 return buf_index;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dpasemi_mac.c748 int count, buf_index, tot_bytes, packets; local
781 buf_index = eval-1;
784 info = &RX_DESC_INFO(rx, buf_index);
829 RX_BUFF(rx, buf_index) = 0;

Completed in 164 milliseconds