/external/cronet/net/third_party/quiche/src/quiche/spdy/core/ |
D | spdy_protocol.cc | 22 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/ |
D | spdy_write_queue_unittest.cc | 130 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 …]
|
D | spdy_write_queue.cc | 20 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()
|
D | spdy_write_queue.h | 87 spdy::SpdyFrameType frame_type; member
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sender_audio.cc | 38 [[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/ |
D | audio_coding_module.h | 41 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/ |
D | payload_decoder_base_test_util.h | 142 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/ |
D | encoded_image.cc | 50 VideoFrameType frame_type) { in NativeToJavaFrameType() 59 ScopedJavaLocalRef<jobject> frame_type = in NativeToJavaEncodedImage() local
|
/external/libvpx/vp8/common/ |
D | vp8_loopfilter.c | 175 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/ |
D | quic_receive_control_stream.cc | 176 uint64_t frame_type, QuicByteCount /*header_length*/, in OnUnknownFrameStart() 197 bool QuicReceiveControlStream::ValidateFrameType(HttpFrameType frame_type) { in ValidateFrameType()
|
D | http_decoder.cc | 57 uint64_t frame_type; in DecodeSettings() local 651 QuicByteCount HttpDecoder::MaxFrameLength(uint64_t frame_type) { in MaxFrameLength()
|
/external/webrtc/audio/ |
D | channel_send_frame_transformer_delegate.cc | 20 TransformableOutgoingAudioFrame(AudioFrameType frame_type, in TransformableOutgoingAudioFrame() 86 AudioFrameType frame_type, in Transform()
|
/external/autotest/client/common_lib/cros/network/ |
D | tcpdump_analyzer.py | 34 frame_type): argument 56 def frame_type(self): member in Frame
|
/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/ |
D | quic_connection_close_frame.cc | 18 uint64_t frame_type) in QuicConnectionCloseFrame()
|
/external/webrtc/test/fuzzers/ |
D | rtp_packetizer_av1_fuzzer.cc | 34 VideoFrameType frame_type = fuzz_input.SelectOneOf(kFrameTypes); in FuzzOneInput() local
|
/external/libvpx/vp8/ |
D | vp8_ratectrl_rtc.h | 31 FRAME_TYPE frame_type; member
|
/external/webrtc/test/pc/e2e/analyzer/video/ |
D | default_video_quality_analyzer_frame_in_flight.cc | 88 VideoFrameType frame_type, in OnFrameEncoded() 117 VideoFrameType frame_type, in OnFramePreDecode()
|
/external/autotest/server/cros/network/ |
D | frame_sender.py | 14 def __init__(self, router, frame_type, channel, ssid_prefix=None, argument
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | frame_data.h | 51 uint8_t frame_type = 0; member
|
/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/ |
D | recording_http2_visitor.cc | 134 int RecordingHttp2Visitor::OnBeforeFrameSent(uint8_t frame_type, in OnBeforeFrameSent() 142 int RecordingHttp2Visitor::OnFrameSent(uint8_t frame_type, in OnFrameSent()
|
D | callback_visitor.cc | 371 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/ |
D | encoded_frame.h | 78 void SetFrameType(webrtc::VideoFrameType frame_type) { in SetFrameType()
|
D | frame_object.cc | 107 VideoFrameType RtpFrameObject::frame_type() const { in frame_type() function in webrtc::RtpFrameObject
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | frame_data.h | 48 uint8_t frame_type; member
|
/external/webrtc/modules/audio_coding/acm2/ |
D | acm_send_test.cc | 125 int32_t AcmSendTestOldApi::SendData(AudioFrameType frame_type, in SendData()
|