Searched full:frames (Results 1 – 25 of 13055) sorted by relevance
12345678910>>...523
39 std::vector<GenericFrameInfo> frames; in TEST() local40 wrapper.GenerateFrames(/*num_temporal_units=*/5, frames); in TEST()41 ASSERT_THAT(frames, SizeIs(10)); in TEST()43 EXPECT_EQ(frames[0].spatial_id, 0); in TEST()44 EXPECT_EQ(frames[1].spatial_id, 1); in TEST()45 EXPECT_EQ(frames[2].spatial_id, 0); in TEST()46 EXPECT_EQ(frames[3].spatial_id, 1); in TEST()47 EXPECT_EQ(frames[4].spatial_id, 0); in TEST()48 EXPECT_EQ(frames[5].spatial_id, 1); in TEST()49 EXPECT_EQ(frames[6].spatial_id, 0); in TEST()[all …]
32 std::vector<GenericFrameInfo> frames; in TEST() local35 wrapper.GenerateFrames(/*num_temporal_units=*/2, frames); in TEST()36 EXPECT_THAT(frames, SizeIs(4)); in TEST()38 wrapper.GenerateFrames(/*num_temporal_units=*/1, frames); in TEST()39 EXPECT_THAT(frames, SizeIs(5)); in TEST()41 wrapper.GenerateFrames(/*num_temporal_units=*/1, frames); in TEST()42 ASSERT_THAT(frames, SizeIs(7)); in TEST()44 EXPECT_EQ(frames[0].temporal_id, 0); in TEST()45 EXPECT_EQ(frames[1].temporal_id, 0); in TEST()46 EXPECT_EQ(frames[2].temporal_id, 2); in TEST()[all …]
25 std::vector<GenericFrameInfo> frames; in TEST() local32 wrapper.GenerateFrames(/*num_temporal_units=*/1, frames); in TEST()33 EXPECT_THAT(frames, SizeIs(1)); in TEST()36 // Encoder tries to generate S0T0 and S1T0 delta frames but they are dropped. in TEST()38 // Encoder successfully generates S0T0 and S1T0 delta frames. in TEST()39 wrapper.GenerateFrames(/*num_temporal_units=*/1, frames); in TEST()40 EXPECT_THAT(frames, SizeIs(3)); in TEST()42 EXPECT_TRUE(wrapper.FrameReferencesAreValid(frames)); in TEST()50 auto frames = wrapper.GenerateFrames(/*num_temporal_units=*/1); in TEST() local51 EXPECT_THAT(frames, SizeIs(2)); in TEST()[all …]
105 ADD_FAILURE() << "There are missing frames to be input."; in ~WebSocketDeflatePredictorMock()109 ADD_FAILURE() << "There are extra written frames."; in ~WebSocketDeflatePredictorMock()115 Result Predict(const std::vector<std::unique_ptr<WebSocketFrame>>& frames, in Predict() argument121 ADD_FAILURE() << "Control frames should not be recorded."; in RecordInputDataFrame()140 ADD_FAILURE() << "Control frames should not be recorded."; in RecordWrittenDataFrame()160 ADD_FAILURE() << "There are missing frames to be written."; in VerifySentFrame()170 const std::vector<std::unique_ptr<WebSocketFrame>>& frames) { in AddFramesToBeInput() argument171 for (const auto& frame : frames) in AddFramesToBeInput()175 const std::vector<std::unique_ptr<WebSocketFrame>>& frames) { in VerifySentFrames() argument176 for (const auto& frame : frames) in VerifySentFrames()[all …]
63 std::vector<std::unique_ptr<WebSocketFrame>>* frames, in ReadFrames() argument68 frames, base::BindOnce(&WebSocketDeflateStream::OnReadComplete, in ReadFrames()69 base::Unretained(this), base::Unretained(frames))); in ReadFrames()73 DCHECK(!frames->empty()); in ReadFrames()75 return InflateAndReadIfNecessary(frames); in ReadFrames()79 std::vector<std::unique_ptr<WebSocketFrame>>* frames, in WriteFrames() argument82 int result = Deflate(frames); in WriteFrames()85 if (frames->empty()) in WriteFrames()87 return stream_->WriteFrames(frames, std::move(callback)); in WriteFrames()105 std::vector<std::unique_ptr<WebSocketFrame>>* frames, in OnReadComplete() argument[all …]
38 // which begins with |frames[frame_index]| or not.39 // |frames[(frame_index + 1):]| consists of future frames if any.40 // |frames[frame_index]| must be the first frame of a data message,41 // but future frames may contain control message frames.42 // |frames[frame_index]| cannot be recorded yet and all preceding43 // data frames have to be already recorded when this method is called.45 const std::vector<std::unique_ptr<WebSocketFrame>>& frames,49 // Only data frames should be recorded. Do not pass control frames' data.50 // All input data frames for the stream must be recorded in order.54 // Only data frames should be recorded. Do not pass control frames' data.[all …]
35 // data message frames, the control frame can overtake data frames.36 // Say there are frames df1, df2 and cf, df1 and df2 are frames of a38 // data frames may follow cf.56 int ReadFrames(std::vector<std::unique_ptr<WebSocketFrame>>* frames,58 int WriteFrames(std::vector<std::unique_ptr<WebSocketFrame>>* frames,80 void OnReadComplete(std::vector<std::unique_ptr<WebSocketFrame>>* frames,83 // This function deflates |frames| and stores the result to |frames| itself.84 int Deflate(std::vector<std::unique_ptr<WebSocketFrame>>* frames);86 const std::vector<std::unique_ptr<WebSocketFrame>>& frames,92 std::vector<std::unique_ptr<WebSocketFrame>>* frames,[all …]
1 …arfdump %p/Inputs/dwarfdump-test-32bit.elf.o -debug-dump=frames | FileCheck %s -check-prefix FRAMES4 ; FRAMES: .debug_frame5 ; FRAMES-NOT: .eh_frame7 ; FRAMES: 00000000 00000010 ffffffff CIE8 ; FRAMES: Version: 19 ; FRAMES: DW_CFA_def_cfa: reg4 +410 ; FRAMES-NEXT: DW_CFA_offset: reg8 -411 ; FRAMES-NEXT: DW_CFA_nop:12 ; FRAMES-NEXT: DW_CFA_nop:14 ; FRAMES: 00000014 00000010 00000000 FDE cie=00000000 pc=00000000...00000022[all …]
13 #include "quiche/quic/core/frames/quic_ack_frame.h"14 #include "quiche/quic/core/frames/quic_ack_frequency_frame.h"15 #include "quiche/quic/core/frames/quic_blocked_frame.h"16 #include "quiche/quic/core/frames/quic_connection_close_frame.h"17 #include "quiche/quic/core/frames/quic_crypto_frame.h"18 #include "quiche/quic/core/frames/quic_goaway_frame.h"19 #include "quiche/quic/core/frames/quic_handshake_done_frame.h"20 #include "quiche/quic/core/frames/quic_max_streams_frame.h"21 #include "quiche/quic/core/frames/quic_message_frame.h"22 #include "quiche/quic/core/frames/quic_mtu_discovery_frame.h"[all …]
... eventType": "PACKET_SENT", 8 "packetNumber": "1", 9 "frames": [ 10 { 11 "frameType": "STREAM", 12 ...
9 "frames": [ array27 "frames": [ array45 "frames": [ array63 "frames": [ array81 "frames": [ array99 "frames": [ array117 "frames": [ array135 "frames": [ array153 "frames": [ array171 "frames": [ array[all …]
30 ["rx-frames-low"]="rx-frame-low"31 ["tx-frames-low"]="tx-frame-low"32 ["rx-frames-high"]="rx-frame-high"33 ["tx-frames-high"]="tx-frame-high"35 ["rx-frames"]="rx-frames"37 ["rx-frames-irq"]="rx-frames-irq"39 ["tx-frames"]="tx-frames"41 ["tx-frames-irq"]="tx-frames-irq"53 ["rx-frames-low"]=""54 ["tx-frames-low"]=""[all …]
31 fprintf(stderr, "FILE.zst: A zstd compressed file with multiple frames\n"); in usage()34 fprintf(stderr, "This program takes concatenated zstd frames and " in usage()43 size_t frames; member61 ZstdFrames frames; in readFile() local62 frames.data = (char *)data; in readFile()63 frames.size = fileSize; in readFile()64 frames.frames = 0; in readFile()75 frames.frames += 1; in readFile()79 frames.maxFrameSize = maxFrameSize; in readFile()81 return frames; in readFile()[all …]
1 /* Unwinding of frames like gstack/pstack.63 struct frames struct65 int frames; member96 /* Whether any frames have been shown at all. Determines exit status. */99 /* Program exit codes. All frames shown without any errors is GOOD.100 Some frames shown with some non-fatal errors is an ERROR. A fatal101 error or no frames shown at all is BAD. A command line USAGE exit180 struct frames *frames = (struct frames *) arg; in frame_callback() local181 int nr = frames->frames; in frame_callback()182 if (! dwfl_frame_pc (state, &frames->frame[nr].pc, in frame_callback()[all …]
141 RtpVideoFrameAssembler::FrameVector frames; in TEST() local153 frames); in TEST()161 frames); in TEST()163 ASSERT_THAT(frames, SizeIs(2)); in TEST()165 auto first_frame = frames[0].ExtractFrame(); in TEST()170 auto second_frame = frames[1].ExtractFrame(); in TEST()178 RtpVideoFrameAssembler::FrameVector frames; in TEST() local193 frames); in TEST()202 frames); in TEST()204 ASSERT_THAT(frames, SizeIs(2)); in TEST()[all …]
172 frames.id,173 frames.ts,174 frames.last_coalesced_input_ts,175 frames.scroll_id,176 frames.scroll_update_id,180 FROM chrome_presented_gesture_scrolls frames182 ON frames.ts = events.ts183 AND events.input_latency_end_ts = (frames.ts + frames.dur);207 frames.id,208 frames.ts,[all …]
22 // Counts the number of missed frames in the trace.25 // Counts the number of missed HWC frames in the trace.28 // Counts the number of missed GPU frames in the trace.31 // Calculate the number of missed frames divided by32 // total frames35 // Calculate the number of missed HWC frames divided by36 // total HWC frames39 // Calculate the number of missed GPU frames divided by40 // total GPU frames62 // Counts the number of missed frames in the trace.[all …]
199 frames.id,200 frames.ts,201 frames.last_presented_input_ts,202 frames.scroll_id,203 frames.scroll_update_id,204 frames.id AS event_latency_id,205 frames.dur,206 frames.presentation_timestamp207 FROM chrome_presented_gesture_scrolls frames208 WHERE frames.event_type in ([all …]
113 FrameView frames; in TEST_F() local114 TF_EXPECT_OK(frames.InferFromGraphView(view)); in TEST_F()116 EXPECT_EQ(frames.num_frames(), 1); in TEST_F()120 ASSERT_EQ(frames.Frames(*invariant_add_node_def).size(), 1); in TEST_F()121 EXPECT_EQ(frames.Frames(*invariant_add_node_def).back(), 0); in TEST_F()125 ASSERT_EQ(frames.Frames(*variant_add_node_def).size(), 1); in TEST_F()126 EXPECT_EQ(frames.Frames(*variant_add_node_def).back(), 0); in TEST_F()133 FrameView frames; in TEST_F() local134 TF_EXPECT_OK(frames.InferFromGraphView(view)); in TEST_F()136 EXPECT_EQ(frames.num_frames(), 1); in TEST_F()[all …]
116 Our first goal is to initiate packet capture and record all of the frames that191 Parses input frames and stores frames of type listed in filter_types.192 If filter_types is empty, stores all parsed frames.195 frames = []206 frames.append([frametime, source_addr, dest_addr, frame_type])207 return frames220 the frames into a much more readable format:225 frames = parse_frames(capture, frameTypesToFilter)231 for packet in frames:241 frames that are relevant to the connection/disconnection process, but first[all …]
24 def generate(args, frames): argument25 if len(frames) == 0:27 #sort the frames based on the frame index28 frames = sorted(frames, key=lambda x: x[0])29 #convert the frames to YUV form30 frames = [f.convert("YCbCr") for _, f in frames]32 header = "YUV4MPEG2 W%d H%d F%s %s A%s" % (frames[0].width, frames[0].height,41 #write in frames44 for f in frames:56 frames = [] variable[all …]
39 Note that the number of output frames generated for a given number of input frames can vary.41 …Hz to 48000 Hz and using an input buffer with 960 frames. If you calculate the number of output fr…45 …umber of frames. So the resampler will sometimes generate 1044 frames and sometimes 1045 frames. O…47 You can either use a fixed number of input frames or a fixed number of output frames. The other fra…49 ## Calling the Resampler with a fixed number of OUTPUT frames51 …his example, suppose we have a fixed number of output frames and a variable number of input frames.56 int numOutputFrames; // number of frames of output72 ## Calling the Resampler with a fixed number of INPUT frames74 …this example, suppose we have a fixed number of input frames and a variable number of output frame…80 int numInputFrames; // number of frames of input
111 const std::vector<StackFrame*>* frames = call_stack.frames(); in CheckCallStack() local112 ASSERT_EQ(arraysize(kDummyFrames), frames->size()); in CheckCallStack()114 ASSERT_EQ(kDummyFrames[i], frames->at(i)->instruction); in CheckCallStack()115 ASSERT_EQ(StackFrame::FRAME_TRUST_PREWALKED, frames->at(i)->trust); in CheckCallStack()117 ASSERT_EQ(static_cast<const CodeModule*>(&module2), frames->at(0)->module); in CheckCallStack()118 ASSERT_EQ(static_cast<const CodeModule*>(&module2), frames->at(1)->module); in CheckCallStack()119 ASSERT_EQ(static_cast<const CodeModule*>(&module2), frames->at(2)->module); in CheckCallStack()120 ASSERT_EQ(static_cast<const CodeModule*>(&module1), frames->at(3)->module); in CheckCallStack()121 ASSERT_EQ(static_cast<const CodeModule*>(&module1), frames->at(4)->module); in CheckCallStack()181 const std::vector<StackFrame*>* frames = call_stack.frames(); in TEST_F() local[all …]
22 -- @column trace_num_frames The number of frames in the trace.23 -- @column trace_num_janky_frames The number of delayed/janky frames in the27 -- including the number of frames, number of28 -- janky frames, percent of janky frames,43 frames.num_frames,45 frames.num_janky_frames,47 frames.scroll_jank_percentage,54 chrome_frames_per_scroll AS frames56 ON frames.scroll_id = causes.scroll_id;64 -- of frames, janky frames, percentage of janky[all …]
55 -- Get all frames attached to callsite ids, as frames can be56 -- reused between stack frames, callsite ids are unique per61 frames.name AS frame_name,65 stack_profile_frame frames67 ON callsite.frame_id = frames.id;69 -- Only lowest child frames are join-able with chrome_non_symbolized_frames78 chrome_non_symbolized_frames frames83 -- Not all frames are symbolized, in cases where those frames98 -- Since only leaf stack frames have a timestamp, let's export this99 -- timestamp to all it's ancestor frames to use it later on for[all …]