Home
last modified time | relevance | path

Searched defs:packet_index (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_packet_history.cc122 int packet_index = GetPacketIndex(rtp_seq_no); in PutRtpPacket() local
224 int packet_index = GetPacketIndex(sequence_number); in GetPacketState() local
312 int packet_index = GetPacketIndex(sequence_number); in CullAcknowledgedPackets() local
371 int packet_index) { in RemovePacket()
402 int packet_index = sequence_number - first_seq; in GetPacketIndex() local
/aosp_15_r20/external/libopus/dnn/training_tf2/
H A Dfec_packets.c33 int get_fec_frame(const char * const filename, float *features, int packet_index, int subframe_inde… in get_fec_frame()
78 int get_fec_rate(const char * const filename, int packet_index) in get_fec_rate()
/aosp_15_r20/external/libopus/dnn/torch/rdovae/packets/
H A Dfec_packets.c33 int get_fec_frame(const char * const filename, float *features, int packet_index, int subframe_inde… in get_fec_frame()
78 int get_fec_rate(const char * const filename, int packet_index) in get_fec_rate()
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/pktverify/
H A Dverify_result.py57 def packet_index(self, name: str) -> int: member in VerifyResult
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dsession_info_unittest.cc74 int packet_index = (offset + i) * packet_buffer_size(); in VerifyNalu() local
/aosp_15_r20/packages/modules/Bluetooth/system/hci/test/
Dpacket_fragmenter_test.cc63 static int packet_index; variable
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/opus/
H A Daudio_encoder_opus_unittest.cc529 for (int packet_index = 0; packet_index < kNumPacketsToEncode; in TEST_P() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_packet_creator_test.cc2719 size_t packet_index) { in CheckPacketContains()
2769 void CheckPacketHasSingleStreamFrame(size_t packet_index) { in CheckPacketHasSingleStreamFrame()
/aosp_15_r20/external/pdfium/third_party/libopenjpeg/
H A Dopenjpeg.h1030 opj_packet_info_t *packet_index; member