Benny Wong
da83f4674a
Modified the camera HAL interface to use the same generic callback architecture as camera services
2009-08-13 10:46:28 -07:00
Benny Wong
6d2090e214
Hardware overlay support
...
Enable hardware overlay support for camera and video playback use cases
2009-07-16 14:31:20 -07:00
Dave Sparks
59c1a93529
Add timestamps to video frames to improve A/V sync.
...
Bug 1927069.
2009-07-08 15:59:25 -07:00
Wu-cheng Li
b8a10fe456
Allow setPreviewDisplay after startPreview.
2009-07-01 01:41:25 +08:00
Chih-Chung Chang
d5d1ebd768
Only remove client after the hardware is teared down, so a new client
...
is rejected before old client is done.
Also check mUsers in all cases to make sure there are no existing client.
2009-06-25 11:03:55 +08:00
Chih-Chung Chang
6fcba313e9
Fix 1933269: startPreview failed.
...
The reason we need this count is a new CameraService::connect() request may
come in while the previous Client's destructor has not been run or is still
running. If the last strong reference of the previous Client is gone but
destructor has not been run, we should not allow the new Client to be created
because we need to wait for the previous Client to tear down the hardware
first.
2009-06-24 15:50:57 +08:00
Dave Sparks
b1f3b8f7cb
Fix permission hole in camera service. Some debugging code was added
...
to CameraService::onTransact() method during development. Later on
the entire onTransact() method was #ifdef'd out, which inadvertently
omitted the permissions check code. This change restores the code.
2009-05-20 20:02:59 -07:00
Jason Sams
b18b6910b8
Automated import from //branches/donutburger/...@141469,141469
2009-03-24 20:21:36 -07:00
The Android Open Source Project
9066cfe988
auto import from //depot/cupcake/@135843
2009-03-03 19:31:44 -08:00
The Android Open Source Project
d83a98f4ce
auto import from //depot/cupcake/@135843
2009-03-03 18:28:45 -08:00
The Android Open Source Project
076357b856
auto import from //depot/cupcake/@132589
2009-03-03 14:04:24 -08:00
The Android Open Source Project
3dec7d563a
auto import from //depot/cupcake/@137055
2009-03-02 22:54:33 -08:00
The Android Open Source Project
d24b8183b9
auto import from //branches/cupcake/...@130745
2009-02-10 15:44:00 -08:00
The Android Open Source Project
b798689749
auto import from //branches/cupcake/...@125939
2009-01-09 17:51:23 -08:00
The Android Open Source Project
f013e1afd1
Code drop from //branches/cupcake/...@124589
2008-12-17 18:05:43 -08:00
The Android Open Source Project
54b6cfa9a9
Initial Contribution
2008-10-21 07:00:00 -07:00