Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.h422 uint32_t videoWidth, videoHeight; member
429 videoWidth(0U), videoHeight(0U) {}; in StreamValidateStatus()
DQCamera3HWI.cpp1967 if (status->videoWidth < newStream->width || in validateStreamCombination()
1969 status->videoWidth = newStream->width; in validateStreamCombination()
2632 (int32_t) streamStatus.videoWidth; in configureStreamsPerfLocked()
2776 (previewSize.width == (int32_t) streamStatus.videoWidth)&& in configureStreamsPerfLocked()