Home
last modified time | relevance | path

Searched refs:VCMDecodingState (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/video_coding/
Ddecoding_state.cc22 VCMDecodingState::VCMDecodingState() in VCMDecodingState() function in webrtc::VCMDecodingState
33 VCMDecodingState::~VCMDecodingState() {} in ~VCMDecodingState()
35 void VCMDecodingState::Reset() { in Reset()
49 uint32_t VCMDecodingState::time_stamp() const { in time_stamp()
53 uint16_t VCMDecodingState::sequence_num() const { in sequence_num()
57 bool VCMDecodingState::IsOldFrame(const VCMFrameBuffer* frame) const { in IsOldFrame()
64 bool VCMDecodingState::IsOldPacket(const VCMPacket* packet) const { in IsOldPacket()
71 void VCMDecodingState::SetState(const VCMFrameBuffer* frame) { in SetState()
121 void VCMDecodingState::CopyFrom(const VCMDecodingState& state) { in CopyFrom()
135 bool VCMDecodingState::UpdateEmptyFrame(const VCMFrameBuffer* frame) { in UpdateEmptyFrame()
[all …]
Ddecoding_state.h25 class VCMDecodingState {
32 VCMDecodingState();
33 ~VCMDecodingState();
42 void CopyFrom(const VCMDecodingState& state);
Djitter_buffer.h67 void CleanUpOldOrEmptyFrames(VCMDecodingState* decoding_state,
151 const VCMDecodingState& decoding_state) const
161 const VCMDecodingState& decoded_state)
239 VCMDecodingState last_decoded_state_ RTC_GUARDED_BY(mutex_);
Ddecoding_state_unittest.cc26 VCMDecodingState dec_state; in TEST()
33 VCMDecodingState dec_state; in TEST()
167 VCMDecodingState dec_state; in TEST()
212 VCMDecodingState dec_state; in TEST()
370 VCMDecodingState dec_state; in TEST()
405 VCMDecodingState dec_state; in TEST()
426 VCMDecodingState dec_state; in TEST()
461 VCMDecodingState dec_state; in TEST()
505 VCMDecodingState dec_state; in TEST()
561 VCMDecodingState dec_state; in TEST()
[all …]
Djitter_buffer.cc84 void FrameList::CleanUpOldOrEmptyFrames(VCMDecodingState* decoding_state, in CleanUpOldOrEmptyFrames()
509 const VCMDecodingState& decoding_state) const { in IsContinuousInState()
519 VCMDecodingState decoding_state; in IsContinuous()
537 VCMDecodingState decoding_state; in FindAndInsertContinuousFrames()
544 const VCMDecodingState& original_decoded_state) { in FindAndInsertContinuousFramesWithState()
547 VCMDecodingState decoding_state; in FindAndInsertContinuousFramesWithState()