OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Macroblocks
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
sli.h
28
class
Macroblocks
{
31
Macroblocks
() : item_(0) {}
32
Macroblocks
(uint8_t picture_id, uint16_t first, uint16_t number);
33
~
Macroblocks
() {}
57
Macroblocks
(picture_id, first_macroblock, number_macroblocks));
60
const std::vector<
Macroblocks
>&
macroblocks
() const { return items_; }
function in class:webrtc::rtcp::Sli
71
items_.size() *
Macroblocks
::kLength;
74
std::vector<
Macroblocks
> items_;
sli.cc
44
Sli::
Macroblocks
::
Macroblocks
(uint8_t picture_id,
53
void Sli::
Macroblocks
::Parse(const uint8_t* buffer) {
57
void Sli::
Macroblocks
::Create(uint8_t* buffer) const {
66
kCommonFeedbackLength +
Macroblocks
::kLength) {
73
Macroblocks
::kLength;
79
for (
Macroblocks
& item : items_) {
81
next_item +=
Macroblocks
::kLength;
100
for (const
Macroblocks
& item : items_) {
102
*index +=
Macroblocks
::kLength
[
all
...]
Completed in 86 milliseconds