Home
last modified time | relevance | path

Searched refs:getInternalFormatDuration (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
DStreamConfigurationMap.java724 return getInternalFormatDuration(imageFormatToInternal(format), in getOutputMinFrameDuration()
779 return getInternalFormatDuration(HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED, in getOutputMinFrameDuration()
869 return getInternalFormatDuration(imageFormatToInternal(format), in getOutputStallDuration()
908 return getInternalFormatDuration(HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED, in getOutputStallDuration()
1352 private long getInternalFormatDuration(int format, int dataspace, Size size, int duration) { in getInternalFormatDuration() method in StreamConfigurationMap