HomeSort by relevance Sort by last modified time
    Searched refs:gbuf (Results 1 - 11 of 11) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ec_gains.cpp 169 state->gbuf[i] = 1;
210 state->gbuf[i] = 1;
276 tmp = gmed_n (st->gbuf,5);
334 tmp = gmed_n(st->gbuf, 5);
423 st->gbuf[i - 1] = st->gbuf[i];
425 st->gbuf[4] = *gain_code;
480 st->gbuf[i - 1] = st->gbuf[i];
482 st->gbuf[4] = *gain_code
    [all...]
ec_gains.h 108 Word16 gbuf[5]; member in struct:__anon27645
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dec_gain2_amr_wb.cpp 157 /* next 5 gbuf[] */
185 int16 *past_gain_pit, *past_gain_code, *past_qua_en, *gbuf, *pbuf, *prev_gc; local
197 gbuf = mem + 12;
236 tmp = median5(&gbuf[2]);
283 gbuf[i - 1] = gbuf[i];
286 gbuf[4] = *past_gain_code;
359 tmp = gbuf[1];
364 gbuf[i - 1] = tmp;
367 tmp = gbuf[i]
    [all...]
  /external/clang/test/CodeGen/
object-size.c 12 char gbuf[63]; variable
18 // CHECK: = call i8* @__strcpy_chk(i8* getelementptr inbounds ([63 x i8], [63 x i8]* @gbuf, i64 0, i64 4), i8* getelementptr inbounds ([9 x i8], [9 x i8]* @.str, i32 0, i32 0), i64 59)
19 strcpy(&gbuf[4], "Hi there");
24 // CHECK: = call i8* @__strcpy_chk(i8* getelementptr inbounds ([63 x i8], [63 x i8]* @gbuf, i32 0, i32 0), i8* getelementptr inbounds ([9 x i8], [9 x i8]* @.str, i32 0, i32 0), i64 63)
25 strcpy(gbuf, "Hi there");
30 // CHECK: = call i8* @__strcpy_chk(i8* getelementptr inbounds ([63 x i8], [63 x i8]* @gbuf, i64 1, i64 37), i8* getelementptr inbounds ([9 x i8], [9 x i8]* @.str, i32 0, i32 0), i64 0)
31 strcpy(&gbuf[100], "Hi there");
36 // CHECK: = call i8* @__strcpy_chk(i8* getelementptr inbounds ([63 x i8], [63 x i8]* @gbuf, i64 0, i64 -1), i8* getelementptr inbounds ([9 x i8], [9 x i8]* @.str, i32 0, i32 0), i64 0)
37 strcpy((char*)(void*)&gbuf[-1], "Hi there");
61 // CHECK: = call i8* @__strcpy_chk(i8* getelementptr inbounds ([63 x i8], [63 x i8]* @gbuf, i32 0, i32 0), i8* getelementptr inbounds ([9 x i8], [9 x i8]* @.str, i32 0, i32 0), i64 63
    [all...]
  /external/selinux/libselinux/src/
seusers.c 117 struct group gbuf, *grent = NULL; local
128 int retval = getgrnam_r(group, &gbuf, rbuf,
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test.h 367 void add(sp<GraphicBuffer> &gbuf, const Rect &crop,
371 defer.graphicBuffer = gbuf;
375 gbuf->lock(GRALLOC_USAGE_SW_READ_RARELY, (void**) &defer.mappedBuffer);
camera_test_bufferqueue.h 114 virtual void onHandled(sp<GraphicBuffer> &gbuf, unsigned int slot) {
  /frameworks/native/libs/gui/
Surface.cpp 286 sp<GraphicBuffer>& gbuf(mSlots[mSharedBufferSlot].buffer);
287 if (gbuf != NULL) {
288 *buffer = gbuf.get();
311 sp<GraphicBuffer>& gbuf(mSlots[buf].buffer);
320 if ((result & IGraphicBufferProducer::BUFFER_NEEDS_REALLOCATION) || gbuf == 0) {
321 result = mGraphicBufferProducer->requestBuffer(buf, &gbuf);
341 *buffer = gbuf.get();
    [all...]
  /external/toybox/generated/
globals.h 590 char stats, singleline, flush, *filter_dev, gbuf[8192]; member in struct:ip_data
  /external/toybox/toys/pending/
ip.c 41 char stats, singleline, flush, *filter_dev, gbuf[8192];
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cdattst.c 188 char gbuf[2048]; local
190 u_austrcpy(gbuf, result);
191 log_err("FAIL: Date Format for US locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf);
    [all...]

Completed in 549 milliseconds