Searched defs:BUFSIZE (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dec_defs.h62 #define BUFSIZE 8192 // big enough to hold 4608 bytes == biggest mp3 frame macro
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp548 const size_t BUFSIZE = 32 * 1024; local
549 char* buf = (char *)calloc(1,BUFSIZE);
637 memset(paxData, 0, BUFSIZE - (paxData - buf));
684 size_t toRead = (toWrite < BUFSIZE) ? toWrite : BUFSIZE;

Completed in 61 milliseconds