gecko/dom/camera
2014-05-29 13:37:44 -04:00
..
test Bug 987954 - Change camera control size/region attributes to methods to remove direct JS_*() calls, r=bz,mikeh 2014-04-30 17:15:01 -04:00
AutoRwLock.h Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus 2014-02-14 17:41:07 -05:00
CameraCommon.h Bug 988699: Remove custom NS_LOG_ADDREF / NS_LOG_RELEASE definitions in CameraCommon.h. r=mikeh 2014-03-28 17:58:31 -07:00
CameraControlImpl.cpp Bug 985496 - rationalize camera error reporting, r=dhylands 2014-04-25 16:28:15 -04:00
CameraControlImpl.h Bug 985496 - rationalize camera error reporting, r=dhylands 2014-04-25 16:28:15 -04:00
CameraControlListener.h Bug 985496 - rationalize camera error reporting, r=dhylands 2014-04-25 16:28:15 -04:00
CameraPreviewMediaStream.cpp Bug 996133: Remove unnecessary NS_DISPATCH_NORMAL arguments to NS_DispatchToMainThread. r=ehsan 2014-05-23 12:53:17 -07:00
CameraPreviewMediaStream.h
CameraRecorderProfiles.cpp Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus 2014-02-14 17:41:07 -05:00
CameraRecorderProfiles.h Bug 985496 - rationalize camera error reporting, r=dhylands 2014-04-25 16:28:15 -04:00
DOMCameraCapabilities.cpp Bug 985496 - rationalize camera error reporting, r=dhylands 2014-04-25 16:28:15 -04:00
DOMCameraCapabilities.h Bug 985496 - rationalize camera error reporting, r=dhylands 2014-04-25 16:28:15 -04:00
DOMCameraControl.cpp Bug 1015368 - add missing cases to OnUserError() switch, r=aosmond 2014-05-29 13:37:44 -04:00
DOMCameraControl.h Bug 987954 - Change camera control size/region attributes to methods to remove direct JS_*() calls, r=bz,mikeh 2014-04-30 17:15:01 -04:00
DOMCameraControlListener.cpp Bug 990764 - Replace MOZ_ASSUME_UNREACHABLE in dom. r=smaug 2014-04-20 00:36:40 -07:00
DOMCameraControlListener.h Bug 985496 - rationalize camera error reporting, r=dhylands 2014-04-25 16:28:15 -04:00
DOMCameraDetectedFace.cpp Bug 999464 - Standardize on DOMPoint and thus eliminate need for CameraPoint. r=bz, r=mikeh 2014-05-01 15:09:00 -04:00
DOMCameraDetectedFace.h Bug 999464 - Standardize on DOMPoint and thus eliminate need for CameraPoint. r=bz, r=mikeh 2014-05-01 15:09:00 -04:00
DOMCameraManager.cpp Bug 1003306 - part 2 - use services::GetPermissionManager everywhere that's appropriate; r=ehsan 2014-04-29 13:27:26 -04:00
DOMCameraManager.h Bug 983180 - hide camera objects behind Navigator::HasCameraSupport(), r=bz 2014-04-09 11:53:34 -04:00
FallbackCameraControl.cpp Bug 985496 - rationalize camera error reporting, r=dhylands 2014-04-25 16:28:15 -04:00
FallbackCameraManager.cpp Bug 940424 - add a failable test shim to the Gonk hardware wrapper, r=dclarke,dhylands,jesup 2014-02-19 23:18:52 -05:00
GonkCameraControl.cpp Bug 996133: Remove unnecessary NS_DISPATCH_NORMAL arguments to NS_DispatchToMainThread. r=ehsan 2014-05-23 12:53:17 -07:00
GonkCameraControl.h Bug 1004434 - MaxFileSize, MaxVideoLength of CameraControl Interface recording options should be of 64 bits. r=dhylands, r=bzbarsky 2014-05-14 17:33:00 -04:00
GonkCameraHwMgr.cpp Bug 988704 - [dolphin][camera]camera preview is obviously slower than android. r=sotaro 2014-05-19 09:52:47 +08:00
GonkCameraHwMgr.h Bug 988704 - [dolphin][camera]camera preview is obviously slower than android. r=sotaro 2014-05-19 09:52:47 +08:00
GonkCameraListener.h
GonkCameraManager.cpp Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan 2014-05-22 06:48:51 +03:00
GonkCameraParameters.cpp Bug 1011342 - Fix how coordinates were passed in wrong order for focus/metering areas. r=dhylands 2014-05-20 09:37:00 +02:00
GonkCameraParameters.h Bug 985496 - rationalize camera error reporting, r=dhylands 2014-04-25 16:28:15 -04:00
GonkCameraSource.cpp Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus 2014-02-14 17:41:07 -05:00
GonkCameraSource.h
GonkRecorder.cpp Bug 996560 - Increase maxFileSize of recorded video upto 4GB for >=720p resolution. r=mikeh 2014-04-22 11:48:33 +05:30
GonkRecorder.h Bug 1006248. Part 1: Add MOZ_EXPORT in various places. r=glandium 2014-05-06 17:26:46 +12:00
GonkRecorderProfiles.cpp Bug 985496 - rationalize camera error reporting, r=dhylands 2014-04-25 16:28:15 -04:00
GonkRecorderProfiles.def
GonkRecorderProfiles.h Bug 1004434 - MaxFileSize, MaxVideoLength of CameraControl Interface recording options should be of 64 bits. r=dhylands, r=bzbarsky 2014-05-14 17:33:00 -04:00
ICameraControl.h Bug 1007832 - Reset recording hint when stopping video recording to fix driver state. r=dhylands 2014-05-19 11:10:00 +02:00
moz.build Bug 985496 - rationalize camera error reporting, r=dhylands 2014-04-25 16:28:15 -04:00
README
TestGonkCameraControl.cpp Bug 985496 - rationalize camera error reporting, r=dhylands 2014-04-25 16:28:15 -04:00
TestGonkCameraControl.h Bug 985496 - rationalize camera error reporting, r=dhylands 2014-04-25 16:28:15 -04:00
TestGonkCameraHardware.cpp Bug 985496 - rationalize camera error reporting, r=dhylands 2014-04-25 16:28:15 -04:00
TestGonkCameraHardware.h Bug 965420 - camera face-tracking, r=bz,dhylands 2014-04-09 11:52:10 -04:00
update2.patch
update.patch
update.sh

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.