diff options
author | Nipun Kwatra <nkwatra@google.com> | 2010-08-26 17:05:18 -0700 |
---|---|---|
committer | Nipun Kwatra <nkwatra@google.com> | 2010-08-31 10:38:49 -0700 |
commit | d7e7a3f98ffb5da7fe070de2e2dc3db338930b57 (patch) | |
tree | 4078ce59487fa9827b0a7bb868b19751592e9469 /media/libdrm | |
parent | 6b2a75751d93fb2a4124e979603d79634ac017e0 (diff) | |
download | frameworks_base-d7e7a3f98ffb5da7fe070de2e2dc3db338930b57.zip frameworks_base-d7e7a3f98ffb5da7fe070de2e2dc3db338930b57.tar.gz frameworks_base-d7e7a3f98ffb5da7fe070de2e2dc3db338930b57.tar.bz2 |
Adding support for parallel recording sessions.
- Added setOutputFileAuxiliary to pass the auxiliary file descriptor. The java
interface through JNI will be checked in next.
- renamed setupCameraSource to setupCamera as the function just sets the camera.
- Added setupCameraSource which sets up the camera source. This functionality
was in setupVideoEncoder before.
- setupVideoEncoder now takes in a cameraSource instead of creating it on it
own.
- Refactored startMPEG4Recording() to use setupMPEG4Recording,
setupMPEG4MetaData.
- setupMPEG4Recording() takes in file descriptor, bitrates to setup a mpeg4
writer. This function can be called multiple times to setup multiple
writers.
- Added setupMPEG4MetaData() for setting up the meta data for mpeg4 writer.
startMPEG4Recording() now calls setupMPEG4Recording, setupMPEG4MetaData for
each recording session.
Change-Id: I07f5334a1ff8e12a36f58e94129fcfa6add2208b
Diffstat (limited to 'media/libdrm')
0 files changed, 0 insertions, 0 deletions