HomeSort by relevance Sort by last modified time
    Searched refs:ibuf (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/qemu/audio/
rate_template.h 27 * Processed signed long samples from ibuf to obuf.
30 void NAME (void *opaque, struct st_sample *ibuf, struct st_sample *obuf,
45 istart = ibuf;
46 iend = ibuf + *isamp;
54 OP (obuf[i].l, ibuf[i].l);
55 OP (obuf[i].r, ibuf[i].r);
65 if (ibuf >= iend) {
72 ilast = *ibuf++;
75 if (ibuf >= iend) {
80 icur = *ibuf;
    [all...]
mixeng.h 44 void st_rate_flow (void *opaque, struct st_sample *ibuf, struct st_sample *obuf,
46 void st_rate_flow_mix (void *opaque, struct st_sample *ibuf, struct st_sample *obuf,
  /sdk/emulator/opengl/tests/ut_renderer/
RendererSurface.cpp 41 int ibuf; local
42 if (eglGetConfigAttrib(eglDisplay, eglConfig, EGL_BUFFER_SIZE, &ibuf)) {
43 fprintf(stderr, "EGL COLOR Buffer size: %d\n", ibuf);
47 if (eglGetConfigAttrib(eglDisplay, eglConfig, EGL_DEPTH_SIZE, &ibuf)) {
48 fprintf(stderr, "EGL DEPTH Buffer size: %d\n", ibuf);
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bf_buff.c 99 ctx->ibuf=(char *)OPENSSL_malloc(DEFAULT_BUFFER_SIZE);
100 if (ctx->ibuf == NULL) { OPENSSL_free(ctx); return(0); }
102 if (ctx->obuf == NULL) { OPENSSL_free(ctx->ibuf); OPENSSL_free(ctx); return(0); }
122 if (b->ibuf != NULL) OPENSSL_free(b->ibuf);
149 memcpy(out,&(ctx->ibuf[ctx->ibuf_off]),i);
183 i=BIO_read(b->next_bio,ctx->ibuf,ctx->ibuf_size);
296 p1=ctx->ibuf;
323 if (ctx->ibuf != NULL) OPENSSL_free(ctx->ibuf);
    [all...]
  /external/openssl/crypto/bio/
bf_buff.c 99 ctx->ibuf=(char *)OPENSSL_malloc(DEFAULT_BUFFER_SIZE);
100 if (ctx->ibuf == NULL) { OPENSSL_free(ctx); return(0); }
102 if (ctx->obuf == NULL) { OPENSSL_free(ctx->ibuf); OPENSSL_free(ctx); return(0); }
122 if (b->ibuf != NULL) OPENSSL_free(b->ibuf);
149 memcpy(out,&(ctx->ibuf[ctx->ibuf_off]),i);
183 i=BIO_read(b->next_bio,ctx->ibuf,ctx->ibuf_size);
296 p1=ctx->ibuf;
323 if (ctx->ibuf != NULL) OPENSSL_free(ctx->ibuf);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
yuvscaler_unittest.cc 108 uint8 *ibuf = ALIGNP(ibuffer.get(), kAlignment) + memoffset; local
113 if (!LoadPlanarYuvTestImage("faces", iw, ih, ibuf) ||
120 memset(ibuf, 213, isize); // Input is constant color.
126 FlushCache(ibuf, isize);
140 FlushCache(ibuf, isize);
146 EXPECT_EQ(0, libyuv::ScaleOffset(ibuf, iw, ih, obuf, ow, oh,
192 ALIGN16(uint8 ibuf[I420_SIZE(iw, ih)]);
196 ASSERT_TRUE(LoadPlanarYuvTestImage("faces", iw, ih, ibuf));
198 libyuv::ScaleOffset(ibuf, iw, ih, obuf, ow, oh, 0, false);
201 EXPECT_EQ(-1, FindDiff(obuf, ibuf, sizeof(ibuf)))
212 uint8 *ibuf = ALIGNP(ibuffer.get(), kAlignment); local
    [all...]
  /external/opencv/cv/src/
cvmatchcontours.cpp 230 int lpt1, lpt2, lpt, flag, flag_n, i, j, ibuf, ibuf1; local
305 ibuf = 0;
356 ibuf1 = ibuf + 1;
360 ptr12[ibuf] = ptr11[j]->next_v1;
365 ptr12[ibuf] = NULL;
370 ptr22[ibuf] = ptr21[j]->next_v1;
375 ptr22[ibuf] = NULL;
378 ibuf += 2;
381 i = ibuf;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_swtnl_private.h 49 struct pipe_resource *ibuf; member in struct:svga_vbuf_render
svga_swtnl_backend.c 84 pipe_resource_reference(&svga_render->ibuf, NULL);
270 pipe_resource_reference(&svga_render->ibuf, NULL);
272 if (!svga_render->ibuf) {
274 svga_render->ibuf = pipe_buffer_create(screen,
281 pipe_buffer_write_nooverlap(&svga->pipe, svga_render->ibuf,
294 svga_render->ibuf,
304 svga_render->ibuf,
332 pipe_resource_reference(&svga_render->ibuf, NULL);
  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_private.h 49 struct pipe_resource *ibuf; member in struct:svga_vbuf_render
svga_swtnl_backend.c 84 pipe_resource_reference(&svga_render->ibuf, NULL);
270 pipe_resource_reference(&svga_render->ibuf, NULL);
272 if (!svga_render->ibuf) {
274 svga_render->ibuf = pipe_buffer_create(screen,
281 pipe_buffer_write_nooverlap(&svga->pipe, svga_render->ibuf,
294 svga_render->ibuf,
304 svga_render->ibuf,
332 pipe_resource_reference(&svga_render->ibuf, NULL);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL_program.cpp 321 GrGLIndexBuffer* ibuf = NULL; local
328 ibuf = (GrGLIndexBuffer*)this->getGeomSrc().fIndexBuffer;
334 ibuf = (GrGLIndexBuffer*) geoPoolState.fPoolIndexBuffer;
337 ibuf = NULL; // suppress warning
341 SkASSERT(NULL != ibuf);
342 SkASSERT(!ibuf->isMapped());
343 *indexOffsetInBytes += ibuf->baseOffset();
346 fHWGeometryState.bindArrayAndBuffersToDraw(this, vbuf, ibuf);
  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 321 GrGLIndexBuffer* ibuf = NULL; local
328 ibuf = (GrGLIndexBuffer*)this->getGeomSrc().fIndexBuffer;
334 ibuf = (GrGLIndexBuffer*) geoPoolState.fPoolIndexBuffer;
337 ibuf = NULL; // suppress warning
341 SkASSERT(NULL != ibuf);
342 SkASSERT(!ibuf->isMapped());
343 *indexOffsetInBytes += ibuf->baseOffset();
346 fHWGeometryState.bindArrayAndBuffersToDraw(this, vbuf, ibuf);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
ppp-comp.h 101 int (*decompress) (void *state, unsigned char *ibuf, int isize,
105 void (*incomp) (void *state, unsigned char *ibuf, int icnt);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ppp-comp.h 101 int (*decompress) (void *state, unsigned char *ibuf, int isize,
105 void (*incomp) (void *state, unsigned char *ibuf, int icnt);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
audio_buffer.cc 74 // therefore safe to use the return value of ibuf() and fbuf() until the next
84 ChannelBuffer<int16_t>* ibuf() { function in class:webrtc::IFChannelBuffer
137 int16_t* low_channel(int i) { return low_.ibuf()->channel(i); }
138 int16_t* high_channel(int i) { return high_.ibuf()->channel(i); }
246 channels_->ibuf()->channel(i));
263 ScaleToFloat(channels_->ibuf()->channel(i),
289 return channels_->ibuf()->channel(channel);
401 int16_t* deinterleaved = channels_->ibuf()->channel(i);
423 int16_t* deinterleaved = channels_->ibuf()->channel(i);
442 StereoToMono(channels_->ibuf()->channel(0)
    [all...]
  /ndk/sources/host-tools/make-3.81/
vmsjobs.c 48 vms_redirect (struct dsc$descriptor_s *desc, char *fname, char *ibuf)
52 ibuf++;
53 while (isspace ((unsigned char)*ibuf))
54 ibuf++;
55 fptr = ibuf;
56 while (*ibuf && !isspace ((unsigned char)*ibuf))
57 ibuf++;
58 *ibuf = 0;
72 return ibuf;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/comp/
c_zlib.c 430 unsigned char *ibuf; /* Input buffer */ member in struct:__anon18355
488 ctx->ibuf = NULL;
517 if(ctx->ibuf)
521 OPENSSL_free(ctx->ibuf);
545 if(!ctx->ibuf)
547 ctx->ibuf = OPENSSL_malloc(ctx->ibufsize);
548 if(!ctx->ibuf)
554 zin->next_in = ctx->ibuf;
583 ret = BIO_read(b->next_bio, ctx->ibuf, ctx->ibufsize);
593 zin->next_in = ctx->ibuf;
    [all...]
  /external/openssl/crypto/comp/
c_zlib.c 430 unsigned char *ibuf; /* Input buffer */ member in struct:__anon31953
488 ctx->ibuf = NULL;
517 if(ctx->ibuf)
521 OPENSSL_free(ctx->ibuf);
545 if(!ctx->ibuf)
547 ctx->ibuf = OPENSSL_malloc(ctx->ibufsize);
548 if(!ctx->ibuf)
554 zin->next_in = ctx->ibuf;
583 ret = BIO_read(b->next_bio, ctx->ibuf, ctx->ibufsize);
593 zin->next_in = ctx->ibuf;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
tri-instanced.c 109 struct pipe_index_buffer ibuf; local
155 ibuf.buffer = pipe_buffer_create_with_data(ctx,
160 ibuf.offset = 0;
161 ibuf.index_size = 2;
163 ctx->set_index_buffer(ctx, &ibuf);
  /external/mesa3d/src/gallium/tests/graw/
tri-instanced.c 109 struct pipe_index_buffer ibuf; local
155 ibuf.buffer = pipe_buffer_create_with_data(ctx,
160 ibuf.offset = 0;
161 ibuf.index_size = 2;
163 ctx->set_index_buffer(ctx, &ibuf);
  /external/wpa_supplicant_8/src/eap_common/
eap_gpsk_common.c 44 u8 ibuf[2], hash[16]; local
50 addr[0] = ibuf;
51 vlen[0] = sizeof(ibuf);
59 WPA_PUT_BE16(ibuf, i);
79 u8 ibuf[2], hash[SHA256_MAC_LEN]; local
85 addr[0] = ibuf;
86 vlen[0] = sizeof(ibuf);
94 WPA_PUT_BE16(ibuf, i);
  /system/core/lmkd/
lmkd.c 358 int ibuf[CTRL_PACKET_MAX / sizeof(int)]; local
364 len = ctrl_data_read((char *)ibuf, CTRL_PACKET_MAX);
372 cmd = ntohl(ibuf[0]);
379 cmd_target(targets, &ibuf[1]);
384 cmd_procprio(ntohl(ibuf[1]), ntohl(ibuf[2]), ntohl(ibuf[3]));
389 cmd_procremove(ntohl(ibuf[1]));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FilterOutputStreamTest.java 36 byte[] ibuf = new byte[4096]; field in class:FilterOutputStreamTest
  /external/iputils/
rarpd.c 94 struct ifreq ibuf[256]; local
101 ifc.ifc_len = sizeof ibuf;
102 ifc.ifc_buf = (caddr_t)ibuf;
119 ifend = (struct ifreq *)((char *)ibuf + ifc.ifc_len);
120 for (ifrp = ibuf; ifrp < ifend; ifrp++) {

Completed in 1996 milliseconds

1 2 3