/external/chromium_org/net/tools/flip_server/ |
ring_buffer.h | 91 int write_idx() const { return write_idx_; } function in class:net::RingBuffer
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_lookahead.h | 42 unsigned int write_idx; /* Write index */ member in struct:lookahead_ctx
|
vp9_lookahead.c | 102 buf = pop(ctx, &ctx->write_idx);
|
/external/e2fsprogs/lib/ext2fs/ |
closefs.c | 188 int check_idx, write_idx, size; local 206 write_idx = check_idx; 210 size = 2 * (check_idx - write_idx); 213 size, write_idx*2); 216 SUPERBLOCK_OFFSET + (2 * write_idx), size, 217 new_super + write_idx);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
lookahead.c | 23 unsigned int write_idx; /* Write index */ member in struct:lookahead_ctx 119 buf = pop(ctx, &ctx->write_idx);
|
/external/libvpx/libvpx/vp8/encoder/ |
lookahead.c | 23 unsigned int write_idx; /* Write index */ member in struct:lookahead_ctx 119 buf = pop(ctx, &ctx->write_idx);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_lookahead.c | 25 unsigned int write_idx; /* Write index */ member in struct:lookahead_ctx 105 buf = pop(ctx, &ctx->write_idx);
|
/external/opencv/cv/src/ |
cvhistogram.cpp | 831 int idx = -1, write_idx = ICV_HIST_DUMMY_IDX, sz = size[i]; local 844 tab[i*(hi - lo) + j - lo] = write_idx; 851 write_idx = idx*step; [all...] |