/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/ |
H A D | spdy_protocol.cc | 32 std::ostream& operator<<(std::ostream& out, SpdyFrameType frame_type) { in operator <<() 110 uint8_t SerializeFrameType(SpdyFrameType frame_type) { in SerializeFrameType() 142 const char* FrameTypeToString(SpdyFrameType frame_type) { in FrameTypeToString() 350 SpdyFrameType SpdyDataIR::frame_type() const { return SpdyFrameType::DATA; } in frame_type() function in spdy::SpdyDataIR 373 SpdyFrameType SpdyRstStreamIR::frame_type() const { in frame_type() function in spdy::SpdyRstStreamIR 387 SpdyFrameType SpdySettingsIR::frame_type() const { in frame_type() function in spdy::SpdySettingsIR 399 SpdyFrameType SpdyPingIR::frame_type() const { return SpdyFrameType::PING; } in frame_type() function in spdy::SpdyPingIR 430 SpdyFrameType SpdyGoAwayIR::frame_type() const { return SpdyFrameType::GOAWAY; } in frame_type() function in spdy::SpdyGoAwayIR 445 SpdyFrameType SpdyContinuationIR::frame_type() const { in frame_type() function in spdy::SpdyContinuationIR 460 SpdyFrameType SpdyHeadersIR::frame_type() const { in frame_type() function in spdy::SpdyHeadersIR [all …]
|
/aosp_15_r20/external/cronet/net/spdy/ |
H A 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 …]
|
H A 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()
|
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/ |
H A 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()
|
/aosp_15_r20/external/libvpx/vp8/common/ |
H A 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
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/ |
H A 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
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
H A 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
|
/aosp_15_r20/external/webrtc/modules/audio_coding/include/ |
H A 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()
|
/aosp_15_r20/external/webrtc/sdk/android/src/jni/ |
H A D | encoded_image.cc | 50 VideoFrameType frame_type) { in NativeToJavaFrameType() 59 ScopedJavaLocalRef<jobject> frame_type = in NativeToJavaEncodedImage() local
|
/aosp_15_r20/external/webrtc/audio/ |
H A D | channel_send_frame_transformer_delegate.cc | 20 TransformableOutgoingAudioFrame(AudioFrameType frame_type, in TransformableOutgoingAudioFrame() 86 AudioFrameType frame_type, in Transform()
|
/aosp_15_r20/external/autotest/client/common_lib/cros/network/ |
H A D | tcpdump_analyzer.py | 34 frame_type): argument 56 def frame_type(self): member in Frame
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/ |
H A D | quic_receive_control_stream.cc | 192 uint64_t frame_type, QuicByteCount /*header_length*/, in OnUnknownFrameStart() 213 bool QuicReceiveControlStream::ValidateFrameType(HttpFrameType frame_type) { in ValidateFrameType()
|
H A D | http_decoder.cc | 58 uint64_t frame_type; in DecodeSettings() local 681 QuicByteCount HttpDecoder::MaxFrameLength(uint64_t frame_type) { in MaxFrameLength()
|
H A D | http_decoder_test.cc | 123 for (auto frame_type : frame_types) { in TEST_F() local 394 const uint64_t frame_type = 0x1f * 0x222 + 0x21; in TEST_F() local 654 for (uint64_t frame_type = 0; frame_type < 1025; frame_type++) { in TEST_F() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | ratectrl.c | 168 static int get_bpmb_enumerator(FRAME_TYPE frame_type, in get_bpmb_enumerator() 216 int av1_rc_bits_per_mb(const AV1_COMP *cpi, FRAME_TYPE frame_type, int qindex, in av1_rc_bits_per_mb() 250 const FRAME_TYPE frame_type = cm->current_frame.frame_type; in av1_estimate_bits_at_q() local 1315 FRAME_TYPE frame_type = in calc_active_best_quality_no_stats_cbr() local 1658 const FRAME_TYPE frame_type = gf_group->frame_type[cpi->gf_frame_index]; in frame_type_qdelta() local 2539 int desired_bits_per_mb, FRAME_TYPE frame_type, in find_qindex_by_rate() 2561 int av1_compute_qdelta_by_rate(const AV1_COMP *cpi, FRAME_TYPE frame_type, in av1_compute_qdelta_by_rate() 2865 static void set_baseline_gf_interval(AV1_COMP *cpi, FRAME_TYPE frame_type) { in set_baseline_gf_interval() 3467 FRAME_TYPE frame_type) { in set_gf_interval_update_onepass_rt() 3685 void av1_get_one_pass_rt_params(AV1_COMP *cpi, FRAME_TYPE *const frame_type, in av1_get_one_pass_rt_params()
|
/aosp_15_r20/external/webrtc/test/pc/e2e/analyzer/video/ |
H A D | default_video_quality_analyzer_frame_in_flight.cc | 88 VideoFrameType frame_type, in OnFrameEncoded() 117 VideoFrameType frame_type, in OnFramePreDecode()
|
/aosp_15_r20/external/webrtc/modules/video_coding/utility/ |
H A D | simulcast_test_fixture_impl.cc | 336 void SimulcastTestFixtureImpl::ExpectStream(VideoFrameType frame_type, in ExpectStream() 352 VideoFrameType frame_type, in ExpectStreams() 367 void SimulcastTestFixtureImpl::ExpectStreams(VideoFrameType frame_type, in ExpectStreams()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/ |
H A 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()
|
H A D | callback_visitor.cc | 412 void CallbackVisitor::PopulateFrame(nghttp2_frame& frame, uint8_t frame_type, in PopulateFrame() 445 int CallbackVisitor::OnBeforeFrameSent(uint8_t frame_type, in OnBeforeFrameSent() 468 int CallbackVisitor::OnFrameSent(uint8_t frame_type, Http2StreamId stream_id, in OnFrameSent()
|
H A D | oghttp2_session.cc | 113 uint8_t frame_type() { return frame_type_; } in frame_type() function in http2::adapter::__anond62579530111::FrameAttributeCollector 783 const FrameType frame_type = static_cast<FrameType>(frame_type_int); in AfterFrameSent() local 1910 void OgHttp2Session::CloseStreamIfReady(uint8_t frame_type, in CloseStreamIfReady() 1975 uint8_t frame_type) { in DecrementQueuedFrameCount()
|
/aosp_15_r20/external/libxaac/encoder/ |
H A D | ixheaace_sbr_frame_info_gen.c | 415 ixheaace_frame_class frame_type, WORD32 *ptr_v_bord, in ixheaace_calc_ctrl_signal() 721 ixheaace_frame_class frame_type = pstr_sbr_grid->frame_type; in ixheaace_ctrl_signal2_frame_info() local 933 ixheaace_frame_class frame_type = IXHEAACE_FIXFIX; in ixheaace_frame_info_generator() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_framer.cc | 2538 uint8_t frame_type; in ProcessFrameData() local 2760 uint64_t frame_type, EncryptionLevel level) { in IsIetfFrameTypeExpectedForEncryptionLevel() 2806 uint64_t frame_type; in ProcessIetfFrameData() local 3214 bool QuicFramer::ProcessStreamFrame(QuicDataReader* reader, uint8_t frame_type, in ProcessStreamFrame() 3272 uint8_t frame_type, in ProcessIetfStreamFrame() 3418 bool QuicFramer::ProcessAckFrame(QuicDataReader* reader, uint8_t frame_type) { in ProcessAckFrame() 3633 uint64_t frame_type, in ProcessIetfAckFrame() 6187 uint64_t frame_type) { in ProcessMaxStreamsFrame() 6254 uint64_t frame_type) { in ProcessStreamsBlockedFrame()
|
/aosp_15_r20/external/libgav1/src/ |
H A D | buffer_pool.h | 97 FrameType frame_type() const { return frame_type_; } in frame_type() function 98 void set_frame_type(FrameType frame_type) { frame_type_ = frame_type; } in set_frame_type()
|
/aosp_15_r20/external/vulkan-headers/include/vk_video/ |
H A D | vulkan_video_codec_av1std_decode.h | 65 StdVideoAV1FrameType frame_type; member 98 uint8_t frame_type; member
|