Searched refs:packet_bytes (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dftdi-elan.c695 int packet_bytes = 0; local
699 &packet_bytes, 50);
700 if (packet_bytes > 2) {
701 ftdi->bulk_in_left = packet_bytes - 2;
957 int packet_bytes = 0; local
961 &packet_bytes, 500);
964 int m = packet_bytes;
974 if (packet_bytes > 2) {
975 ftdi->bulk_in_left = packet_bytes - 2;
982 packet_bytes, bytes_rea
1877 int packet_bytes = 0; local
2063 int packet_bytes = 0; local
2173 int packet_bytes = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpegenc.c551 static void put_padding_packet(AVFormatContext *ctx, AVIOContext *pb,int packet_bytes) argument
557 avio_wb16(pb, packet_bytes - 6);
560 packet_bytes -= 7;
562 packet_bytes -= 6;
564 for(i=0;i<packet_bytes;i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpegenc.c624 static void put_padding_packet(AVFormatContext *ctx, AVIOContext *pb,int packet_bytes) argument
630 avio_wb16(pb, packet_bytes - 6);
633 packet_bytes -= 7;
635 packet_bytes -= 6;
637 for(i=0;i<packet_bytes;i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dqdm2.c1195 int i, packet_bytes, sub_packet_size, sub_packets_D; local
1217 packet_bytes = (q->compressed_size - get_bits_count(&gb) / 8);
1241 for (i = 0; packet_bytes > 0; i++) {
1266 if (sub_packet_size > packet_bytes) {
1269 packet->size += packet_bytes - sub_packet_size;
1272 packet_bytes -= sub_packet_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqdm2.c1282 int i, packet_bytes, sub_packet_size, sub_packets_D; local
1304 packet_bytes = (q->compressed_size - get_bits_count(&gb) / 8);
1328 for (i = 0; packet_bytes > 0; i++) {
1358 if (sub_packet_size > packet_bytes) {
1361 packet->size += packet_bytes - sub_packet_size;
1364 packet_bytes -= sub_packet_size;

Completed in 111 milliseconds