Home
last modified time | relevance | path

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

/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3HWI.cpp1221 uint32_t videoWidth = 0U; in configureStreamsPerfLocked() local
1313 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()
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3HWI.cpp1221 uint32_t videoWidth = 0U; in configureStreamsPerfLocked() local
1313 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()
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3HWI.cpp1532 uint32_t videoWidth = 0U; in configureStreamsPerfLocked() local
1633 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()