Home
last modified time | relevance | path

Searched defs:BufferState (Results 1 – 25 of 146) sorted by relevance

123456

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/codecs/vp8/include/
H A Dtemporal_layers_checker.h39 struct BufferState { struct
40 BufferState() : is_keyframe(true), temporal_layer(0), sequence_number(0) {} in BufferState() argument
45 bool CheckAndUpdateBufferState(BufferState* state, argument
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/codecs/vp8/include/
H A Dtemporal_layers_checker.h39 struct BufferState { struct
40 BufferState() : is_keyframe(true), temporal_layer(0), sequence_number(0) {} in BufferState() argument
45 bool CheckAndUpdateBufferState(BufferState* state, argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_coding/codecs/vp8/include/
H A Dtemporal_layers_checker.h39 struct BufferState { struct
40 BufferState() : is_keyframe(true), temporal_layer(0), sequence_number(0) {} in BufferState() argument
45 bool CheckAndUpdateBufferState(BufferState* state, argument
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_coding/codecs/vp8/include/
H A Dtemporal_layers_checker.h39 struct BufferState { struct
40 BufferState() : is_keyframe(true), temporal_layer(0), sequence_number(0) {} in BufferState() function
45 bool CheckAndUpdateBufferState(BufferState* state, argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/codecs/vp8/
H A Ddefault_temporal_layers.h72 struct BufferState { struct
73 BufferState() in BufferState() function
83 BufferState last_; argument
H A Dtemporal_layers.h182 struct BufferState { struct
183 BufferState() : is_keyframe(true), temporal_layer(0), sequence_number(0) {} in BufferState() argument
188 bool CheckAndUpdateBufferState(BufferState* state, argument
H A Ddefault_temporal_layers_unittest.cc297 struct BufferState { struct in webrtc::test::TemporalLayersReferenceTest
298 BufferState() : BufferState(-1, 0, false) {} in BufferState() argument
299 BufferState(int temporal_idx, uint32_t timestamp, bool sync) in BufferState() function
301 int temporal_idx;
302 uint32_t timestamp;
303 bool sync;
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/codecs/vp8/
H A Ddefault_temporal_layers.h72 struct BufferState { struct
73 BufferState() in BufferState() function
83 BufferState last_; argument
H A Dtemporal_layers.h182 struct BufferState { struct
183 BufferState() : is_keyframe(true), temporal_layer(0), sequence_number(0) {} in BufferState() function
188 bool CheckAndUpdateBufferState(BufferState* state, argument
H A Ddefault_temporal_layers_unittest.cc297 struct BufferState { struct in webrtc::test::TemporalLayersReferenceTest
298 BufferState() : BufferState(-1, 0, false) {} in BufferState() argument
299 BufferState(int temporal_idx, uint32_t timestamp, bool sync) in BufferState() function
301 int temporal_idx;
302 uint32_t timestamp;
303 bool sync;
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp8/
H A Ddefault_temporal_layers.h72 struct BufferState { struct
73 BufferState() in BufferState() function
83 BufferState last_; argument
H A Dtemporal_layers.h182 struct BufferState { struct
183 BufferState() : is_keyframe(true), temporal_layer(0), sequence_number(0) {} in BufferState() function
188 bool CheckAndUpdateBufferState(BufferState* state, argument
H A Ddefault_temporal_layers_unittest.cc297 struct BufferState { struct in webrtc::test::TemporalLayersReferenceTest
298 BufferState() : BufferState(-1, 0, false) {} in BufferState() function
299 BufferState(int temporal_idx, uint32_t timestamp, bool sync) in BufferState() function
301 int temporal_idx;
302 uint32_t timestamp;
303 bool sync;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Compression/src/System/IO/Compression/DeflateManaged/
H A DOutputBuffer.cs109 internal readonly struct BufferState struct in System.IO.Compression.OutputBuffer
111 internal readonly int _pos; // position
112 internal readonly uint _bitBuf; // store uncomplete bits
113 internal readonly int _bitCount; // number of bits in bitBuffer
115 internal BufferState(int pos, uint bitBuf, int bitCount) in BufferState() method
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Ddefault_temporal_layers.h138 struct BufferState { struct
139 BufferState() in BufferState() argument
149 BufferState last_; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Ddefault_temporal_layers.h138 struct BufferState { struct
139 BufferState() in BufferState() function
149 BufferState last_; argument
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_coding/codecs/vp8/
H A Ddefault_temporal_layers.h138 struct BufferState { struct
139 BufferState() in BufferState() argument
149 BufferState last_; argument
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/codecs/vp8/
H A Ddefault_temporal_layers.h150 struct BufferState { struct
151 BufferState() in BufferState() function
161 BufferState last_; argument
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wgpu/wgpu-core/src/track/
H A Dbuffer.rs9 pub(crate) type BufferState = Unit<BufferUse>; typedef
24 impl Default for BufferState { implementation
33 impl BufferState { implementation
39 impl ResourceState for BufferState { implementation
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/IO/compression/
H A DOutputBuffer.cs108 internal struct BufferState { struct in System.IO.Compression.OutputBuffer
109 internal int pos; // position
110 internal uint bitBuf; // store uncomplete bits
111 internal int bitCount; // number of bits in bitBuffer
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/track/
H A Dbuffer.rs5 pub(crate) type BufferState = Unit<BufferUses>; typedef
20 impl Default for BufferState { implementation
29 impl BufferState { implementation
35 impl ResourceState for BufferState { implementation
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/track/
H A Dbuffer.rs12 pub(crate) type BufferState = Unit<BufferUse>; typedef
27 impl Default for BufferState { implementation
36 impl BufferState { impl
42 impl ResourceState for BufferState { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/track/
H A Dbuffer.rs12 pub(crate) type BufferState = Unit<BufferUse>; typedef
27 impl Default for BufferState { implementation
36 impl BufferState { impl
42 impl ResourceState for BufferState { implementation
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/hardwareintegration/compositor/wayland-egl/
H A Dwaylandeglclientbufferintegration.cpp142 struct BufferState struct
146 enum EglMode {
172 void registerBuffer(struct ::wl_resource *buffer, BufferState state); argument
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/internal/
H A DBuffer.cxx52 struct BufferState struct
54 vtkm::cont::internal::BufferInfo Info;
55 bool Pinned = false;
56 bool UpToDate = false;
59 BufferState(const vtkm::cont::internal::BufferInfo& info, in BufferState() function
69 operator vtkm::cont::internal::BufferInfo&() { return this->Info; } in operator vtkm::cont::internal::BufferInfo&()
70 operator const vtkm::cont::internal::BufferInfo&() const { return this->Info; } in operator const vtkm::cont::internal::BufferInfo&()
74 void* GetPointer() const { return this->Info.GetPointer(); } in GetPointer()
76 vtkm::BufferSizeType GetSize() const { return this->Info.GetSize(); } in GetSize()
80 void Reallocate(vtkm::BufferSizeType newSize) in Reallocate()
[all …]

123456