| /external/cronet/net/third_party/quiche/src/quiche/spdy/core/ |
| D | spdy_protocol.cc | 31 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/ |
| 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 | 143 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 | 56 uint64_t frame_type; in DecodeSettings() local 650 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/libvpx/vp8/ |
| D | vp8_ratectrl_rtc.h | 32 RcFrameType frame_type; member
|
| /external/webrtc/test/fuzzers/ |
| D | rtp_packetizer_av1_fuzzer.cc | 34 VideoFrameType frame_type = fuzz_input.SelectOneOf(kFrameTypes); in FuzzOneInput() local
|
| /external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
| D | parsing.cc | 156 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/ |
| D | parsing.cc | 138 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/ |
| D | default_video_quality_analyzer_frame_in_flight.cc | 88 VideoFrameType frame_type, in OnFrameEncoded() 117 VideoFrameType frame_type, in OnFramePreDecode()
|
| /external/grpc-grpc/test/core/bad_client/tests/ |
| D | unknown_frame.cc | 48 char frame_type = static_cast<char>(i); in TEST() local
|
| /external/autotest/server/cros/network/ |
| D | frame_sender.py | 14 def __init__(self, router, frame_type, channel, ssid_prefix=None, argument
|
| /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/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()
|
| /external/webrtc/modules/audio_coding/acm2/ |
| D | acm_send_test.cc | 125 int32_t AcmSendTestOldApi::SendData(AudioFrameType frame_type, in SendData()
|