Home
last modified time | relevance | path

Searched defs:minFrameDuration (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDevice.cpp594 int streamConfigTag, int streamConfiguration, int minFrameDuration, int stallDuration) { in initOutputCharskeysByFormat()
616 int64_t minFrameDuration = std::numeric_limits<int64_t>::max(); in initOutputCharskeysByFormat() local
/aosp12/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java1770 long minFrameDuration = getOutputMinFrameDuration(format, size); in appendOutputsString() local
1791 long minFrameDuration = getOutputMinFrameDuration(format, size); in appendHighResOutputsString() local
H A DMandatoryStreamCombination.java1722 long minFrameDuration = mStreamConfigMap.getOutputMinFrameDuration( in getMaxCameraRecordingSize() local
/aosp12/system/media/camera/docs/
H A Dcamera_device_info.proto52 optional int64 minFrameDuration = 5; field
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp3003 int64_t minFrameDuration = getMinFrameDurationNs( in getFilteredSizes() local
3110 int64_t minFrameDuration = getMinFrameDurationNs(sizes[i], format); in isFpsSupported() local
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DStaticMetadata.java1511 long minFrameDuration = config.getOutputMinFrameDuration(format, size); in getAvailableMinFrameDurationsForFormatChecked() local
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java1101 long minFrameDuration = fullMap.getOutputMinFrameDuration(publicFormat, sz); in parseRecommendedConfigurations() local
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp13023 int64_t minFrameDuration = getMinFrameDuration(request); in translateToHalMetadata() local
13031 uint32_t snapshotStreamId, int64_t minFrameDuration) { in translateFwkMetadataToHalMetadata()