OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:I420BufferPool
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/common_video/include/
i420_buffer_pool.h
26
class
I420BufferPool
{
28
I420BufferPool
();
/external/webrtc/webrtc/common_video/
i420_buffer_pool.cc
56
I420BufferPool
::
I420BufferPool
() {
60
void
I420BufferPool
::Release() {
65
rtc::scoped_refptr<VideoFrameBuffer>
I420BufferPool
::CreateBuffer(int width,
Completed in 572 milliseconds