Home
last modified time | relevance | path

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

123456

/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
Dspdy_protocol.cc22 std::ostream& operator<<(std::ostream& out, SpdyFrameType frame_type) { in operator <<()
100 uint8_t SerializeFrameType(SpdyFrameType frame_type) { in SerializeFrameType()
132 const char* FrameTypeToString(SpdyFrameType frame_type) { in FrameTypeToString()
340 SpdyFrameType SpdyDataIR::frame_type() const { return SpdyFrameType::DATA; } in frame_type() function in spdy::SpdyDataIR
363 SpdyFrameType SpdyRstStreamIR::frame_type() const { in frame_type() function in spdy::SpdyRstStreamIR
377 SpdyFrameType SpdySettingsIR::frame_type() const { in frame_type() function in spdy::SpdySettingsIR
389 SpdyFrameType SpdyPingIR::frame_type() const { return SpdyFrameType::PING; } in frame_type() function in spdy::SpdyPingIR
420 SpdyFrameType SpdyGoAwayIR::frame_type() const { return SpdyFrameType::GOAWAY; } in frame_type() function in spdy::SpdyGoAwayIR
435 SpdyFrameType SpdyContinuationIR::frame_type() const { in frame_type() function in spdy::SpdyContinuationIR
450 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.h142 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.cc57 uint64_t frame_type; in DecodeSettings() local
651 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/webrtc/test/fuzzers/
Drtp_packetizer_av1_fuzzer.cc34 VideoFrameType frame_type = fuzz_input.SelectOneOf(kFrameTypes); in FuzzOneInput() local
/external/libvpx/vp8/
Dvp8_ratectrl_rtc.h31 FRAME_TYPE frame_type; member
/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/autotest/server/cros/network/
Dframe_sender.py14 def __init__(self, router, frame_type, channel, ssid_prefix=None, argument
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.h51 uint8_t frame_type = 0; member
/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()
Dcallback_visitor.cc371 void CallbackVisitor::PopulateFrame(nghttp2_frame& frame, uint8_t frame_type, in PopulateFrame()
404 int CallbackVisitor::OnBeforeFrameSent(uint8_t frame_type, in OnBeforeFrameSent()
423 int CallbackVisitor::OnFrameSent(uint8_t frame_type, Http2StreamId stream_id, in OnFrameSent()
/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/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.h48 uint8_t frame_type; member
/external/webrtc/modules/audio_coding/acm2/
Dacm_send_test.cc125 int32_t AcmSendTestOldApi::SendData(AudioFrameType frame_type, in SendData()

123456