| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Android camera framework expects camera HAL to
release native handles in case of video buffer.
Old camera HALs don't release native handles internally,
causing video recording to freeze after ~30s.
This workaround is the equivalent of
https://review.lineageos.org/#/c/165102/
Change-Id: Ie9e9abdede3dccada9e5002725a157f4960643e9
|
|
|
|
|
|
|
|
|
|
|
| |
The new camera interface calls set_callbacks with a pointer
to it's internal CameraDevice and expects following calls to
the callbacks to use that pointer.
Store the pointer in the camera wraper and intercept the
callbacks calls to pass it along.
Change-Id: I99f02484e12a3f72cf1be13f1c724f474a452d7f
|
|
|
|
| |
Change-Id: I5072a658474569b763aafbc85cd52fd35b754bcc
|
|
Change-Id: I71a943658a713ac94fcfb9972747df9ebe1174cc
|