Searched refs:pad_bytes (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Dwrbmp.c52 int pad_bytes; /* number of padding bytes needed per row */ member in struct:__anon3965
100 pad = dest->pad_bytes;
130 pad = dest->pad_bytes;
422 dest->pad_bytes = (int) (row_width - dest->data_width);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest102.tcl196 proc t102_populate { db method nentries txnenv pad_bytes } {
210 append datastr [repeat "a" $pad_bytes]
H A Dtest095.tcl344 # with "word" having (i * pad_bytes) bytes extra padding.
345 proc t95_populate { db did nsets pad_bytes } {
351 append basekey [repeat "a" [expr $pad_bytes * $i]]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpegenc.c531 int pad_bytes = 0; local
538 pad_bytes = (int) (full_pad_bytes - s->vcd_padding_bytes_written);
540 if (pad_bytes<0)
543 pad_bytes=0;
546 return pad_bytes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpegenc.c518 int pad_bytes = 0; local
525 pad_bytes = (int) (full_pad_bytes - s->vcd_padding_bytes_written);
527 if (pad_bytes<0)
530 pad_bytes=0;
533 return pad_bytes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3enc.c1618 int frame_size_58, pad_bytes, crc1, crc2_partial, crc2, crc_inv; local
1627 pad_bytes = s->frame_size - (put_bits_ptr(&s->pb) - frame) - 2;
1628 av_assert2(pad_bytes >= 0);
1629 if (pad_bytes > 0)
1630 memset(put_bits_ptr(&s->pb), 0, pad_bytes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3enc.c1613 int frame_size_58, pad_bytes, crc1, crc2_partial, crc2, crc_inv; local
1622 pad_bytes = s->frame_size - (put_bits_ptr(&s->pb) - frame) - 2;
1623 av_assert2(pad_bytes >= 0);
1624 if (pad_bytes > 0)
1625 memset(put_bits_ptr(&s->pb), 0, pad_bytes);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dniu.c6449 u64 pad_bytes, u64 len)
6491 (pad_bytes + sizeof(struct tx_pkt_hdr));
6499 (pad_bytes + sizeof(struct tx_pkt_hdr));
6501 ret = (((pad_bytes / 2) << TXHDR_PAD_SHIFT) |
6538 unsigned int pad_bytes = ETH_ZLEN - skb->len; local
6540 if (skb_pad(skb, pad_bytes))
6542 skb_put(skb, pad_bytes);
6448 niu_compute_tx_flags(struct sk_buff *skb, struct ethhdr *ehdr, u64 pad_bytes, u64 len) argument

Completed in 208 milliseconds