Searched refs:CopyToBuffer (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dnullvideoframe.h74 virtual size_t CopyToBuffer(uint8 *buffer, size_t size) const { return 0; } function in class:cricket::NullVideoFrame
H A Dvideoframe.h115 virtual size_t CopyToBuffer(uint8 *buffer, size_t size) const = 0;
H A Dvideoframe_unittest.h165 frame.CopyToBuffer(out.get(), out_size);
2017 void CopyToBuffer() { function in class:VideoFrameTest
2027 EXPECT_EQ(out_size, frame.CopyToBuffer(out.get(), out_size));
2081 EXPECT_EQ(out_size, frame.CopyToBuffer(out.get(), out_size));
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtctexturevideoframe.cc118 size_t WebRtcTextureVideoFrame::CopyToBuffer(uint8* buffer, size_t size) const { function in class:cricket::WebRtcTextureVideoFrame
H A Dwebrtctexturevideoframe.h75 virtual size_t CopyToBuffer(uint8* buffer, size_t size) const;
H A Dwebrtcvideoframe.h105 virtual size_t CopyToBuffer(uint8* buffer, size_t size) const;
H A Dwebrtcvideoframe_unittest.cc251 TEST_WEBRTCVIDEOFRAME(CopyToBuffer)
H A Dwebrtcvideoframe.cc237 size_t WebRtcVideoFrame::CopyToBuffer(uint8* buffer, size_t size) const { function in class:cricket::WebRtcVideoFrame
H A Dwebrtcvideoengine2.cc618 virtual size_t CopyToBuffer(uint8* buffer, size_t size) const { function in class:cricket::WebRtcVideoRenderFrame
/external/lzma/CPP/7zip/Common/
H A DStreamObjects.h67 void CopyToBuffer(CByteBuffer &dest) const;
H A DStreamObjects.cpp78 void CDynBufSeqOutStream::CopyToBuffer(CByteBuffer &dest) const function in class:CDynBufSeqOutStream
/external/lzma/CPP/7zip/Archive/7z/
H A D7zEncode.cpp231 outStreamSpec->CopyToBuffer(encodingInfo.Props);

Completed in 188 milliseconds