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.cc276 bool has_jpeg_stream = false; in IsLiveSnapshotConfigured() local
281 has_jpeg_stream = true; in IsLiveSnapshotConfigured()
285 return (has_video_stream & has_jpeg_stream); in IsLiveSnapshotConfigured()