Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp965 int32_t clientInputSize = 0; in configure() local
967 msg->findInt32(KEY_MAX_INPUT_SIZE, &clientInputSize) && clientInputSize > 0; in configure()
992 if ((uint32_t)clientInputSize < maxInputSize.value) { in configure()
995 "recommendation.", clientInputSize, maxInputSize.value); in configure()
1000 maxInputSize.value = clientInputSize; in configure()