Searched refs:boffs (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Droqvideo.c44 int boffs,stride; local
47 boffs = y*stride + x;
49 bptr = ri->current_frame->data[0] + boffs;
56 boffs = y*stride + x;
58 bptr = ri->current_frame->data[1] + boffs;
64 bptr = ri->current_frame->data[2] + boffs;
74 int boffs,stride; local
77 boffs = y*stride + x;
79 bptr = ri->current_frame->data[0] + boffs;
86 boffs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Droqvideo.c44 int boffs,stride; local
47 boffs = y*stride + x;
49 bptr = ri->current_frame->data[0] + boffs;
56 boffs = y*stride + x;
58 bptr = ri->current_frame->data[1] + boffs;
64 bptr = ri->current_frame->data[2] + boffs;
74 int boffs,stride; local
77 boffs = y*stride + x;
79 bptr = ri->current_frame->data[0] + boffs;
86 boffs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/47xxnand/
H A Dbrcmnand_47xx.c629 uint32_t boffs = 0, roffs = ops->ooboffs; local
639 boffs = free->offset + roffs;
645 boffs = free->offset;
647 memcpy(oob, chip->oob_poi + boffs, bytes);
1224 uint32_t boffs = 0, woffs = ops->ooboffs; local
1234 boffs = free->offset + woffs;
1240 boffs = free->offset;
1242 memcpy(chip->oob_poi + boffs, oob, bytes);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/bcm947xx/nand/
H A Dbrcmnand_47xx.c629 uint32_t boffs = 0, roffs = ops->ooboffs; local
639 boffs = free->offset + roffs;
645 boffs = free->offset;
647 memcpy(oob, chip->oob_poi + boffs, bytes);
1224 uint32_t boffs = 0, woffs = ops->ooboffs; local
1234 boffs = free->offset + woffs;
1240 boffs = free->offset;
1242 memcpy(chip->oob_poi + boffs, oob, bytes);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dlpt.c612 int blnum, boffs, bsz, bcnt; local
694 boffs = 0; /* Offset of level below */
750 if (boffs + bsz > c->leb_size) {
752 boffs = 0;
755 nnode->nbranch[j].offs = boffs;
756 boffs += bsz;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dnand_base.c1402 uint32_t boffs = 0, roffs = ops->ooboffs; local
1412 boffs = free->offset + roffs;
1418 boffs = free->offset;
1420 memcpy(oob, chip->oob_poi + boffs, bytes);
2111 uint32_t boffs = 0, woffs = ops->ooboffs; local
2121 boffs = free->offset + woffs;
2127 boffs = free->offset;
2129 memcpy(chip->oob_poi + boffs, oob, bytes);

Completed in 488 milliseconds