summaryrefslogtreecommitdiffstats
path: root/media/libmedia/mediarecorder.cpp
diff options
context:
space:
mode:
authorNipun Kwatra <nkwatra@google.com>2010-08-26 17:05:18 -0700
committerNipun Kwatra <nkwatra@google.com>2010-08-31 10:38:49 -0700
commit9c075bca0b75093ca0514a3c8f74d73c8e9e83fd (patch)
tree5669e5acd20c684e4ec8f28e68f883066c640600 /media/libmedia/mediarecorder.cpp
parent6865ddb29fc7e7a14104d73c65b71074502bb6c7 (diff)
downloadframeworks_av-9c075bca0b75093ca0514a3c8f74d73c8e9e83fd.zip
frameworks_av-9c075bca0b75093ca0514a3c8f74d73c8e9e83fd.tar.gz
frameworks_av-9c075bca0b75093ca0514a3c8f74d73c8e9e83fd.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/libmedia/mediarecorder.cpp')
0 files changed, 0 insertions, 0 deletions