Home
last modified time | relevance | path

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

12345678910>>...12

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dspdy_protocol.cc32 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 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 …]
H A 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()
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A 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()
/aosp_15_r20/external/libvpx/vp8/common/
H A 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
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
H A 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
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A 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
/aosp_15_r20/external/webrtc/modules/audio_coding/include/
H A Daudio_coding_module.h41 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 Dencoded_image.cc50 VideoFrameType frame_type) { in NativeToJavaFrameType()
59 ScopedJavaLocalRef<jobject> frame_type = in NativeToJavaEncodedImage() local
/aosp_15_r20/external/webrtc/audio/
H A Dchannel_send_frame_transformer_delegate.cc20 TransformableOutgoingAudioFrame(AudioFrameType frame_type, in TransformableOutgoingAudioFrame()
86 AudioFrameType frame_type, in Transform()
/aosp_15_r20/external/autotest/client/common_lib/cros/network/
H A Dtcpdump_analyzer.py34 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 Dquic_receive_control_stream.cc192 uint64_t frame_type, QuicByteCount /*header_length*/, in OnUnknownFrameStart()
213 bool QuicReceiveControlStream::ValidateFrameType(HttpFrameType frame_type) { in ValidateFrameType()
H A Dhttp_decoder.cc58 uint64_t frame_type; in DecodeSettings() local
681 QuicByteCount HttpDecoder::MaxFrameLength(uint64_t frame_type) { in MaxFrameLength()
H A Dhttp_decoder_test.cc123 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 Dratectrl.c168 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 Ddefault_video_quality_analyzer_frame_in_flight.cc88 VideoFrameType frame_type, in OnFrameEncoded()
117 VideoFrameType frame_type, in OnFramePreDecode()
/aosp_15_r20/external/webrtc/modules/video_coding/utility/
H A Dsimulcast_test_fixture_impl.cc336 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 Drecording_http2_visitor.cc134 int RecordingHttp2Visitor::OnBeforeFrameSent(uint8_t frame_type, in OnBeforeFrameSent()
142 int RecordingHttp2Visitor::OnFrameSent(uint8_t frame_type, in OnFrameSent()
H A Dcallback_visitor.cc412 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 Doghttp2_session.cc113 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 Dixheaace_sbr_frame_info_gen.c415 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 Dquic_framer.cc2538 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 Dbuffer_pool.h97 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 Dvulkan_video_codec_av1std_decode.h65 StdVideoAV1FrameType frame_type; member
98 uint8_t frame_type; member

12345678910>>...12