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

  /frameworks/av/media/libeffects/proxy/
EffectProxy.h 62 #define PROXY_REPLY_SIZE_MAX (64 * 1024) // must be power of two
EffectProxy.cpp 296 while (tmpSize < *replySize && tmpSize < PROXY_REPLY_SIZE_MAX) {

Completed in 75 milliseconds