OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPoolSizeForTesting
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/media/base/
video_frame_pool.h
39
size_t
GetPoolSizeForTesting
() const;
video_frame_pool.cc
34
size_t
GetPoolSizeForTesting
() const { return frames_.size(); }
125
size_t VideoFramePool::
GetPoolSizeForTesting
() const {
126
return pool_->
GetPoolSizeForTesting
();
video_frame_pool_unittest.cc
35
EXPECT_EQ(size, pool_->
GetPoolSizeForTesting
());
Completed in 3185 milliseconds