Searched defs:isZsl (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp1432 bool isZsl = false; local
1511 isZsl = true;
1628 if (isZsl && m_bIsVideo) {
1658 if (!isZsl && bJpegOnEncoder && bJpegExceeds4K && bUseCommonFeatureMask) {
1677 LOGH("max viewfinder width %d height %d isZsl %d bUseCommonFeature %x commonFeatureMask %llx",
1678 maxViewfinderSize.width, maxViewfinderSize.height, isZsl, bUseCommonFeatureMask,
1946 if ((m_bIs4KVideo && !isZsl) || (bSmallJpegSize && !isZsl)) {
1958 if (isZsl) {
2137 m_bIs4KVideo, isZsl, mMetadataChanne
10628 bool isZsl = (newStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL && local
[all...]
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp1486 bool isZsl = false; local
1572 isZsl = true;
1690 if (isZsl && m_bIsVideo) {
1720 if (!isZsl && bJpegOnEncoder && bJpegExceeds4K && bUseCommonFeatureMask) {
1739 LOGH("max viewfinder width %d height %d isZsl %d bUseCommonFeature %x commonFeatureMask %llx",
1740 maxViewfinderSize.width, maxViewfinderSize.height, isZsl, bUseCommonFeatureMask,
2005 if ((m_bIs4KVideo && !isZsl) || (bSmallJpegSize && !isZsl)) {
2017 if (isZsl) {
2196 m_bIs4KVideo, isZsl, mMetadataChanne
11901 bool isZsl = (newStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL && local
[all...]

Completed in 27 milliseconds