OSDN Git Service

Camera2/3: Move recording frame processing to its own thread.
authorEino-Ville Talvala <etalvala@google.com>
Tue, 4 Jun 2013 23:34:35 +0000 (16:34 -0700)
committerEino-Ville Talvala <etalvala@google.com>
Wed, 5 Jun 2013 00:23:08 +0000 (17:23 -0700)
commit254446a80cb13d5beb606bfc3e60a17473869478
tree104a205908ae2633db26fceef230f94238448135
parent8f908c0c211f8051f339bc85b01a6450f0dfd7d0
Camera2/3: Move recording frame processing to its own thread.

Due to new deadlock opportunities from HAL3 integration, recording
frame processing needs to move out of the new frame handler into its
own thread in StreamingProcessor.

Bug: 9282913
Change-Id: I8d2926f2de9d0d395eef3c328c65caebbdbd2827
services/camera/libcameraservice/Camera2Client.cpp
services/camera/libcameraservice/camera2/StreamingProcessor.cpp
services/camera/libcameraservice/camera2/StreamingProcessor.h