Home
last modified time | relevance | path

Searched defs:frames (Results 1 – 25 of 4767) sorted by relevance

12345678910>>...191

/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/steamnetworkingsockets/clientlib/
H A DSNP_WIRE_FORMAT.md6 ### Unreliable message segment
36 ### Reliable message segment
63 ### Stop waiting
77 ### Ack
178 ### Reserved lead bytes
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/sound/
H A Da_tools.h148 #define m16clear(buf, frames) memset((buf), 0, (frames) << 1) argument
149 #define s16clear(buf, frames) memset((buf), 0, (frames) << 2) argument
150 #define m32clear(buf, frames) memset((buf), 0, (frames) << 2) argument
151 #define s32clear(buf, frames) memset((buf), 0, (frames) << 3) argument
154 #define m16copy(in, out, frames) memcpy((out), (in), (frames) << 1) argument
155 #define s16copy(in, out, frames) memcpy((out), (in), (frames) << 2) argument
156 #define m32copy(in, out, frames) memcpy((out), (in), (frames) << 2) argument
160 #define m16add(from, to, frames) _add16(from, to, frames) argument
161 #define s16add(from, to, frames) _add16(from, to, (frames)<<1) argument
179 #define m32add(from, to, frames) _add32(from, to, frames) argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/base/
H A Daudio_bus.cc34 int frames, in CalculateMemorySizeInternal()
49 static void ValidateConfig(int channels, int frames) { in ValidateConfig()
64 AudioBus::AudioBus(int channels, int frames) in AudioBus()
78 AudioBus::AudioBus(int channels, int frames, float* data) in AudioBus()
128 int frames, in WrapVector()
180 void AudioBus::set_frames(int frames) { in set_frames()
201 void AudioBus::SetBitstreamFrames(int frames) { in SetBitstreamFrames()
236 void AudioBus::ZeroFrames(int frames) { in ZeroFrames()
276 int frames, in FromInterleaved()
302 int frames, in FromInterleavedPartial()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/base/
H A Daudio_bus.cc36 int frames, in CalculateMemorySizeInternal()
51 static void ValidateConfig(int channels, int frames) { in ValidateConfig()
66 AudioBus::AudioBus(int channels, int frames) in AudioBus()
80 AudioBus::AudioBus(int channels, int frames, float* data) in AudioBus()
130 int frames, in WrapVector()
182 void AudioBus::set_frames(int frames) { in set_frames()
203 void AudioBus::SetBitstreamFrames(int frames) { in SetBitstreamFrames()
238 void AudioBus::ZeroFrames(int frames) { in ZeroFrames()
278 int frames, in FromInterleaved()
304 int frames, in FromInterleavedPartial()
[all …]
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A Dframe_list.cpp68 const std::vector<ParseFrame> &frames) in fl_log_frms()
82 void fl_log_all(log_sev_t logsev, const std::vector<ParseFrame> &frames) in fl_log_all()
97 void fl_copy_tos(ParseFrame &pf, const std::vector<ParseFrame> &frames) in fl_copy_tos()
107 void fl_copy_2nd_tos(ParseFrame &pf, const std::vector<ParseFrame> &frames) in fl_copy_2nd_tos()
117 void fl_trash_tos(std::vector<ParseFrame> &frames) in fl_trash_tos()
129 void fl_push(std::vector<ParseFrame> &frames, ParseFrame &frm) in fl_push()
140 void fl_pop(std::vector<ParseFrame> &frames, ParseFrame &pf) in fl_pop()
151 int fl_check(std::vector<ParseFrame> &frames, ParseFrame &frm, int &pp_level, chunk_t *pc) in fl_check()
/dports/x11-wm/metacity/metacity-3.42.0/src/ui/
H A Dframes.c94 GHashTable *frames; member
415 MetaFrames *frames; in meta_frames_destroy() local
441 MetaFrames *frames; in meta_frames_finalize() local
534 MetaFrames *frames; in queue_recalc_func() local
564 MetaFrames *frames; in queue_draw_func() local
583 MetaFrames *frames; in reattach_style_func() local
594 MetaFrames *frames; in meta_frames_style_updated() local
636 MetaFrames *frames; in meta_frames_new() local
1321 MetaFrames *frames; in tip_timeout_func() local
1623 MetaFrames *frames; in meta_frames_button_press_event() local
[all …]
/dports/x11-wm/marco/marco-1.26.0/src/ui/
H A Dframes.c283 MetaFrames *frames; in meta_frames_destroy() local
321 MetaFrames *frames; in meta_frames_finalize() local
416 MetaFrames *frames; in queue_recalc_func() local
454 MetaFrames *frames; in queue_draw_func() local
473 MetaFrames *frames; in reattach_style_func() local
484 MetaFrames *frames; in meta_frames_style_updated() local
620 MetaFrames *frames; in meta_frames_new() local
1426 MetaFrames *frames; in tip_timeout_func() local
1614 MetaFrames *frames; in meta_frames_button_press_event() local
1885 MetaFrames *frames; in meta_frames_button_release_event() local
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/svc/
H A Dscalability_structure_l2t2_key_shift_unittest.cc39 std::vector<GenericFrameInfo> frames; in TEST() local
94 std::vector<GenericFrameInfo> frames; in TEST() local
131 std::vector<GenericFrameInfo> frames; in TEST() local
159 std::vector<GenericFrameInfo> frames; in TEST() local
189 std::vector<GenericFrameInfo> frames; in TEST() local
223 std::vector<GenericFrameInfo> frames; in TEST() local
260 std::vector<GenericFrameInfo> frames; in TEST() local
288 std::vector<GenericFrameInfo> frames; in TEST() local
310 std::vector<GenericFrameInfo> frames; in TEST() local
338 std::vector<GenericFrameInfo> frames; in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_coding/svc/
H A Dscalability_structure_l2t2_key_shift_unittest.cc39 std::vector<GenericFrameInfo> frames; in TEST() local
94 std::vector<GenericFrameInfo> frames; in TEST() local
131 std::vector<GenericFrameInfo> frames; in TEST() local
159 std::vector<GenericFrameInfo> frames; in TEST() local
189 std::vector<GenericFrameInfo> frames; in TEST() local
223 std::vector<GenericFrameInfo> frames; in TEST() local
260 std::vector<GenericFrameInfo> frames; in TEST() local
288 std::vector<GenericFrameInfo> frames; in TEST() local
310 std::vector<GenericFrameInfo> frames; in TEST() local
338 std::vector<GenericFrameInfo> frames; in TEST() local
/dports/x11-wm/muffin/muffin-4.8.0/src/ui/
H A Dframes.c285 MetaFrames *frames; in meta_frames_destroy() local
321 MetaFrames *frames; in meta_frames_finalize() local
418 MetaFrames *frames; in queue_recalc_func() local
457 MetaFrames *frames; in queue_draw_func() local
476 MetaFrames *frames; in reattach_style_func() local
487 MetaFrames *frames; in meta_frames_style_updated() local
621 MetaFrames *frames; in meta_frames_new() local
1317 MetaFrames *frames; in meta_frames_button_press_event() local
1601 MetaFrames *frames; in meta_frames_button_release_event() local
1837 MetaFrames *frames; in meta_frames_motion_notify_event() local
[all …]
/dports/devel/R-cran-tibble/tibble/tests/testthat/_snaps/vignette-tibble/
H A Dtibble.md133 ### Printing
168 ### Subsetting
247 ### Recycling
288 ### Arithmetic operations
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/timeseries/
H A Dutils.test.ts14 const frames = prepareGraphableFields(input, createTheme()); constant
27 const frames = prepareGraphableFields(input, createTheme()); constant
42 const frames = prepareGraphableFields(input, createTheme()); constant
68 const frames = prepareGraphableFields([df], createTheme()); constant
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/MyPackage/
H A DHeapMonitor.java62 List<Frame> frames = new ArrayList<Frame>(); in allocate() local
68 private static void allocate(List<Frame> frames) { in allocate()
78 List<Frame> frames = null; in repeatAllocate() local
107 private static native long getSize(Frame[] frames, boolean checkLines); in getSize()
108 private static long getSize(Frame[] frames) { in getSize()
123 Frame[] frames = frameList.toArray(new Frame[0]); in calculateOneElementSize() local
205 Frame[] frames = frameList.toArray(new Frame[0]); in allocateAndCheckFrames() local
229 public native static boolean obtainedEvents(Frame[] frames, boolean checkLines); in obtainedEvents()
230 public native static boolean garbageContains(Frame[] frames, boolean checkLines); in garbageContains()
257 public static boolean obtainedEvents(Frame[] frames) { in obtainedEvents()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/designercore/model/
H A Dqmltimeline.cpp74 const QmlTimelineKeyframeGroup frames(childNode); in keyframeGroup() local
92 const QmlTimelineKeyframeGroup frames(childNode); in hasTimeline() local
140 for (const QmlTimelineKeyframeGroup &frames : keyframeGroupsForTarget(target)) { in minActualKeyframe() local
153 for (const QmlTimelineKeyframeGroup &frames : keyframeGroupsForTarget(target)) { in maxActualKeyframe() local
181 const QmlTimelineKeyframeGroup frames(childNode); in allTargets() local
196 const QmlTimelineKeyframeGroup frames(childNode); in keyframeGroupsForTarget() local
207 for (QmlTimelineKeyframeGroup frames : keyframeGroupsForTarget(target)) in destroyKeyframesForTarget() local
248 const QmlTimelineKeyframeGroup frames(childNode); in resetGroupRecording() local
260 … ModelNode frames = modelNode().view()->createModelNode("QtQuick.Timeline.KeyframeGroup", 1, 0); in addKeyframeGroupIfNotExists() local
274 for (const QmlTimelineKeyframeGroup &frames : allKeyframeGroups()) { in hasKeyframeGroup() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/MyPackage/
H A DHeapMonitor.java62 List<Frame> frames = new ArrayList<Frame>(); in allocate() local
68 private static void allocate(List<Frame> frames) { in allocate()
78 List<Frame> frames = null; in repeatAllocate() local
107 private static native long getSize(Frame[] frames, boolean checkLines); in getSize()
108 private static long getSize(Frame[] frames) { in getSize()
123 Frame[] frames = frameList.toArray(new Frame[0]); in calculateOneElementSize() local
205 Frame[] frames = frameList.toArray(new Frame[0]); in allocateAndCheckFrames() local
229 public native static boolean obtainedEvents(Frame[] frames, boolean checkLines); in obtainedEvents()
230 public native static boolean garbageContains(Frame[] frames, boolean checkLines); in garbageContains()
257 public static boolean obtainedEvents(Frame[] frames) { in obtainedEvents()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/MyPackage/
H A DHeapMonitor.java62 List<Frame> frames = new ArrayList<Frame>(); in allocate() local
68 private static void allocate(List<Frame> frames) { in allocate()
78 List<Frame> frames = null; in repeatAllocate() local
107 private static native long getSize(Frame[] frames, boolean checkLines); in getSize()
108 private static long getSize(Frame[] frames) { in getSize()
123 Frame[] frames = frameList.toArray(new Frame[0]); in calculateOneElementSize() local
205 Frame[] frames = frameList.toArray(new Frame[0]); in allocateAndCheckFrames() local
229 public native static boolean obtainedEvents(Frame[] frames, boolean checkLines); in obtainedEvents()
230 public native static boolean garbageContains(Frame[] frames, boolean checkLines); in garbageContains()
257 public static boolean obtainedEvents(Frame[] frames) { in obtainedEvents()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/MyPackage/
H A DHeapMonitor.java62 List<Frame> frames = new ArrayList<Frame>(); in allocate() local
68 private static void allocate(List<Frame> frames) { in allocate()
78 List<Frame> frames = null; in repeatAllocate() local
107 private static native long getSize(Frame[] frames, boolean checkLines); in getSize()
108 private static long getSize(Frame[] frames) { in getSize()
123 Frame[] frames = frameList.toArray(new Frame[0]); in calculateOneElementSize() local
214 Frame[] frames = frameList.toArray(new Frame[0]); in allocateAndCheckFrames() local
238 public native static boolean obtainedEvents(Frame[] frames, boolean checkLines); in obtainedEvents()
239 public native static boolean garbageContains(Frame[] frames, boolean checkLines); in garbageContains()
266 public static boolean obtainedEvents(Frame[] frames) { in obtainedEvents()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/MyPackage/
H A DHeapMonitor.java62 List<Frame> frames = new ArrayList<Frame>(); in allocate() local
68 private static void allocate(List<Frame> frames) { in allocate()
78 List<Frame> frames = null; in repeatAllocate() local
107 private static native long getSize(Frame[] frames, boolean checkLines); in getSize()
108 private static long getSize(Frame[] frames) { in getSize()
123 Frame[] frames = frameList.toArray(new Frame[0]); in calculateOneElementSize() local
205 Frame[] frames = frameList.toArray(new Frame[0]); in allocateAndCheckFrames() local
229 public native static boolean obtainedEvents(Frame[] frames, boolean checkLines); in obtainedEvents()
230 public native static boolean garbageContains(Frame[] frames, boolean checkLines); in garbageContains()
257 public static boolean obtainedEvents(Frame[] frames) { in obtainedEvents()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/MyPackage/
H A DHeapMonitor.java62 List<Frame> frames = new ArrayList<Frame>(); in allocate() local
68 private static void allocate(List<Frame> frames) { in allocate()
78 List<Frame> frames = null; in repeatAllocate() local
107 private static native long getSize(Frame[] frames, boolean checkLines); in getSize()
108 private static long getSize(Frame[] frames) { in getSize()
123 Frame[] frames = frameList.toArray(new Frame[0]); in calculateOneElementSize() local
205 Frame[] frames = frameList.toArray(new Frame[0]); in allocateAndCheckFrames() local
229 public native static boolean obtainedEvents(Frame[] frames, boolean checkLines); in obtainedEvents()
230 public native static boolean garbageContains(Frame[] frames, boolean checkLines); in garbageContains()
257 public static boolean obtainedEvents(Frame[] frames) { in obtainedEvents()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/websockets/
H A Dwebsocket_deflate_stream_test.cc376 std::vector<std::unique_ptr<WebSocketFrame>> frames; in TEST_F() local
393 std::vector<std::unique_ptr<WebSocketFrame>> frames; in TEST_F() local
411 std::vector<std::unique_ptr<WebSocketFrame>> frames; in TEST_F() local
442 std::vector<std::unique_ptr<WebSocketFrame>> frames; in TEST_F() local
474 std::vector<std::unique_ptr<WebSocketFrame>> frames; in TEST_F() local
494 std::vector<std::unique_ptr<WebSocketFrame>> frames; in TEST_F() local
532 std::vector<std::unique_ptr<WebSocketFrame>> frames; in TEST_F() local
569 std::vector<std::unique_ptr<WebSocketFrame>> frames; in TEST_F() local
594 std::vector<std::unique_ptr<WebSocketFrame>> frames; in TEST_F() local
619 std::vector<std::unique_ptr<WebSocketFrame>> frames; in TEST_F() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/websockets/
H A Dwebsocket_deflate_stream_test.cc376 std::vector<std::unique_ptr<WebSocketFrame>> frames; in TEST_F() local
393 std::vector<std::unique_ptr<WebSocketFrame>> frames; in TEST_F() local
411 std::vector<std::unique_ptr<WebSocketFrame>> frames; in TEST_F() local
442 std::vector<std::unique_ptr<WebSocketFrame>> frames; in TEST_F() local
474 std::vector<std::unique_ptr<WebSocketFrame>> frames; in TEST_F() local
494 std::vector<std::unique_ptr<WebSocketFrame>> frames; in TEST_F() local
532 std::vector<std::unique_ptr<WebSocketFrame>> frames; in TEST_F() local
569 std::vector<std::unique_ptr<WebSocketFrame>> frames; in TEST_F() local
594 std::vector<std::unique_ptr<WebSocketFrame>> frames; in TEST_F() local
619 std::vector<std::unique_ptr<WebSocketFrame>> frames; in TEST_F() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/media/gtest/
H A DTestAudioTrackEncoder.cpp32 MediaQueue<EncodedFrame> frames; in TestOpusInit() local
75 MediaQueue<EncodedFrame> frames; in TEST() local
89 MediaQueue<EncodedFrame> frames; in TEST() local
100 MediaQueue<EncodedFrame> frames; in TEST() local
111 MediaQueue<EncodedFrame> frames; in TEST() local
122 MediaQueue<EncodedFrame> frames; in TEST() local
160 MediaQueue<EncodedFrame> frames; in TestOpusResampler() local
185 MediaQueue<EncodedFrame> frames; in TEST() local
201 MediaQueue<EncodedFrame> frames; in TEST() local
230 MediaQueue<EncodedFrame> frames; in TEST() local
[all …]
/dports/www/firefox/firefox-99.0/dom/media/gtest/
H A DTestAudioTrackEncoder.cpp32 MediaQueue<EncodedFrame> frames; in TestOpusInit() local
75 MediaQueue<EncodedFrame> frames; in TEST() local
89 MediaQueue<EncodedFrame> frames; in TEST() local
100 MediaQueue<EncodedFrame> frames; in TEST() local
111 MediaQueue<EncodedFrame> frames; in TEST() local
122 MediaQueue<EncodedFrame> frames; in TEST() local
160 MediaQueue<EncodedFrame> frames; in TestOpusResampler() local
185 MediaQueue<EncodedFrame> frames; in TEST() local
201 MediaQueue<EncodedFrame> frames; in TEST() local
230 MediaQueue<EncodedFrame> frames; in TEST() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/gtest/
H A DTestAudioTrackEncoder.cpp32 MediaQueue<EncodedFrame> frames; in TestOpusInit() local
75 MediaQueue<EncodedFrame> frames; in TEST() local
89 MediaQueue<EncodedFrame> frames; in TEST() local
100 MediaQueue<EncodedFrame> frames; in TEST() local
111 MediaQueue<EncodedFrame> frames; in TEST() local
122 MediaQueue<EncodedFrame> frames; in TEST() local
160 MediaQueue<EncodedFrame> frames; in TestOpusResampler() local
185 MediaQueue<EncodedFrame> frames; in TEST() local
201 MediaQueue<EncodedFrame> frames; in TEST() local
230 MediaQueue<EncodedFrame> frames; in TEST() local
[all …]
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/tests/
H A Dsoft_limiter_tests.cpp29 constexpr int frames = 3; in TEST() local
41 const auto frames = 3; in TEST() local
54 const auto frames = 3; in TEST() local
67 const auto frames = 3; in TEST() local
80 const auto frames = 3; in TEST() local
93 const auto frames = 3; in TEST() local
106 const auto frames = 3; in TEST() local
119 const auto frames = 3; in TEST() local
133 const auto frames = 1; in TEST() local
149 const auto frames = 1; in TEST() local
[all …]

12345678910>>...191