Searched refs:maxVideoHeight (Results 1 – 2 of 2) sorted by relevance
77 int32_t maxVideoHeight = 0; in initialize() local88 if (height > maxVideoHeight) { in initialize()89 maxVideoHeight = height; in initialize()93 Size videoSizeUpperBound = {maxVideoWidth, maxVideoHeight}; in initialize()
636 builder, gTvStreamConfigBuilderClassInfo.maxHeight, configs[i].maxVideoHeight); in nativeGetStreamConfigs()