#include <frame_buffer.h>
|
| VCMFrameBuffer () |
|
virtual | ~VCMFrameBuffer () |
|
| VCMFrameBuffer (const VCMFrameBuffer &rhs) |
|
virtual void | Reset () |
|
VCMFrameBufferEnum | InsertPacket (const VCMPacket &packet, int64_t timeInMs, VCMDecodeErrorMode decode_error_mode, const FrameData &frame_data) |
|
VCMFrameBufferStateEnum | GetState () const |
|
VCMFrameBufferStateEnum | GetState (uint32_t &timeStamp) const |
|
void | PrepareForDecode (bool continuous) |
|
bool | IsRetransmitted () const |
|
bool | IsSessionComplete () const |
|
bool | HaveFirstPacket () const |
|
bool | HaveLastPacket () const |
|
int | NumPackets () const |
|
void | MakeSessionDecodable () |
|
int32_t | GetLowSeqNum () const |
|
int32_t | GetHighSeqNum () const |
|
int | PictureId () const |
|
int | TemporalId () const |
|
bool | LayerSync () const |
|
int | Tl0PicId () const |
|
bool | NonReference () const |
|
std::vector< NaluInfo > | GetNaluInfos () const |
|
void | SetGofInfo (const GofInfoVP9 &gof_info, size_t idx) |
|
void | IncrementNackCount () |
|
int16_t | GetNackCount () const |
|
int64_t | LatestPacketTimeMs () const |
|
webrtc::FrameType | FrameType () const |
|
void | SetPreviousFrameLoss () |
|
int | NotDecodablePackets () const |
|
| VCMFrameBuffer () |
|
virtual | ~VCMFrameBuffer () |
|
| VCMFrameBuffer (const VCMFrameBuffer &rhs) |
|
virtual void | Reset () |
|
VCMFrameBufferEnum | InsertPacket (const VCMPacket &packet, int64_t timeInMs, VCMDecodeErrorMode decode_error_mode, const FrameData &frame_data) |
|
VCMFrameBufferStateEnum | GetState () const |
|
VCMFrameBufferStateEnum | GetState (uint32_t &timeStamp) const |
|
void | PrepareForDecode (bool continuous) |
|
bool | IsRetransmitted () const |
|
bool | IsSessionComplete () const |
|
bool | HaveFirstPacket () const |
|
bool | HaveLastPacket () const |
|
int | NumPackets () const |
|
void | MakeSessionDecodable () |
|
int32_t | GetLowSeqNum () const |
|
int32_t | GetHighSeqNum () const |
|
int | PictureId () const |
|
int | TemporalId () const |
|
bool | LayerSync () const |
|
int | Tl0PicId () const |
|
bool | NonReference () const |
|
std::vector< NaluInfo > | GetNaluInfos () const |
|
void | SetGofInfo (const GofInfoVP9 &gof_info, size_t idx) |
|
void | IncrementNackCount () |
|
int16_t | GetNackCount () const |
|
int64_t | LatestPacketTimeMs () const |
|
webrtc::FrameType | FrameType () const |
|
void | SetPreviousFrameLoss () |
|
int | NotDecodablePackets () const |
|
| VCMEncodedFrame () |
|
| VCMEncodedFrame (const webrtc::EncodedImage &rhs) |
|
| VCMEncodedFrame (const VCMEncodedFrame &rhs) |
|
| ~VCMEncodedFrame () |
|
void | Free () |
|
void | SetRenderTime (const int64_t renderTimeMs) |
|
void | SetEncodedSize (uint32_t width, uint32_t height) |
|
const webrtc::EncodedImage & | EncodedImage () const |
|
const uint8_t * | Buffer () const |
|
size_t | Length () const |
|
uint32_t | TimeStamp () const |
|
int64_t | RenderTimeMs () const |
|
webrtc::FrameType | FrameType () const |
|
VideoRotation | rotation () const |
|
bool | Complete () const |
|
bool | MissingFrame () const |
|
uint8_t | PayloadType () const |
|
const CodecSpecificInfo * | CodecSpecific () const |
|
| VCMEncodedFrame () |
|
| VCMEncodedFrame (const webrtc::EncodedImage &rhs) |
|
| VCMEncodedFrame (const VCMEncodedFrame &rhs) |
|
| ~VCMEncodedFrame () |
|
void | Free () |
|
void | SetRenderTime (const int64_t renderTimeMs) |
|
void | SetEncodedSize (uint32_t width, uint32_t height) |
|
const webrtc::EncodedImage & | EncodedImage () const |
|
const uint8_t * | Buffer () const |
|
size_t | Length () const |
|
uint32_t | TimeStamp () const |
|
int64_t | RenderTimeMs () const |
|
webrtc::FrameType | FrameType () const |
|
VideoRotation | rotation () const |
|
bool | Complete () const |
|
bool | MissingFrame () const |
|
uint8_t | PayloadType () const |
|
const CodecSpecificInfo * | CodecSpecific () const |
|
◆ VCMFrameBuffer() [1/4]
webrtc::VCMFrameBuffer::VCMFrameBuffer |
( |
| ) |
|
◆ ~VCMFrameBuffer() [1/2]
webrtc::VCMFrameBuffer::~VCMFrameBuffer |
( |
| ) |
|
|
virtual |
◆ VCMFrameBuffer() [2/4]
◆ VCMFrameBuffer() [3/4]
webrtc::VCMFrameBuffer::VCMFrameBuffer |
( |
| ) |
|
◆ ~VCMFrameBuffer() [2/2]
virtual webrtc::VCMFrameBuffer::~VCMFrameBuffer |
( |
| ) |
|
|
virtual |
◆ VCMFrameBuffer() [4/4]
◆ FrameType() [1/2]
◆ FrameType() [2/2]
◆ GetHighSeqNum() [1/2]
int32_t webrtc::VCMFrameBuffer::GetHighSeqNum |
( |
| ) |
const |
◆ GetHighSeqNum() [2/2]
int32_t webrtc::VCMFrameBuffer::GetHighSeqNum |
( |
| ) |
const |
◆ GetLowSeqNum() [1/2]
int32_t webrtc::VCMFrameBuffer::GetLowSeqNum |
( |
| ) |
const |
◆ GetLowSeqNum() [2/2]
int32_t webrtc::VCMFrameBuffer::GetLowSeqNum |
( |
| ) |
const |
◆ GetNackCount() [1/2]
int16_t webrtc::VCMFrameBuffer::GetNackCount |
( |
| ) |
const |
◆ GetNackCount() [2/2]
int16_t webrtc::VCMFrameBuffer::GetNackCount |
( |
| ) |
const |
◆ GetNaluInfos() [1/2]
std::vector< NaluInfo > webrtc::VCMFrameBuffer::GetNaluInfos |
( |
| ) |
const |
◆ GetNaluInfos() [2/2]
std::vector<NaluInfo> webrtc::VCMFrameBuffer::GetNaluInfos |
( |
| ) |
const |
◆ GetState() [1/4]
◆ GetState() [2/4]
◆ GetState() [3/4]
◆ GetState() [4/4]
◆ HaveFirstPacket() [1/2]
bool webrtc::VCMFrameBuffer::HaveFirstPacket |
( |
| ) |
const |
◆ HaveFirstPacket() [2/2]
bool webrtc::VCMFrameBuffer::HaveFirstPacket |
( |
| ) |
const |
◆ HaveLastPacket() [1/2]
bool webrtc::VCMFrameBuffer::HaveLastPacket |
( |
| ) |
const |
◆ HaveLastPacket() [2/2]
bool webrtc::VCMFrameBuffer::HaveLastPacket |
( |
| ) |
const |
◆ IncrementNackCount() [1/2]
void webrtc::VCMFrameBuffer::IncrementNackCount |
( |
| ) |
|
◆ IncrementNackCount() [2/2]
void webrtc::VCMFrameBuffer::IncrementNackCount |
( |
| ) |
|
◆ InsertPacket() [1/2]
◆ InsertPacket() [2/2]
◆ IsRetransmitted() [1/2]
bool webrtc::VCMFrameBuffer::IsRetransmitted |
( |
| ) |
const |
◆ IsRetransmitted() [2/2]
bool webrtc::VCMFrameBuffer::IsRetransmitted |
( |
| ) |
const |
◆ IsSessionComplete() [1/2]
bool webrtc::VCMFrameBuffer::IsSessionComplete |
( |
| ) |
const |
◆ IsSessionComplete() [2/2]
bool webrtc::VCMFrameBuffer::IsSessionComplete |
( |
| ) |
const |
◆ LatestPacketTimeMs() [1/2]
int64_t webrtc::VCMFrameBuffer::LatestPacketTimeMs |
( |
| ) |
const |
◆ LatestPacketTimeMs() [2/2]
int64_t webrtc::VCMFrameBuffer::LatestPacketTimeMs |
( |
| ) |
const |
◆ LayerSync() [1/2]
bool webrtc::VCMFrameBuffer::LayerSync |
( |
| ) |
const |
◆ LayerSync() [2/2]
bool webrtc::VCMFrameBuffer::LayerSync |
( |
| ) |
const |
◆ MakeSessionDecodable() [1/2]
void webrtc::VCMFrameBuffer::MakeSessionDecodable |
( |
| ) |
|
◆ MakeSessionDecodable() [2/2]
void webrtc::VCMFrameBuffer::MakeSessionDecodable |
( |
| ) |
|
◆ NonReference() [1/2]
bool webrtc::VCMFrameBuffer::NonReference |
( |
| ) |
const |
◆ NonReference() [2/2]
bool webrtc::VCMFrameBuffer::NonReference |
( |
| ) |
const |
◆ NotDecodablePackets() [1/2]
int webrtc::VCMFrameBuffer::NotDecodablePackets |
( |
| ) |
const |
◆ NotDecodablePackets() [2/2]
int webrtc::VCMFrameBuffer::NotDecodablePackets |
( |
| ) |
const |
◆ NumPackets() [1/2]
int webrtc::VCMFrameBuffer::NumPackets |
( |
| ) |
const |
◆ NumPackets() [2/2]
int webrtc::VCMFrameBuffer::NumPackets |
( |
| ) |
const |
◆ PictureId() [1/2]
int webrtc::VCMFrameBuffer::PictureId |
( |
| ) |
const |
◆ PictureId() [2/2]
int webrtc::VCMFrameBuffer::PictureId |
( |
| ) |
const |
◆ PrepareForDecode() [1/2]
void webrtc::VCMFrameBuffer::PrepareForDecode |
( |
bool |
continuous | ) |
|
◆ PrepareForDecode() [2/2]
void webrtc::VCMFrameBuffer::PrepareForDecode |
( |
bool |
continuous | ) |
|
◆ Reset() [1/2]
virtual void webrtc::VCMFrameBuffer::Reset |
( |
| ) |
|
|
virtual |
◆ Reset() [2/2]
void webrtc::VCMFrameBuffer::Reset |
( |
| ) |
|
|
virtual |
◆ SetGofInfo() [1/2]
◆ SetGofInfo() [2/2]
◆ SetPreviousFrameLoss() [1/2]
void webrtc::VCMFrameBuffer::SetPreviousFrameLoss |
( |
| ) |
|
◆ SetPreviousFrameLoss() [2/2]
void webrtc::VCMFrameBuffer::SetPreviousFrameLoss |
( |
| ) |
|
◆ TemporalId() [1/2]
int webrtc::VCMFrameBuffer::TemporalId |
( |
| ) |
const |
◆ TemporalId() [2/2]
int webrtc::VCMFrameBuffer::TemporalId |
( |
| ) |
const |
◆ Tl0PicId() [1/2]
int webrtc::VCMFrameBuffer::Tl0PicId |
( |
| ) |
const |
◆ Tl0PicId() [2/2]
int webrtc::VCMFrameBuffer::Tl0PicId |
( |
| ) |
const |
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/modules/video_coding/frame_buffer.h
- Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/frame_buffer.cc