Searched refs:BUFF_SIZE (Results 1 - 2 of 2) sorted by last modified time

/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp914 const int BUFF_SIZE = 512; local
916 void *buff = ::XML_GetBuffer(parser, BUFF_SIZE);
924 int bytes_read = ::fread(buff, 1, BUFF_SIZE, fp);
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp111 const int BUFF_SIZE = 512; local
113 void *buff = ::XML_GetBuffer(parser, BUFF_SIZE);
120 int bytes_read = ::fread(buff, 1, BUFF_SIZE, file);

Completed in 69 milliseconds