Home
last modified time | relevance | path

Searched defs:captureCount (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/
H A DImageReaderTest.java2089 private void validateImage(Size sz, int format, int captureCount, boolean repeating, in validateImage()
2141 int captureCount, SimpleCaptureCallback listener, boolean repeating) throws Exception { in validateTimestamps()
H A DMultiResolutionImageReaderTest.java519 int captureCount, SimpleCaptureCallback listener, boolean repeating) throws Exception { in validateImage()
/aosp_15_r20/external/pytorch/aten/src/ATen/mps/
H A DMPSProfiler.h366 unsigned captureCount = 0; variable
/aosp_15_r20/packages/services/Car/cpp/evs/sampleDriver/hidl/
DEvsEnumerator.cpp166 unsigned captureCount = 0; in enumerateCameras() local
/aosp_15_r20/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
H A DSoundTriggerTestService.java63 private static int captureCount; field in SoundTriggerTestService
/aosp_15_r20/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DEvsEnumerator.cpp281 auto captureCount = 0; in enumerateCameras() local
/aosp_15_r20/external/clang/test/SemaObjC/
H A Darc.m104 - (void)foo:(void (^)(unsigned captureCount, I * const capturedStrings[captureCount]))block;