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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpegenc.c269 int buf_index, i, private_stream_coded; local
276 buf_index = 12;
285 buf_index += 3;
287 return buf_index;
528 int buf_index;
533 buf_index = 0;
537 buf_index += 14;
539 buf_index += 12;
549 buf_index += 15;
553 buf_index
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/devices/
H A Dat91_dataflash26.c258 unsigned int addr, buf_index = 0; local
277 while (buf_index < len) {
290 cmd[4] = buf[buf_index++];
310 cmd[1] = buf[buf_index++];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh264.c7407 int buf_index=0; local
7434 if(buf_index >= buf_size) break;
7437 nalsize = (nalsize << 8) | buf[buf_index++];
7438 if(nalsize <= 1 || (nalsize+buf_index > buf_size)){
7440 buf_index++;
7449 for(; buf_index + 3 < buf_size; buf_index++){
7451 if(buf[buf_index] == 0 && buf[buf_index+1] == 0 && buf[buf_index
7628 int buf_index; local
[all...]

Completed in 89 milliseconds