Searched defs:ICameraRecordingProxy (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/include/camera/
H A DICameraRecordingProxy.h31 * The purpose of ICameraRecordingProxy and ICameraRecordingProxyListener is to
36 * access the camera directly during recording. So ICameraRecordingProxy is a
41 * ICameraRecordingProxy
50 * ICamera and ICameraRecordingProxy to the media recorder by
53 * service. The recorder calls ICameraRecordingProxy::startRecording() and
57 * listener and releases them by ICameraRecordingProxy::releaseRecordingFrame.
58 * The recorder calls ICameraRecordingProxy::stopRecording() to stop the
67 * (3) The recorder: ICameraRecordingProxy.startRecording().
72 * (2) The recorder: release frames by ICameraRecordingProxy.releaseRecordingFrame().
75 * (2) The recorder: ICameraRecordingProxy
79 class ICameraRecordingProxy: public IInterface class in namespace:android
[all...]

Completed in 266 milliseconds