Lines Matching refs:blobStallDurations
1207 std::vector<int64_t> blobMinDurations, blobStallDurations; in deriveJpegRTags() local
1215 supportedP010Sizes, &blobStallDurations); in deriveJpegRTags()
1216 if (blobStallDurations.empty() || blobMinDurations.empty() || in deriveJpegRTags()
1218 blobMinDurations.size() != blobStallDurations.size()) { in deriveJpegRTags()
1221 blobStallDurations.size(), supportedP010Sizes.size()); in deriveJpegRTags()
1234 itDuration = blobStallDurations.begin(); in deriveJpegRTags()
1236 while (itDuration != blobStallDurations.end()) { in deriveJpegRTags()
1385 std::vector<int64_t> blobMinDurations, blobStallDurations; in addDynamicDepthTags() local
1402 supportedDynamicDepthSizes, &blobStallDurations); in addDynamicDepthTags()
1403 if (blobStallDurations.empty() || depthStallDurations.empty() || in addDynamicDepthTags()
1404 (depthStallDurations.size() != blobStallDurations.size())) { in addDynamicDepthTags()
1406 __FUNCTION__, depthStallDurations.size(), blobStallDurations.size()); in addDynamicDepthTags()
1412 getSupportedDynamicDepthDurations(depthStallDurations, blobStallDurations, in addDynamicDepthTags()