Searched refs:tableSize (Results 1 - 9 of 9) sorted by path

/frameworks/av/media/libstagefright/
H A DAACWriter.cpp200 const int tableSize = local
204 for (int index = 0; index < tableSize; ++index) {
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp101 const int32_t tableSize = sizeof(kSampleRateTable) / sizeof(kSampleRateTable[0]); local
102 for (int32_t i = 0; i < tableSize; ++i) {
H A DSoftAACEncoder.cpp370 const int32_t tableSize = local
373 for (int32_t i = 0; i < tableSize; ++i) {
/frameworks/base/core/jni/android/graphics/
H A DHarfBuzzNGFaceSkia.cpp143 const size_t tableSize = typeface->getTableSize(tag); local
144 if (!tableSize)
147 char* buffer = reinterpret_cast<char*>(malloc(tableSize));
150 size_t actualSize = typeface->getTableData(tag, 0, tableSize, buffer);
151 if (tableSize != actualSize) {
156 return hb_blob_create(const_cast<char*>(buffer), tableSize,
/frameworks/base/libs/hwui/hwui/
H A DMinikinSkia.cpp73 const size_t tableSize = mTypeface->getTableSize(tag); local
74 *size = tableSize;
75 if (tableSize == 0) {
78 void* buf = malloc(tableSize);
82 mTypeface->getTableData(tag, 0, tableSize, buf);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/minikin/libs/minikin/
H A DCmapCoverage.cpp188 const size_t tableSize = cmap_size - offset; local
190 success = getCoverageFormat4(coverageVec, tableData, tableSize);
192 success = getCoverageFormat12(coverageVec, tableData, tableSize);
/frameworks/minikin/sample/
H A DMinikinSkia.cpp53 const size_t tableSize = mTypeface->getTableSize(tag);
54 *size = tableSize;
55 if (tableSize == 0) {
58 void* buf = malloc(tableSize);
62 mTypeface->getTableData(tag, 0, tableSize, buf);
/frameworks/minikin/tests/
H A DMinikinFontForTest.cpp51 const size_t tableSize = mTypeface->getTableSize(tag); local
52 *size = tableSize;
53 if (tableSize == 0) {
56 void* buf = malloc(tableSize);
60 mTypeface->getTableData(tag, 0, tableSize, buf);

Completed in 3397 milliseconds