Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | 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. |
michael@0 | 2 | --------------------------------- |
michael@0 | 3 | |
michael@0 | 4 | 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: |
michael@0 | 5 | |
michael@0 | 6 | GonkRecoder.cpp: |
michael@0 | 7 | https://www.codeaurora.org/gitweb/quic/la/?p=platform/frameworks/base.git;a=blob;f=media/libmediaplayerservice/StagefrightRecorder.cpp;hb=ef1672482a9c2b88d8017927df68144fee42626c |
michael@0 | 8 | |
michael@0 | 9 | GonkRecorder.h: |
michael@0 | 10 | https://www.codeaurora.org/gitweb/quic/la/?p=platform/frameworks/base.git;a=blob;f=media/libmediaplayerservice/StagefrightRecorder.h;hb=e3682213bcd3fe43b059e00f0fe4dbebc3f3c35d |
michael@0 | 11 | |
michael@0 | 12 | GonkCameraSource.cpp: |
michael@0 | 13 | https://www.codeaurora.org/gitweb/quic/la/?p=platform/frameworks/base.git;a=blob;f=media/libstagefright/CameraSource.cpp;hb=7fa677babfee9c241a131b22c9c1c5ab512ef2d2 |
michael@0 | 14 | |
michael@0 | 15 | GonkCameraSource.h: |
michael@0 | 16 | https://www.codeaurora.org/gitweb/quic/la/?p=platform/frameworks/base.git;a=blob;f=include/media/stagefright/CameraSource.h;hb=96af14d9b013496accf40a85a66fefcba3ac0111 |
michael@0 | 17 | |
michael@0 | 18 | AudioParameter.cpp: |
michael@0 | 19 | https://www.codeaurora.org/gitweb/quic/la/?p=platform/frameworks/base.git;a=blob;f=media/libmedia/AudioParameter.cpp;hb=4dc22e77cfd2a1c3671e5646ee87c5e4c15596a0 |
michael@0 | 20 | |
michael@0 | 21 | GonkCameraListener.h: |
michael@0 | 22 | https://www.codeaurora.org/gitweb/quic/la/?p=platform/frameworks/base.git;a=blob;f=include/camera/Camera.h;hb=796f35e408d9dca386f90d8fbde80471ac011fa6 |
michael@0 | 23 | |
michael@0 | 24 | There were quite a few changes done to the above listed sources to support camcorder on B2G platform. |
michael@0 | 25 | update.patch lists the changes on top of the original files. |
michael@0 | 26 | update.sh shell script copies the files from an android tree and applies the patch to get updated files for B2G. |
michael@0 | 27 | |
michael@0 | 28 |