Searched refs:decodable (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
H A Dsession_info.h23 // This data is then used in determining whether a frame is decodable.
54 bool decodable() const;
56 // Builds fragmentation headers for VP8, each fragment being a decodable
57 // VP8 partition. Returns the total number of bytes which are decodable. Is
63 // Makes the frame decodable. I.e., only contain decodable NALUs. All
64 // non-decodable NALUs will be deleted and packets will be moved to in
72 // decodable and are not complete are marked as non-decodable.
131 // When enabled, determine if session is decodable,
[all...]
H A Dframe_buffer.cc162 } else if (_sessionInfo.decodable()) {
H A Dsession_info_unittest.cc223 EXPECT_TRUE(session_.decodable());
236 EXPECT_FALSE(session_.decodable());
244 EXPECT_TRUE(session_.decodable());
254 EXPECT_TRUE(session_.decodable());
262 EXPECT_TRUE(session_.decodable());
H A Dsession_info.cc262 // Irrelevant if session is already complete or decodable
288 bool VCMSessionInfo::decodable() const { function in class:webrtc::VCMSessionInfo
430 // Make sure we remove the first NAL unit if it's not decodable.

Completed in 126 milliseconds