Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dutils.cc237 bool has_jpeg_stream = false; in IsLiveSnapshotConfigured() local
242 has_jpeg_stream = true; in IsLiveSnapshotConfigured()
246 return (has_video_stream & has_jpeg_stream); in IsLiveSnapshotConfigured()