OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PoolImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/base/
video_frame_pool.cc
15
class VideoFramePool::
PoolImpl
16
: public base::RefCountedThreadSafe<VideoFramePool::
PoolImpl
> {
18
PoolImpl
();
37
friend class base::RefCountedThreadSafe<VideoFramePool::
PoolImpl
>;
38
~
PoolImpl
();
49
DISALLOW_COPY_AND_ASSIGN(
PoolImpl
);
52
VideoFramePool::
PoolImpl
::
PoolImpl
() : is_shutdown_(false) {}
54
VideoFramePool::
PoolImpl
::~
PoolImpl
() {
[
all
...]
video_frame_pool.h
42
class
PoolImpl
;
43
scoped_refptr<
PoolImpl
> pool_;
Completed in 64 milliseconds