Searched refs:getSupportedDurations (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraProviderManager.cpp | 1141 void CameraProviderManager::ProviderInfo::DeviceInfo3::getSupportedDurations( in getSupportedDurations() function in android::CameraProviderManager::ProviderInfo::DeviceInfo3 1345 getSupportedDurations(c, scalerMinFrameDurationsTag, HAL_PIXEL_FORMAT_BLOB, in deriveJpegRTags() 1347 getSupportedDurations(c, scalerStallDurationsTag, HAL_PIXEL_FORMAT_BLOB, in deriveJpegRTags() 1521 getSupportedDurations(c, depthMinFrameDurationsTag, HAL_PIXEL_FORMAT_Y16, internalDepthSizes, in addDynamicDepthTags() 1523 getSupportedDurations(c, scalerMinFrameDurationsTag, HAL_PIXEL_FORMAT_BLOB, in addDynamicDepthTags() 1532 getSupportedDurations(c, depthStallDurationsTag, HAL_PIXEL_FORMAT_Y16, internalDepthSizes, in addDynamicDepthTags() 1534 getSupportedDurations(c, scalerStallDurationsTag, HAL_PIXEL_FORMAT_BLOB, in addDynamicDepthTags()
|
D | CameraProviderManager.h | 764 static void getSupportedDurations( const CameraMetadata& ch, uint32_t tag,
|