tenfourfox/dom/camera
Cameron Kaiser c9b2922b70 hello FPR 2017-04-19 00:56:45 -07:00
..
test hello FPR 2017-04-19 00:56:45 -07:00
AutoRwLock.h hello FPR 2017-04-19 00:56:45 -07:00
CameraCommon.h hello FPR 2017-04-19 00:56:45 -07:00
CameraControlImpl.cpp hello FPR 2017-04-19 00:56:45 -07:00
CameraControlImpl.h hello FPR 2017-04-19 00:56:45 -07:00
CameraControlListener.h hello FPR 2017-04-19 00:56:45 -07:00
CameraPreferences.cpp hello FPR 2017-04-19 00:56:45 -07:00
CameraPreferences.h hello FPR 2017-04-19 00:56:45 -07:00
CameraPreviewMediaStream.cpp hello FPR 2017-04-19 00:56:45 -07:00
CameraPreviewMediaStream.h hello FPR 2017-04-19 00:56:45 -07:00
CameraTestHardware.js hello FPR 2017-04-19 00:56:45 -07:00
CameraTestHardware.manifest hello FPR 2017-04-19 00:56:45 -07:00
DOMCameraCapabilities.cpp hello FPR 2017-04-19 00:56:45 -07:00
DOMCameraCapabilities.h hello FPR 2017-04-19 00:56:45 -07:00
DOMCameraControl.cpp hello FPR 2017-04-19 00:56:45 -07:00
DOMCameraControl.h hello FPR 2017-04-19 00:56:45 -07:00
DOMCameraControlListener.cpp hello FPR 2017-04-19 00:56:45 -07:00
DOMCameraControlListener.h hello FPR 2017-04-19 00:56:45 -07:00
DOMCameraDetectedFace.cpp hello FPR 2017-04-19 00:56:45 -07:00
DOMCameraDetectedFace.h hello FPR 2017-04-19 00:56:45 -07:00
DOMCameraManager.cpp hello FPR 2017-04-19 00:56:45 -07:00
DOMCameraManager.h hello FPR 2017-04-19 00:56:45 -07:00
FallbackCameraControl.cpp hello FPR 2017-04-19 00:56:45 -07:00
FallbackCameraManager.cpp hello FPR 2017-04-19 00:56:45 -07:00
FallbackCameraPlatform.cpp hello FPR 2017-04-19 00:56:45 -07:00
FallbackCameraPlatform.h hello FPR 2017-04-19 00:56:45 -07:00
GonkCameraControl.cpp hello FPR 2017-04-19 00:56:45 -07:00
GonkCameraControl.h hello FPR 2017-04-19 00:56:45 -07:00
GonkCameraHwMgr.cpp hello FPR 2017-04-19 00:56:45 -07:00
GonkCameraHwMgr.h hello FPR 2017-04-19 00:56:45 -07:00
GonkCameraListener.h hello FPR 2017-04-19 00:56:45 -07:00
GonkCameraManager.cpp hello FPR 2017-04-19 00:56:45 -07:00
GonkCameraParameters.cpp hello FPR 2017-04-19 00:56:45 -07:00
GonkCameraParameters.h hello FPR 2017-04-19 00:56:45 -07:00
GonkCameraSource.cpp hello FPR 2017-04-19 00:56:45 -07:00
GonkCameraSource.h hello FPR 2017-04-19 00:56:45 -07:00
GonkRecorder.cpp hello FPR 2017-04-19 00:56:45 -07:00
GonkRecorder.h hello FPR 2017-04-19 00:56:45 -07:00
GonkRecorderProfiles.cpp hello FPR 2017-04-19 00:56:45 -07:00
GonkRecorderProfiles.def hello FPR 2017-04-19 00:56:45 -07:00
GonkRecorderProfiles.h hello FPR 2017-04-19 00:56:45 -07:00
ICameraControl.h hello FPR 2017-04-19 00:56:45 -07:00
README hello FPR 2017-04-19 00:56:45 -07:00
TestGonkCameraControl.cpp hello FPR 2017-04-19 00:56:45 -07:00
TestGonkCameraControl.h hello FPR 2017-04-19 00:56:45 -07:00
TestGonkCameraHardware.cpp hello FPR 2017-04-19 00:56:45 -07:00
TestGonkCameraHardware.h hello FPR 2017-04-19 00:56:45 -07:00
moz.build hello FPR 2017-04-19 00:56:45 -07:00
nsICameraTestHardware.idl hello FPR 2017-04-19 00:56:45 -07:00
update.patch hello FPR 2017-04-19 00:56:45 -07:00
update.sh hello FPR 2017-04-19 00:56:45 -07:00
update2.patch hello FPR 2017-04-19 00:56:45 -07:00

README

This README file details from where some of the camcorder source files were derived from and how to apply the provided patch file to get the updated files for B2G.
---------------------------------

Following is the list of B2G files which were derived from an android ics_chocolate build. It also shows the corresponding locations where the original source files can be found:

GonkRecoder.cpp:
https://www.codeaurora.org/gitweb/quic/la/?p=platform/frameworks/base.git;a=blob;f=media/libmediaplayerservice/StagefrightRecorder.cpp;hb=ef1672482a9c2b88d8017927df68144fee42626c

GonkRecorder.h:
https://www.codeaurora.org/gitweb/quic/la/?p=platform/frameworks/base.git;a=blob;f=media/libmediaplayerservice/StagefrightRecorder.h;hb=e3682213bcd3fe43b059e00f0fe4dbebc3f3c35d

GonkCameraSource.cpp:
https://www.codeaurora.org/gitweb/quic/la/?p=platform/frameworks/base.git;a=blob;f=media/libstagefright/CameraSource.cpp;hb=7fa677babfee9c241a131b22c9c1c5ab512ef2d2

GonkCameraSource.h:
https://www.codeaurora.org/gitweb/quic/la/?p=platform/frameworks/base.git;a=blob;f=include/media/stagefright/CameraSource.h;hb=96af14d9b013496accf40a85a66fefcba3ac0111

AudioParameter.cpp:
https://www.codeaurora.org/gitweb/quic/la/?p=platform/frameworks/base.git;a=blob;f=media/libmedia/AudioParameter.cpp;hb=4dc22e77cfd2a1c3671e5646ee87c5e4c15596a0

GonkCameraListener.h:
https://www.codeaurora.org/gitweb/quic/la/?p=platform/frameworks/base.git;a=blob;f=include/camera/Camera.h;hb=796f35e408d9dca386f90d8fbde80471ac011fa6

There were quite a few changes done to the above listed sources to support camcorder on B2G platform.
update.patch lists the changes on top of the original files.
update.sh shell script copies the files from an android tree and applies the patch to get updated files for B2G.