Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodec.cpp818 int32_t clientInputSize = 0; in configure() local
820 msg->findInt32(KEY_MAX_INPUT_SIZE, &clientInputSize) && clientInputSize > 0; in configure()
845 if ((uint32_t)clientInputSize < maxInputSize.value) { in configure()
848 "recommendation.", clientInputSize, maxInputSize.value); in configure()
853 maxInputSize.value = clientInputSize; in configure()