Home
last modified time | relevance | path

Searched refs:expectedCmdSize (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/dynamicsproc/
DEffectDynamicsProcessing.cpp510 uint32_t expectedCmdSize = DP_getParameterCmdSize(pEffectParam->psize, in DP_command() local
512 if (cmdSize != expectedCmdSize || *replySize < expectedCmdSize) { in DP_command()
514 cmdSize, expectedCmdSize, *replySize); in DP_command()
518 ALOGVV("DP_command expectedCmdSize: %d", expectedCmdSize); in DP_command()
519 memcpy(pReplyData, pCmdData, expectedCmdSize); in DP_command()