Home | History | Annotate | Download | only in HAL3

Lines Matching defs:isZsl

1431     bool isZsl = false;
1510 isZsl = true;
1627 if (isZsl && m_bIsVideo) {
1657 if (!isZsl && bJpegOnEncoder && bJpegExceeds4K && bUseCommonFeatureMask) {
1676 LOGH("max viewfinder width %d height %d isZsl %d bUseCommonFeature %x commonFeatureMask %llx",
1677 maxViewfinderSize.width, maxViewfinderSize.height, isZsl, bUseCommonFeatureMask,
1945 if ((m_bIs4KVideo && !isZsl) || (bSmallJpegSize && !isZsl)) {
1957 if (isZsl) {
2136 m_bIs4KVideo, isZsl, mMetadataChannel,
10630 bool isZsl = (newStream->stream_type == CAMERA3_STREAM_BIDIRECTIONAL &&
10633 if (isRotated && (!isImplDef || isZsl)) {