OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isHardwareLevelAtLeastFull
(Results
1 - 7
of
7
) sorted by null
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java
201
public boolean
isHardwareLevelAtLeastFull
() {
397
if (
isHardwareLevelAtLeastFull
() || isCapabilitySupported(
631
if (
isHardwareLevelAtLeastFull
()) {
[
all
...]
/cts/tests/camera/src/android/hardware/camera2/cts/
StaticMetadataTest.java
89
if (mStaticInfo.
isHardwareLevelAtLeastFull
()) {
153
if (mStaticInfo.
isHardwareLevelAtLeastFull
()) {
BurstCaptureRawTest.java
440
if (!mStaticInfo.
isHardwareLevelAtLeastFull
()) {
SurfaceViewPreviewTest.java
580
} else if (mStaticInfo.
isHardwareLevelAtLeastFull
()) {
RobustnessTest.java
296
if (mStaticInfo.
isHardwareLevelAtLeastFull
()) {
403
if (staticInfo.
isHardwareLevelAtLeastFull
()) {
[
all
...]
AllocationTest.java
719
if (fullHwLevel && !staticInfo.
isHardwareLevelAtLeastFull
()) {
[
all
...]
CaptureResultTest.java
534
if (mStaticInfo.
isHardwareLevelAtLeastFull
()) {
[
all
...]
Completed in 94 milliseconds