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.java903 return getInternalFormatDuration(imageFormatToInternal(format), in getOutputMinFrameDuration()
958 return getInternalFormatDuration(HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED, in getOutputMinFrameDuration()
1049 return getInternalFormatDuration(imageFormatToInternal(format), in getOutputStallDuration()
1088 return getInternalFormatDuration(HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED, in getOutputStallDuration()
1610 private long getInternalFormatDuration(int format, int dataspace, Size size, int duration) { in getInternalFormatDuration() method in StreamConfigurationMap