Home
last modified time | relevance | path

Searched refs:parse_frame (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/www/py-aiohttp/aiohttp-3.7.4.post0/tests/
H A Dtest_websocket_parser.py91 res = parser.parse_frame(b"1")
108 res = parser.parse_frame(b"1234")
124 parser.parse_frame(b"0001")
155 parser.parse_frame = mock.Mock()
164 parser.parse_frame = mock.Mock()
173 parser.parse_frame = mock.Mock()
182 parser.parse_frame = mock.Mock()
191 parser.parse_frame = mock.Mock()
431 res = parser.parse_frame(b"1")
459 parser.parse_frame(b"1")
[all …]
/dports/net/py-stomp.py/stomp.py-4.1.17/stomp/test/
H A Dutils_test.py61 f = parse_frame(b'\x0a')
64 f = parse_frame(b'FOO')
67 f = parse_frame(b'RECEIPT\nreceipt-id:message-12345\n\n')
70 f = parse_frame(b'ERROR\n\n')
74 f = parse_frame(
/dports/www/p5-Mojolicious/Mojolicious-9.22/t/mojo/
H A Dwebsocket_frames.t10 my $frame = parse_frame \(my $dummy = $bytes), 262144;
22 $frame = parse_frame \($dummy = $bytes), 262144;
34 $frame = parse_frame \($dummy = $bytes), 262144;
46 $frame = parse_frame \($dummy = $bytes), 262144;
58 $frame = parse_frame \($dummy = $bytes), 262144;
70 $frame = parse_frame \($dummy = $bytes), 262144;
82 $frame = parse_frame \($dummy = $bytes), 262144;
94 $frame = parse_frame \($dummy = $bytes), 262144;
106 $frame = parse_frame \($dummy = $bytes), 262144;
117 $frame = parse_frame \($dummy = $bytes), 262144;
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dvp9_parser.c29 static void parse_frame(AVCodecParserContext *ctx, const uint8_t *buf, int size) in parse_frame() function
58 parse_frame(ctx, *out_data, *out_size); in parse()
96 parse_frame(ctx, *out_data, *out_size); \ in parse()
109 parse_frame(ctx, data, size); in parse()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dvp9_parser.c29 static void parse_frame(AVCodecParserContext *ctx, const uint8_t *buf, int size) in parse_frame() function
58 parse_frame(ctx, *out_data, *out_size); in parse()
96 parse_frame(ctx, *out_data, *out_size); \ in parse()
109 parse_frame(ctx, data, size); in parse()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/input/
H A Dr_wavpack.cpp42 int packet_size = mtx::wavpack::parse_frame(*m_in, header, meta, true, true); in read_headers()
57 … int packet_size = mtx::wavpack::parse_frame(*m_in_correc, header_correc, meta_correc, true, true); in read_headers()
104 block_size = mtx::wavpack::parse_frame(*m_in, dummy_header, dummy_meta, false, false); in read()
127 block_size = mtx::wavpack::parse_frame(*m_in, dummy_header, dummy_meta, false, false); in read()
167 …block_size = mtx::wavpack::parse_frame(*m_in_correc, dummy_header_correc, dummy_meta, false, false… in read()
201 …block_size = mtx::wavpack::parse_frame(*m_in_correc, dummy_header_correc, dummy_meta, false, false… in read()
/dports/lang/spidermonkey60/firefox-60.9.0/media/ffvpx/libavcodec/
H A Dvp9_parser.c35 static int parse_frame(AVCodecParserContext *ctx, const uint8_t *buf, int size) in parse_frame() function
110 parse_frame(ctx, *out_data, *out_size); in parse()
151 parse_frame(ctx, *out_data, *out_size); \ in parse()
164 parse_frame(ctx, data, size); in parse()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/ffvpx/libavcodec/
H A Dvp9_parser.c35 static int parse_frame(AVCodecParserContext *ctx, const uint8_t *buf, int size)
110 parse_frame(ctx, *out_data, *out_size);
151 parse_frame(ctx, *out_data, *out_size); \
164 parse_frame(ctx, data, size);
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/proguard-4.1.1/src/
H A Dstacktrace.rs129 if let Some(frame) = parse_frame(line) { in parse_stacktrace()
203 parse_frame(line) in try_parse()
248 pub(crate) fn parse_frame(line: &str) -> Option<StackFrame> { in parse_frame() function
402 let stack_frame = parse_frame(line); in stack_frame()
413 let stack_frame = parse_frame(line); in stack_frame()
418 let stack_frame = parse_frame(line); in stack_frame()
/dports/benchmarks/tsung/tsung-1.7.0/src/lib/
H A Dwebsocket.erl127 parse_frame(Data).
192 parse_frame(<< 1:1, % FIN function
197 parse_frame(_Data) -> function
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dtms5220.c75 static int parse_frame(int removeit);
248 parse_frame(0); in tms5220_process()
277 if (!parse_frame(1)) in tms5220_process()
511 static int parse_frame(int removeit) in parse_frame() function
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dtms5110.c70 static int parse_frame(int removeit);
255 parse_frame(1); in tms5110_process()
284 if (!parse_frame(1)) in tms5110_process()
494 static int parse_frame(int removeit) in parse_frame() function
H A Dtms5220.c103 static int parse_frame(int the_first_frame);
451 if (!parse_frame(first_frame)) in tms5220_process()
768 static int parse_frame(int the_first_frame) in parse_frame() function
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/
H A Dmpeg4_p2.cpp35 void parse_frame(video_frame_t &frame, const unsigned char *buffer, const config_data_t &config_dat…
173 parse_frame(video_frame_t &frame, in parse_frame() function
299 parse_frame(frame, buffer, config_data); in find_frame_types()
315 parse_frame(frame, buffer, config_data); in find_frame_types()
H A Dwavpack.h86 int32_t parse_frame(mm_io_c &mm_io, header_t &header, meta_t &meta, bool read_blocked_frames, bool …
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dtms5110.c70 static int parse_frame(int removeit);
255 parse_frame(1); in tms5110_process()
284 if (!parse_frame(1)) in tms5110_process()
494 static int parse_frame(int removeit) in parse_frame() function
H A Dtms5220.c103 static int parse_frame(int the_first_frame);
451 if (!parse_frame(first_frame)) in tms5220_process()
768 static int parse_frame(int the_first_frame) in parse_frame() function
/dports/biology/py-gtfparse/gtfparse-1.2.1/gtfparse/
H A Dread_gtf.py59 def parse_frame(s): function
100 converters={"frame": parse_frame})
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_mqtt/src/
H A Drabbit_mqtt_frame.erl44 parse_frame(Rest, Fixed, Value + Len * Multiplier).
46 parse_frame(Bin, #mqtt_frame_fixed{ type = Type, function
110 parse_frame(<<TooShortBin/binary, BinMore/binary>>,
/dports/graphics/radiance/radiance-baf2c40/python/radiance/
H A Dlight_output_node.py66 def parse_frame(self, packet): member in LightOutputNode
85 frame = self.parse_frame(packet)
/dports/net-im/prosody/prosody-0.11.13/plugins/
H A Dmod_websocket.lua24 local parse_frame = websocket_frames.parse;
294 local frame, length, partial = parse_frame(frameBuffer);
304 frame, length, partial = parse_frame(frameBuffer);
/dports/net-im/prosody/prosody-0.11.13/net/websocket/
H A Dframes.lua129 local function parse_frame(frame) function
204 parse = parse_frame;
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/gme/
H A DGym_Emu.h82 void parse_frame();
/dports/audio/libgme/game-music-emu-0.6.1/gme/
H A DGym_Emu.h65 void parse_frame();
/dports/games/zdoom/zdoom-2.8.1/game-music-emu/gme/
H A DGym_Emu.h65 void parse_frame();

12345678