Searched defs:kCacheSize (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DCallbackDataSource.h58 // than kCacheSize it will read up to kCacheSize ahead and cache it.
81 kCacheSize = 2048, enumerator in enum:android::TinyCacheSource::__anon102
85 uint8_t mCache[kCacheSize];
/frameworks/av/media/libstagefright/foundation/include/
H A DCallbackDataSource.h58 // than kCacheSize it will read up to kCacheSize ahead and cache it.
81 kCacheSize = 2048, enumerator in enum:android::TinyCacheSource::__anon814
85 uint8_t mCache[kCacheSize];
/frameworks/av/media/libstagefright/include/
H A DCallbackDataSource.h58 // than kCacheSize it will read up to kCacheSize ahead and cache it.
81 kCacheSize = 2048, enumerator in enum:android::TinyCacheSource::__anon871
85 uint8_t mCache[kCacheSize];

Completed in 25 milliseconds