Searched refs:maxVideoWidth (Results 1 – 4 of 4) sorted by relevance
94 tvStreamConfigs[pos].maxVideoWidth = configs[i].max_video_width; in getStreamConfigurations()
139 uint32_t maxVideoWidth; // Max width of the stream.
78 int32_t maxVideoWidth = 0; in initialize() local87 if (width > maxVideoWidth) { in initialize()88 maxVideoWidth = width; in initialize()95 Size videoSizeUpperBound = {maxVideoWidth, maxVideoHeight}; in initialize()
633 builder, gTvStreamConfigBuilderClassInfo.maxWidth, configs[i].maxVideoWidth); in nativeGetStreamConfigs()