HomeSort by relevance Sort by last modified time
    Searched full:maxlatency (Results 1 - 20 of 20) sorted by null

  /cts/tests/camera/src/android/hardware/camera2/cts/testcases/
Camera2SurfaceViewTestCase.java 378 * The additional capture count is determined by android.sync.maxLatency (or
379 * a fixed {@value #NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY}) captures if maxLatency is unknown).
404 * The additional capture count is determined by android.sync.maxLatency (or
405 * a fixed {@value #NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY}) captures if maxLatency is unknown).
428 int maxLatency = mStaticInfo.getSyncMaxLatency();
429 if (maxLatency == CameraMetadata.SYNC_MAX_LATENCY_UNKNOWN) {
430 maxLatency = NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY;
433 assertTrue("maxLatency is non-negative", maxLatency >= 0);
435 int numCaptures = maxLatency + count
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
Camera2SurfaceViewTestCase.java 405 * The additional capture count is determined by android.sync.maxLatency (or
406 * a fixed {@value #NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY}) captures if maxLatency is unknown).
431 * The additional capture count is determined by android.sync.maxLatency (or
432 * a fixed {@value #NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY}) captures if maxLatency is unknown).
455 int maxLatency = mStaticInfo.getSyncMaxLatency();
456 if (maxLatency == CameraMetadata.SYNC_MAX_LATENCY_UNKNOWN) {
457 maxLatency = NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY;
460 assertTrue("maxLatency is non-negative", maxLatency >= 0);
462 int numCaptures = maxLatency + count
    [all...]
  /external/netperf/doc/examples/
bloat.sh 94 VDEF:maxlatency=latency,MAXIMUM \
98 PRINT:maxlatency:"%.20lf" \
  /cts/apps/CameraITS/pymodules/its/
caps.py 279 return props.has_key("android.sync.maxLatency") and \
280 props["android.sync.maxLatency"] == 0
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 1069 UINT MaxLatency)
1071 max_latency = MaxLatency;
  /frameworks/base/core/java/android/hardware/camera2/
CameraMetadata.java 578 * <p>In addition, the {@link CameraCharacteristics#SYNC_MAX_LATENCY android.sync.maxLatency} field is guaranted to have a value between 0
    [all...]
CameraCharacteristics.java     [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp     [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
CaptureRequestTest.java     [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyMetadataMapper.java     [all...]
  /system/media/camera/src/
camera_metadata_tag_info.c     [all...]
  /device/huawei/angler/location/loc_api/loc_api_v02/
location_service_v02.c     [all...]
  /device/lge/bullhead/location/loc_api/loc_api_v02/
location_service_v02.c     [all...]
  /system/media/camera/docs/
ndk_metadata_properties.xml     [all...]
metadata_properties.xml     [all...]
docs.html     [all...]
  /hardware/libhardware/include/hardware/
camera3.h 401 * android.sync.maxLatency (static)
415 * - Per frame control (android.sync.maxLatency == PER_FRAME_CONTROL).
    [all...]
  /frameworks/av/include/camera/ndk/
NdkCameraMetadataTags.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9.h     [all...]

Completed in 540 milliseconds