OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:camera2
(Results
1 - 25
of
709
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/developers/build/prebuilts/gradle/HdrViewfinder/.google/
packaging.yaml
16
- android:android.hardware.
camera2
.CameraAccessException
17
- android:android.hardware.
camera2
.CameraCaptureSession
18
- android:android.hardware.
camera2
.CameraCharacteristics
19
- android:android.hardware.
camera2
.CameraDevice
20
- android:android.hardware.
camera2
.CameraManager
21
- android:android.hardware.
camera2
.CaptureRequest
22
- android:android.hardware.
camera2
.CaptureResult
23
- android:android.hardware.
camera2
.TotalCaptureResult
/developers/build/prebuilts/gradle/Camera2Basic/.google/
packaging.yaml
9
categories: [Media, Camera,
Camera2
]
16
- android:android.hardware.
camera2
.CameraManager
17
- android:android.hardware.
camera2
.CameraDevice
18
- android:android.hardware.
camera2
.CameraCharacteristics
19
- android:android.hardware.
camera2
.CameraCaptureSession
20
- android:android.hardware.
camera2
.CaptureRequest
21
- android:android.hardware.
camera2
.CaptureResult
/development/samples/browseable/Camera2Video/
_index.jd
8
This sample demonstrates how to record video using
Camera2
API.
/developers/samples/android/media/Camera2Basic/
template-params.xml
30
This sample demonstrates the basic use of
Camera2
API. Check the source code to see how
40
<categories>Media, Camera,
Camera2
</categories>
50
<android>android.hardware.
camera2
.CameraManager</android>
51
<android>android.hardware.
camera2
.CameraDevice</android>
52
<android>android.hardware.
camera2
.CameraCharacteristics</android>
53
<android>android.hardware.
camera2
.CameraCaptureSession</android>
54
<android>android.hardware.
camera2
.CaptureRequest</android>
55
<android>android.hardware.
camera2
.CaptureResult</android>
61
This sample demonstrates how to use basic functionalities of
Camera2
70
The [
Camera2
API][1] provides an interface to individual camer
[
all
...]
/development/samples/browseable/Camera2Raw/
_index.jd
8
This sample demonstrates how to use the
Camera2
API to capture RAW
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableBoolean.java
16
package android.hardware.
camera2
.marshal.impl;
18
import static android.hardware.
camera2
.impl.CameraMetadataNative.*;
19
import static android.hardware.
camera2
.marshal.MarshalHelpers.*;
21
import android.hardware.
camera2
.marshal.Marshaler;
22
import android.hardware.
camera2
.marshal.MarshalQueryable;
23
import android.hardware.
camera2
.utils.TypeReference;
MarshalQueryableNativeByteToInteger.java
16
package android.hardware.
camera2
.marshal.impl;
18
import static android.hardware.
camera2
.impl.CameraMetadataNative.*;
19
import static android.hardware.
camera2
.marshal.MarshalHelpers.*;
21
import android.hardware.
camera2
.marshal.Marshaler;
22
import android.hardware.
camera2
.marshal.MarshalQueryable;
23
import android.hardware.
camera2
.utils.TypeReference;
MarshalQueryableSize.java
16
package android.hardware.
camera2
.marshal.impl;
19
import android.hardware.
camera2
.marshal.Marshaler;
20
import android.hardware.
camera2
.marshal.MarshalQueryable;
21
import android.hardware.
camera2
.utils.TypeReference;
23
import static android.hardware.
camera2
.impl.CameraMetadataNative.*;
24
import static android.hardware.
camera2
.marshal.MarshalHelpers.*;
MarshalQueryableSizeF.java
16
package android.hardware.
camera2
.marshal.impl;
18
import android.hardware.
camera2
.marshal.Marshaler;
19
import android.hardware.
camera2
.marshal.MarshalQueryable;
20
import android.hardware.
camera2
.utils.TypeReference;
23
import static android.hardware.
camera2
.impl.CameraMetadataNative.*;
24
import static android.hardware.
camera2
.marshal.MarshalHelpers.*;
MarshalQueryableBlackLevelPattern.java
16
package android.hardware.
camera2
.marshal.impl;
18
import android.hardware.
camera2
.marshal.MarshalQueryable;
19
import android.hardware.
camera2
.marshal.Marshaler;
20
import android.hardware.
camera2
.params.BlackLevelPattern;
21
import android.hardware.
camera2
.utils.TypeReference;
25
import static android.hardware.
camera2
.impl.CameraMetadataNative.TYPE_INT32;
26
import static android.hardware.
camera2
.marshal.MarshalHelpers.SIZEOF_INT32;
MarshalQueryableColorSpaceTransform.java
16
package android.hardware.
camera2
.marshal.impl;
18
import android.hardware.
camera2
.marshal.Marshaler;
19
import android.hardware.
camera2
.marshal.MarshalQueryable;
20
import android.hardware.
camera2
.params.ColorSpaceTransform;
21
import android.hardware.
camera2
.utils.TypeReference;
25
import static android.hardware.
camera2
.impl.CameraMetadataNative.*;
26
import static android.hardware.
camera2
.marshal.MarshalHelpers.*;
MarshalQueryableHighSpeedVideoConfiguration.java
16
package android.hardware.
camera2
.marshal.impl;
18
import android.hardware.
camera2
.marshal.Marshaler;
19
import android.hardware.
camera2
.marshal.MarshalQueryable;
20
import android.hardware.
camera2
.params.HighSpeedVideoConfiguration;
21
import android.hardware.
camera2
.utils.TypeReference;
23
import static android.hardware.
camera2
.impl.CameraMetadataNative.*;
24
import static android.hardware.
camera2
.marshal.MarshalHelpers.*;
MarshalQueryableMeteringRectangle.java
16
package android.hardware.
camera2
.marshal.impl;
18
import android.hardware.
camera2
.marshal.Marshaler;
19
import android.hardware.
camera2
.marshal.MarshalQueryable;
20
import android.hardware.
camera2
.params.MeteringRectangle;
21
import android.hardware.
camera2
.utils.TypeReference;
25
import static android.hardware.
camera2
.impl.CameraMetadataNative.*;
26
import static android.hardware.
camera2
.marshal.MarshalHelpers.*;
MarshalQueryableRggbChannelVector.java
16
package android.hardware.
camera2
.marshal.impl;
18
import android.hardware.
camera2
.marshal.Marshaler;
19
import android.hardware.
camera2
.marshal.MarshalQueryable;
20
import android.hardware.
camera2
.params.RggbChannelVector;
21
import android.hardware.
camera2
.utils.TypeReference;
25
import static android.hardware.
camera2
.impl.CameraMetadataNative.*;
26
import static android.hardware.
camera2
.marshal.MarshalHelpers.*;
MarshalQueryableStreamConfiguration.java
16
package android.hardware.
camera2
.marshal.impl;
18
import android.hardware.
camera2
.marshal.Marshaler;
19
import android.hardware.
camera2
.marshal.MarshalQueryable;
20
import android.hardware.
camera2
.params.StreamConfiguration;
21
import android.hardware.
camera2
.utils.TypeReference;
23
import static android.hardware.
camera2
.impl.CameraMetadataNative.*;
24
import static android.hardware.
camera2
.marshal.MarshalHelpers.*;
MarshalQueryableStreamConfigurationDuration.java
16
package android.hardware.
camera2
.marshal.impl;
18
import android.hardware.
camera2
.marshal.Marshaler;
19
import android.hardware.
camera2
.marshal.MarshalQueryable;
20
import android.hardware.
camera2
.params.StreamConfigurationDuration;
21
import android.hardware.
camera2
.utils.TypeReference;
23
import static android.hardware.
camera2
.impl.CameraMetadataNative.*;
24
import static android.hardware.
camera2
.marshal.MarshalHelpers.*;
/packages/apps/Camera2/tests/
AndroidManifest.xml
26
android:targetPackage="com.android.
camera2
"
27
android:label="Tests for
Camera2
application."/>
30
android:targetPackage="com.android.
camera2
"
34
android:targetPackage="com.android.
camera2
"
38
android:targetPackage="com.android.
camera2
"
42
android:targetPackage="com.android.
camera2
"
Android.mk
16
LOCAL_INSTRUMENTATION_FOR :=
Camera2
/developers/build/prebuilts/gradle/Camera2Raw/.google/
packaging.yaml
9
categories: [Media, Camera,
Camera2
]
16
- android:android.hardware.
camera2
.DngCreator
/developers/build/prebuilts/gradle/Camera2Video/.google/
packaging.yaml
16
- android:android.hardware.
camera2
.CameraCaptureSession
17
- android:android.hardware.
camera2
.CameraDevice
/developers/samples/android/media/Camera2Raw/
template-params.xml
29
This sample demonstrates how to use the
Camera2
API to capture RAW
39
<categories>Media, Camera,
Camera2
</categories>
49
<android>android.hardware.
camera2
.DngCreator</android>
54
This sample demonstrates using the
Camera2
API to capture a JPEG and RAW sensor frame.
64
The [
Camera2
API][1] allows users to capture RAW images, i.e. unprocessed pixel data
67
[DngCreator][2] class is provided as part of the
Camera2
API as a utility for saving
73
[1]: https://developer.android.com/reference/android/hardware/
camera2
/package-summary.html
74
[2]: https://developer.android.com/reference/android/hardware/
camera2
/DngCreator.html
/developers/samples/android/media/Camera2Video/Application/src/main/res/values/
strings.xml
7
<string name="camera_error">This device doesn\'t support
Camera2
API.</string>
/development/samples/browseable/Camera2Basic/
_index.jd
8
This sample demonstrates the basic use of
Camera2
API. Check the source code to see how
/frameworks/av/camera/
Android.mk
34
camera2
/ICameraDeviceUser.cpp \
35
camera2
/ICameraDeviceCallbacks.cpp \
36
camera2
/CaptureRequest.cpp \
37
camera2
/OutputConfiguration.cpp \
/frameworks/base/core/java/android/hardware/camera2/
ICameraDeviceCallbacks.aidl
17
package android.hardware.
camera2
;
19
import android.hardware.
camera2
.impl.CameraMetadataNative;
20
import android.hardware.
camera2
.impl.CaptureResultExtras;
26
* Keep up-to-date with frameworks/av/include/camera/
camera2
/ICameraDeviceCallbacks.h
Completed in 1498 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>