Home
last modified time | relevance | path

Searched refs:frames (Results 1 – 25 of 62) sorted by relevance

123

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/NativeAnimation/Drivers/
H A DABI47_0_0RCTFrameAnimation.m58 NSArray<NSNumber *> *frames = [ABI47_0_0RCTConvert NSNumberArray:config[@"frames"]];
63 _frames = [frames copy];
102 // Determine how many frames have passed since last update.
103 // Get index of frames that surround the current interval
124 // Do a linear remap of the two frames to safeguard against variable framerates
130 // Interpolate between the individual frames to ensure the animations are
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/NativeAnimation/Drivers/
H A DABI49_0_0RCTFrameAnimation.m57 NSArray<NSNumber *> *frames = [ABI49_0_0RCTConvert NSNumberArray:config[@"frames"]];
62 _frames = [frames copy];
99 // Determine how many frames have passed since last update.
100 // Get index of frames that surround the current interval
121 // Do a linear remap of the two frames to safeguard against variable framerates
127 // Interpolate between the individual frames to ensure the animations are
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/NativeAnimation/Drivers/
H A DABI48_0_0RCTFrameAnimation.m57 NSArray<NSNumber *> *frames = [ABI48_0_0RCTConvert NSNumberArray:config[@"frames"]];
62 _frames = [frames copy];
99 // Determine how many frames have passed since last update.
100 // Get index of frames that surround the current interval
121 // Do a linear remap of the two frames to safeguard against variable framerates
127 // Interpolate between the individual frames to ensure the animations are
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/timeline/
H A DABI48_0_0Timeline.cpp49 auto frames = TimelineFrame::List{}; in getFrames()
50 frames.reserve(snapshots_.size()); in getFrames()
52 frames.push_back(snapshot.getFrame()); in getFrames()
54 return frames; in getFrames()
H A DABI48_0_0TimelineHandler.cpp71 auto frames = timeline_->getFrames(); in seek() local
75 std::min((int)frames.size() - 1, std::max(0, seekFrameIndex)); in seek()
76 timeline_->rewind(frames.at(seekFrameIndex)); in seek()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/timeline/
H A DABI49_0_0Timeline.cpp49 auto frames = TimelineFrame::List{}; in getFrames()
50 frames.reserve(snapshots_.size()); in getFrames()
52 frames.push_back(snapshot.getFrame()); in getFrames()
54 return frames; in getFrames()
H A DABI49_0_0TimelineHandler.cpp71 auto frames = timeline_->getFrames(); in seek() local
75 std::min((int)frames.size() - 1, std::max(0, seekFrameIndex)); in seek()
76 timeline_->rewind(frames.at(seekFrameIndex)); in seek()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/timeline/
H A DABI47_0_0Timeline.cpp50 auto frames = TimelineFrame::List{}; in getFrames()
51 frames.reserve(snapshots_.size()); in getFrames()
53 frames.push_back(snapshot.getFrame()); in getFrames()
55 return frames; in getFrames()
H A DABI47_0_0TimelineHandler.cpp72 auto frames = timeline_->getFrames(); in seek() local
76 std::min((int)frames.size() - 1, std::max(0, seekFrameIndex)); in seek()
77 timeline_->rewind(frames.at(seekFrameIndex)); in seek()
/expo/ios/versioned/sdk47/EXAV/EXAV/AudioSampleCallback/
H A DAudioSampleCallbackWrapper.mm57 auto frames = jsi::Array(rt, static_cast<int>(framesCount / channelsCount));
64 frames.setValueAtIndex(rt, arrayIndex, jsi::Value(frame));
67 channel.setProperty(rt, "frames", std::move(frames));
/expo/packages/expo-av/ios/EXAV/AudioSampleCallback/
H A DAudioSampleCallbackWrapper.mm57 auto frames = jsi::Array(rt, static_cast<int>(framesCount / channelsCount));
64 frames.setValueAtIndex(rt, arrayIndex, jsi::Value(frame));
67 channel.setProperty(rt, "frames", std::move(frames));
/expo/ios/versioned/sdk48/EXAV/EXAV/AudioSampleCallback/
H A DAudioSampleCallbackWrapper.mm57 auto frames = jsi::Array(rt, static_cast<int>(framesCount / channelsCount));
64 frames.setValueAtIndex(rt, arrayIndex, jsi::Value(frame));
67 channel.setProperty(rt, "frames", std::move(frames));
/expo/ios/versioned/sdk49/EXAV/EXAV/AudioSampleCallback/
H A DAudioSampleCallbackWrapper.mm57 auto frames = jsi::Array(rt, static_cast<int>(framesCount / channelsCount));
64 frames.setValueAtIndex(rt, arrayIndex, jsi::Value(frame));
67 channel.setProperty(rt, "frames", std::move(frames));
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorStackFrames-test.js.snap3 exports[`LogBoxInspectorStackFrame should render null for empty stack frames 1`] = `null`;
5 exports[`LogBoxInspectorStackFrame should render stack frames with 1 frame collapsed 1`] = `
H A DLogBoxInspectorReactFrames-test.js.snap3 exports[`LogBoxInspectorReactFrames should render componentStack frames with full path pressable 1`…
139 exports[`LogBoxInspectorReactFrames should render componentStack frames with more than 3 stacks 1`]…
461 exports[`LogBoxInspectorReactFrames should render componentStack frames with parent folder of index…
597 exports[`LogBoxInspectorReactFrames should render componentStack frames without full path pressable…
733 exports[`LogBoxInspectorReactFrames should render null for no componentStack frames 1`] = `null`;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorStackFrames-test.js.snap3 exports[`LogBoxInspectorStackFrame should render null for empty stack frames 1`] = `null`;
5 exports[`LogBoxInspectorStackFrame should render stack frames with 1 frame collapsed 1`] = `
H A DLogBoxInspectorReactFrames-test.js.snap3 exports[`LogBoxInspectorReactFrames should render componentStack frames with full path pressable 1`…
139 exports[`LogBoxInspectorReactFrames should render componentStack frames with more than 3 stacks 1`]…
461 exports[`LogBoxInspectorReactFrames should render componentStack frames with parent folder of index…
597 exports[`LogBoxInspectorReactFrames should render componentStack frames without full path pressable…
733 exports[`LogBoxInspectorReactFrames should render null for no componentStack frames 1`] = `null`;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorStackFrames-test.js.snap3 exports[`LogBoxInspectorStackFrame should render null for empty stack frames 1`] = `null`;
5 exports[`LogBoxInspectorStackFrame should render stack frames with 1 frame collapsed 1`] = `
H A DLogBoxInspectorReactFrames-test.js.snap3 exports[`LogBoxInspectorReactFrames should render componentStack frames with full path pressable 1`…
139 exports[`LogBoxInspectorReactFrames should render componentStack frames with more than 3 stacks 1`]…
461 exports[`LogBoxInspectorReactFrames should render componentStack frames with parent folder of index…
597 exports[`LogBoxInspectorReactFrames should render componentStack frames without full path pressable…
733 exports[`LogBoxInspectorReactFrames should render null for no componentStack frames 1`] = `null`;
/expo/apps/native-component-list/src/screens/AV/
H A DJsiAudioBar.tsx55 const frames = sample.channels[0].frames;
56 const frameSum = frames.slice(0, 200).reduce((prev, curr) => prev + curr ** 2, 0);
/expo/packages/expo-av/android/src/main/cpp/
H A DJAVManager.cpp85 auto frames = jsi::Array(runtime, size); in installJSIBindings() local
91 frames.setValueAtIndex(runtime, ii, jsi::Value(frame)); in installJSIBindings()
94 channel.setProperty(runtime, "frames", frames); in installJSIBindings()
/expo/packages/@expo/metro-runtime/src/error-overlay/overlay/
H A DLogBoxInspectorStackFrames.tsx28 return 'No frames to show';
40 return 'Showing all frames';
59 // Only collapse frames initially if some frames are not collapsed.
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Core/Devtools/__tests__/__snapshots__/
H A DparseHermesStack-test.js.snap31 exports[`parseHermesStack ignore frames that are part of message 1`] = `
51 exports[`parseHermesStack skipped frames 1`] = `
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Core/Devtools/__tests__/__snapshots__/
H A DparseHermesStack-test.js.snap31 exports[`parseHermesStack ignore frames that are part of message 1`] = `
51 exports[`parseHermesStack skipped frames 1`] = `
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Image/
H A DABI47_0_0RCTAnimatedImage.m65 NSMutableArray<ABI47_0_0RCTGIFCoderFrame *> *frames = [NSMutableArray array];
71 [frames addObject:frame];
76 _frames = [frames copy];

123