HomeSort by relevance Sort by last modified time
    Searched defs:intbuf (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
aacenc_core.h 66 short *intbuf; member in struct:__anon37852
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_resize.c 515 uint8_t *intbuf = (uint8_t *)malloc(sizeof(uint8_t) * width2 * height); local
521 intbuf + width2 * i, width2, tmpbuf);
523 fill_col_to_arr(intbuf + i, width2, height, arrbuf);
527 free(intbuf);
  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.c 515 uint8_t *intbuf = (uint8_t *)malloc(sizeof(uint8_t) * width2 * height); local
521 intbuf + width2 * i, width2, tmpbuf);
523 fill_col_to_arr(intbuf + i, width2, height, arrbuf);
527 free(intbuf);
  /external/valgrind/main/VEX/priv/
main_util.c 338 HChar intbuf[100]; /* big enough for a 64-bit # in base 2 */ local
417 convert_int(intbuf, l, 10/*base*/, True/*signed*/,
420 len2 = vex_strlen(intbuf);
423 PAD(len1); PUTSTR(intbuf); PAD(len3);
437 convert_int(intbuf, l, base, False/*unsigned*/, hexcaps);
439 len2 = vex_strlen(intbuf);
442 PAD(len1); PUTSTR(intbuf); PAD(len3);
449 convert_int(intbuf, l, 16/*base*/, False/*unsigned*/, hexcaps);
451 len2 = vex_strlen(intbuf)+2;
454 PAD(len1); PUT('0'); PUT('x'); PUTSTR(intbuf); PAD(len3)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_resize.c 515 uint8_t *intbuf = (uint8_t *)malloc(sizeof(uint8_t) * width2 * height); local
521 intbuf + width2 * i, width2, tmpbuf);
523 fill_col_to_arr(intbuf + i, width2, height, arrbuf);
527 free(intbuf);

Completed in 1322 milliseconds