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

  /frameworks/av/media/libeffects/proxy/
EffectProxy.h 61 #define PROXY_REPLY_SIZE_DEFAULT 32 // must be power of two
EffectProxy.cpp 116 pContext->replySize = PROXY_REPLY_SIZE_DEFAULT;
117 pContext->replyData = (char *)malloc(PROXY_REPLY_SIZE_DEFAULT);

Completed in 79 milliseconds