OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BurstController
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Camera2/src/com/android/camera/burst/
BurstTaker.java
33
* @param
burstController
the instance for {@link
BurstController
}.
35
public void startBurst(EvictionHandler evictionHandler,
BurstController
burstController
);
BurstController.java
49
interface
BurstController
{
BurstFacadeImpl.java
23
import com.android.camera.burst.
BurstController
.ImageStreamProperties;
62
private final
BurstController
mBurstController;
BurstTakerImpl.java
83
BurstController
burstController
) {
91
mBurstLifetime, evictionHandler,
burstController
, mRestorePreviewCommand,
BurstCaptureCommand.java
62
private final
BurstController
mBurstController;
84
* @param
burstController
the burst controller
94
BurstController
burstController
,
103
mBurstController =
burstController
;
173
// Note:
BurstController
will release images after use
/packages/apps/Camera2/src_pd/com/android/camera/burst/
BurstControllerImpl.java
23
import com.android.camera.burst.
BurstController
.ImageStreamProperties;
33
class BurstControllerImpl implements
BurstController
{
Completed in 210 milliseconds