Searched refs:GetDataSize (Results 1 – 11 of 11) sorted by relevance
27 size_t Vp9FrameBufferPool::Vp9FrameBuffer::GetDataSize() const { in GetDataSize() function in webrtc::Vp9FrameBufferPool::Vp9FrameBuffer110 fb->size = buffer->GetDataSize(); in VpxGetFrameBuffer()
59 size_t GetDataSize() const;
31 UInt64 GetDataSize() const { return _size; } in GetDataSize() function
41 int GetDataSize() const { return data_size_; } in GetDataSize() function
43 unsigned long __stdcall GetDataSize() override;
106 unsigned long Direct3DQuery9::GetDataSize() in GetDataSize() function in D3D9::Direct3DQuery9
79 bool GetDataSize(uint32_t* size) const;
89 bool CapturedFrame::GetDataSize(uint32_t* size) const { in GetDataSize() function in cricket::CapturedFrame
64 if (!frame.GetDataSize(&size)) { in RecordFrame()
466 packSizes.Add(inOutTempBuffer.GetDataSize()); in Encode()
322 virtual DWORD WINAPI GetDataSize() = 0;1376 DWORD (WINAPI *GetDataSize)(IDirect3DQuery9 *This);1392 #define IDirect3DQuery9_GetDataSize(p) (p)->lpVtbl->GetDataSize(p)