Searched refs:videoWidth (Results 1 – 3 of 3) sorted by relevance
1221 uint32_t videoWidth = 0U; in configureStreamsPerfLocked() local1313 videoWidth = newStream->width; in configureStreamsPerfLocked()1391 ((videoWidth == 1920 && videoHeight == 1080) || in configureStreamsPerfLocked()1392 (videoWidth == 1280 && videoHeight == 720)) && in configureStreamsPerfLocked()1711 (int32_t)videoWidth; in configureStreamsPerfLocked()
1532 uint32_t videoWidth = 0U; in configureStreamsPerfLocked() local1633 videoWidth = newStream->width; in configureStreamsPerfLocked()1722 ((videoWidth == 1920 && videoHeight == 1080) || in configureStreamsPerfLocked()1723 (videoWidth == 1280 && videoHeight == 720)) && in configureStreamsPerfLocked()2079 … mStreamConfigInfo.stream_sizes[mStreamConfigInfo.num_streams].width = (int32_t)videoWidth; in configureStreamsPerfLocked()