Searched refs:blobStallDurations (Results 1 – 1 of 1) sorted by relevance
786 std::vector<int64_t> blobMinDurations, blobStallDurations; in addDynamicDepthTags() local803 HAL_PIXEL_FORMAT_BLOB, supportedDynamicDepthSizes, &blobStallDurations); in addDynamicDepthTags()804 if (blobStallDurations.empty() || depthStallDurations.empty() || in addDynamicDepthTags()805 (depthStallDurations.size() != blobStallDurations.size())) { in addDynamicDepthTags()807 __FUNCTION__, depthStallDurations.size(), blobStallDurations.size()); in addDynamicDepthTags()813 getSupportedDynamicDepthDurations(depthStallDurations, blobStallDurations, in addDynamicDepthTags()