OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockLength
(Results
1 - 25
of
32
) sorted by null
1
2
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
compound_packet.cc
23
size_t CompoundPacket::
BlockLength
() const {
compound_packet.h
33
size_t
BlockLength
() const override;
pli.h
40
size_t
BlockLength
() const override {
dlrr.h
45
size_t
BlockLength
() const;
47
// Consumes
BlockLength
() bytes.
pli.cc
57
while (*index +
BlockLength
() > max_length) {
tmmbn.h
47
size_t
BlockLength
() const {
app.cc
63
while (*index +
BlockLength
() > max_length) {
67
const size_t index_end = *index +
BlockLength
();
extended_jitter_report.cc
77
while (*index +
BlockLength
() > max_length) {
81
const size_t index_end = *index +
BlockLength
();
bye.cc
80
while (*index +
BlockLength
() > max_length) {
84
const size_t index_end = *index +
BlockLength
();
126
size_t Bye::
BlockLength
() const {
dlrr_unittest.cc
32
EXPECT_EQ(0u, dlrr.
BlockLength
());
39
ASSERT_EQ(kBlockSizeBytes, dlrr.
BlockLength
());
89
size_t used_buffer_size = dlrr.
BlockLength
();
bye.h
52
size_t
BlockLength
() const override;
extended_jitter_report.h
52
size_t
BlockLength
() const override {
nack.h
43
size_t
BlockLength
() const override;
receiver_report.h
53
size_t
BlockLength
() const {
tmmbr.h
52
size_t
BlockLength
() const {
dlrr.cc
58
size_t Dlrr::
BlockLength
() const {
81
RTC_DCHECK_EQ(buffer +
BlockLength
(), write_at);
app.h
54
size_t
BlockLength
() const override { return 12 + data_.size(); }
receiver_report.cc
64
while (*index +
BlockLength
() > max_length) {
sli.h
69
size_t
BlockLength
() const override {
sli.cc
92
while (*index +
BlockLength
() > max_length) {
tmmbr.cc
94
while (*index +
BlockLength
() > max_length) {
/frameworks/av/media/libeffects/lvm/lib/Common/src/
NonLinComp_D16.c
55
/*
BlockLength
- number of samples to process */
67
LVM_INT32
BlockLength
)
78
for(SampleNo = 0; SampleNo<
BlockLength
; SampleNo++)
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
CompLim.h
73
LVM_INT32
BlockLength
);
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_packet.h
96
virtual size_t
BlockLength
() const = 0;
188
size_t
BlockLength
() const {
250
size_t
BlockLength
() const;
298
size_t
BlockLength
() const {
347
size_t
BlockLength
() const {
402
size_t
BlockLength
() const {
455
size_t
BlockLength
() const {
rtcp_packet.cc
365
size_t length_in_bytes =
BlockLength
();
397
while (*index +
BlockLength
() > max_length) {
422
while (*index +
BlockLength
() > max_length) {
449
size_t Sdes::
BlockLength
() const {
465
while (*index +
BlockLength
() > max_length) {
506
while (*index +
BlockLength
() > max_length) {
520
while (*index +
BlockLength
() > max_length) {
542
while (*index +
BlockLength
() > max_length) {
554
*index += block.
BlockLength
();
596
length += block.
BlockLength
();
[
all
...]
Completed in 284 milliseconds
1
2