Home
last modified time | relevance | path

Searched defs:isZsl (Results 1 – 4 of 4) sorted by relevance

/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3HWI.cpp874 bool isZsl = false; in configureStreams() local
7300 bool isZsl = (newStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL && in validateStreamRotations() local
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3HWI.cpp1164 bool isZsl = false; in configureStreamsPerfLocked() local
9327 bool isZsl = (newStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL && in validateStreamRotations() local
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3HWI.cpp1164 bool isZsl = false; in configureStreamsPerfLocked() local
9324 bool isZsl = (newStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL && in validateStreamRotations() local
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Parm.cpp2730 status_t QCameraHardwareInterface::setJpegRotation(int isZsl) { in setJpegRotation()