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

  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
aacenc_core.h 66 short *intbuf; member in struct:__anon21981
  /external/valgrind/VEX/priv/
main_util.c 344 HChar intbuf[100]; /* big enough for a 64-bit # in base 2 */ local
428 convert_int(intbuf, l, 10/*base*/, True/*signed*/,
431 len2 = vex_strlen(intbuf);
434 PAD(len1); PUTSTR(intbuf); PAD(len3);
450 convert_int(intbuf, l, base, False/*unsigned*/, hexcaps);
452 len2 = vex_strlen(intbuf);
455 PAD(len1); PUTSTR(intbuf); PAD(len3);
462 convert_int(intbuf, l, 16/*base*/, False/*unsigned*/, hexcaps);
464 len2 = vex_strlen(intbuf)+2;
467 PAD(len1); PUT('0'); PUT('x'); PUTSTR(intbuf); PAD(len3)
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
aacenc_core.c 232 if(hAacEnc->intbuf)
234 mem_free(pMemOP, hAacEnc->intbuf, VO_INDEX_ENC_AAC);
235 hAacEnc->intbuf = NULL;
aacenc.c 91 hAacEnc->intbuf = (short *)mem_malloc(pMemOP, AACENC_BLOCKSIZE*MAX_CHANNELS*sizeof(short), 32, VO_INDEX_ENC_AAC);
92 if(NULL == hAacEnc->intbuf)
192 hAacEnc->voMemop->Copy(VO_INDEX_ENC_AAC, hAacEnc->intbuf + hAacEnc->intlen,
195 hAacEnc->encbuf = hAacEnc->intbuf;
231 hAacEnc->voMemop->Copy(VO_INDEX_ENC_AAC, hAacEnc->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);
  /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 222 milliseconds