OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:beginningOfPartition
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
session_info_unittest.cc
423
vp8_header_->
beginningOfPartition
= true;
437
vp8_header_->
beginningOfPartition
= false;
449
vp8_header_->
beginningOfPartition
= true;
473
vp8_header_->
beginningOfPartition
= true;
487
vp8_header_->
beginningOfPartition
= false;
499
vp8_header_->
beginningOfPartition
= true;
511
vp8_header_->
beginningOfPartition
= false;
535
vp8_header_->
beginningOfPartition
= true;
549
vp8_header_->
beginningOfPartition
= false;
561
vp8_header_->
beginningOfPartition
= true
[
all
...]
session_info.cc
384
if ((*it).codecSpecificHeader.codecHeader.VP8.
beginningOfPartition
) {
400
(*it).codecSpecificHeader.codecHeader.VP8.
beginningOfPartition
;
/external/webrtc/webrtc/modules/include/
module_common_types.h
56
beginningOfPartition
= false;
69
bool
beginningOfPartition
; // True if this packet is the first
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8.cc
690
parsed_payload->type.Video.codecHeader.VP8.
beginningOfPartition
=
rtp_format_vp8_unittest.cc
61
EXPECT_EQ(S, type->Video.codecHeader.VP8.
beginningOfPartition
);
Completed in 313 milliseconds