Home
last modified time | relevance | path

Searched defs:frame_type (Results 1 – 25 of 166) sorted by relevance

1234567

/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
Dspdy_protocol.cc31 std::ostream& operator<<(std::ostream& out, SpdyFrameType frame_type) { in operator <<()
109 uint8_t SerializeFrameType(SpdyFrameType frame_type) { in SerializeFrameType()
141 const char* FrameTypeToString(SpdyFrameType frame_type) { in FrameTypeToString()
349 SpdyFrameType SpdyDataIR::frame_type() const { return SpdyFrameType::DATA; } in frame_type() function in spdy::SpdyDataIR
372 SpdyFrameType SpdyRstStreamIR::frame_type() const { in frame_type() function in spdy::SpdyRstStreamIR
386 SpdyFrameType SpdySettingsIR::frame_type() const { in frame_type() function in spdy::SpdySettingsIR
398 SpdyFrameType SpdyPingIR::frame_type() const { return SpdyFrameType::PING; } in frame_type() function in spdy::SpdyPingIR
429 SpdyFrameType SpdyGoAwayIR::frame_type() const { return SpdyFrameType::GOAWAY; } in frame_type() function in spdy::SpdyGoAwayIR
444 SpdyFrameType SpdyContinuationIR::frame_type() const { in frame_type() function in spdy::SpdyContinuationIR
459 SpdyFrameType SpdyHeadersIR::frame_type() const { in frame_type() function in spdy::SpdyHeadersIR
[all …]
/external/cronet/net/spdy/
Dspdy_write_queue_unittest.cc130 spdy::SpdyFrameType frame_type = spdy::SpdyFrameType::DATA; in TEST_F() local
179 spdy::SpdyFrameType frame_type = spdy::SpdyFrameType::DATA; in TEST_F() local
224 spdy::SpdyFrameType frame_type = spdy::SpdyFrameType::DATA; in TEST_F() local
237 spdy::SpdyFrameType frame_type = spdy::SpdyFrameType::DATA; in TEST_F() local
274 spdy::SpdyFrameType frame_type = spdy::SpdyFrameType::DATA; in TEST_F() local
288 spdy::SpdyFrameType frame_type = spdy::SpdyFrameType::DATA; in TEST_F() local
310 spdy::SpdyFrameType frame_type = spdy::SpdyFrameType::DATA; in TEST_F() local
324 spdy::SpdyFrameType frame_type; in TEST_F() local
338 spdy::SpdyFrameType frame_type; in TEST_F() local
358 spdy::SpdyFrameType frame_type; in TEST_F() local
[all …]
Dspdy_write_queue.cc20 bool IsSpdyFrameTypeWriteCapped(spdy::SpdyFrameType frame_type) { in IsSpdyFrameTypeWriteCapped()
31 spdy::SpdyFrameType frame_type, in PendingWrite()
64 spdy::SpdyFrameType frame_type, in Enqueue()
83 spdy::SpdyFrameType* frame_type, in Dequeue()
Dspdy_write_queue.h87 spdy::SpdyFrameType frame_type; member
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_audio.cc38 [[maybe_unused]] const char* FrameTypeToString(AudioFrameType frame_type) { in FrameTypeToString()
106 bool RTPSenderAudio::MarkerBit(AudioFrameType frame_type, int8_t payload_type) { in MarkerBit()
149 bool RTPSenderAudio::SendAudio(AudioFrameType frame_type, in SendAudio()
160 bool RTPSenderAudio::SendAudio(AudioFrameType frame_type, in SendAudio()
/external/webrtc/modules/audio_coding/include/
Daudio_coding_module.h41 virtual int32_t SendData(AudioFrameType frame_type, in SendData()
52 virtual int32_t SendData(AudioFrameType frame_type, in SendData()
/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
Dpayload_decoder_base_test_util.h143 auto frame_type = DecoderPeer::FrameType(); in SetUp() local
252 Http2FrameType frame_type = DecoderPeer::FrameType(); in VerifyDetectsMultipleFrameSizeErrors() local
307 Http2FrameType frame_type = DecoderPeer::FrameType(); in VerifyDetectsFrameSizeError() local
/external/webrtc/sdk/android/src/jni/
Dencoded_image.cc50 VideoFrameType frame_type) { in NativeToJavaFrameType()
59 ScopedJavaLocalRef<jobject> frame_type = in NativeToJavaEncodedImage() local
/external/libvpx/vp8/common/
Dvp8_loopfilter.c175 FRAME_TYPE frame_type = cm->frame_type; in vp8_loop_filter_row_normal() local
263 void vp8_loop_filter_frame(VP8_COMMON *cm, MACROBLOCKD *mbd, int frame_type) { in vp8_loop_filter_frame()
396 FRAME_TYPE frame_type = cm->frame_type; in vp8_loop_filter_frame_yonly() local
490 FRAME_TYPE frame_type = cm->frame_type; in vp8_loop_filter_partial_frame() local
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_receive_control_stream.cc176 uint64_t frame_type, QuicByteCount /*header_length*/, in OnUnknownFrameStart()
197 bool QuicReceiveControlStream::ValidateFrameType(HttpFrameType frame_type) { in ValidateFrameType()
Dhttp_decoder.cc56 uint64_t frame_type; in DecodeSettings() local
650 QuicByteCount HttpDecoder::MaxFrameLength(uint64_t frame_type) { in MaxFrameLength()
/external/webrtc/audio/
Dchannel_send_frame_transformer_delegate.cc20 TransformableOutgoingAudioFrame(AudioFrameType frame_type, in TransformableOutgoingAudioFrame()
86 AudioFrameType frame_type, in Transform()
/external/autotest/client/common_lib/cros/network/
Dtcpdump_analyzer.py34 frame_type): argument
56 def frame_type(self): member in Frame
/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
Dquic_connection_close_frame.cc18 uint64_t frame_type) in QuicConnectionCloseFrame()
/external/libvpx/vp8/
Dvp8_ratectrl_rtc.h32 RcFrameType frame_type; member
/external/webrtc/test/fuzzers/
Drtp_packetizer_av1_fuzzer.cc34 VideoFrameType frame_type = fuzz_input.SelectOneOf(kFrameTypes); in FuzzOneInput() local
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dparsing.cc156 std::string MakeFrameTypeString(absl::string_view frame_type, uint8_t flags, in MakeFrameTypeString()
172 std::string FrameTypeString(uint8_t frame_type, uint8_t flags) { in FrameTypeString()
747 HPackParser::LogInfo::Type frame_type = HPackParser::LogInfo::kDontKnow; in init_header_frame_parser() local
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dparsing.cc138 std::string MakeFrameTypeString(absl::string_view frame_type, uint8_t flags, in MakeFrameTypeString()
154 std::string FrameTypeString(uint8_t frame_type, uint8_t flags) { in FrameTypeString()
664 HPackParser::LogInfo::Type frame_type = HPackParser::LogInfo::kDontKnow; in init_header_frame_parser() local
/external/webrtc/test/pc/e2e/analyzer/video/
Ddefault_video_quality_analyzer_frame_in_flight.cc88 VideoFrameType frame_type, in OnFrameEncoded()
117 VideoFrameType frame_type, in OnFramePreDecode()
/external/grpc-grpc/test/core/bad_client/tests/
Dunknown_frame.cc48 char frame_type = static_cast<char>(i); in TEST() local
/external/autotest/server/cros/network/
Dframe_sender.py14 def __init__(self, router, frame_type, channel, ssid_prefix=None, argument
/external/webrtc/modules/video_coding/
Dencoded_frame.h78 void SetFrameType(webrtc::VideoFrameType frame_type) { in SetFrameType()
Dframe_object.cc107 VideoFrameType RtpFrameObject::frame_type() const { in frame_type() function in webrtc::RtpFrameObject
/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
Drecording_http2_visitor.cc134 int RecordingHttp2Visitor::OnBeforeFrameSent(uint8_t frame_type, in OnBeforeFrameSent()
142 int RecordingHttp2Visitor::OnFrameSent(uint8_t frame_type, in OnFrameSent()
/external/webrtc/modules/audio_coding/acm2/
Dacm_send_test.cc125 int32_t AcmSendTestOldApi::SendData(AudioFrameType frame_type, in SendData()

1234567