HomeSort by relevance Sort by last modified time
    Searched refs:VideoFramePool (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/media/base/
video_frame_pool.h 18 // VideoFramePool object. If the parameters passed to CreateFrame() change
21 class MEDIA_EXPORT VideoFramePool {
23 VideoFramePool();
24 ~VideoFramePool();
45 DISALLOW_COPY_AND_ASSIGN(VideoFramePool);
video_frame_pool.cc 15 class VideoFramePool::PoolImpl
16 : public base::RefCountedThreadSafe<VideoFramePool::PoolImpl> {
37 friend class base::RefCountedThreadSafe<VideoFramePool::PoolImpl>;
52 VideoFramePool::PoolImpl::PoolImpl() : is_shutdown_(false) {}
54 VideoFramePool::PoolImpl::~PoolImpl() {
58 scoped_refptr<VideoFrame> VideoFramePool::PoolImpl::CreateFrame(
90 base::Bind(&VideoFramePool::PoolImpl::FrameReleased, this, frame));
93 void VideoFramePool::PoolImpl::Shutdown() {
99 void VideoFramePool::PoolImpl::FrameReleased(
108 VideoFramePool::VideoFramePool() : pool_(new PoolImpl())
    [all...]
video_frame_pool_unittest.cc 12 VideoFramePoolTest() : pool_(new VideoFramePool()) {}
39 scoped_ptr<VideoFramePool> pool_;
  /external/chromium_org/content/renderer/media/webrtc/
video_destination_handler.h 63 media::VideoFramePool frame_pool_;
media_stream_remote_video_source.cc 49 media::VideoFramePool frame_pool_;
  /external/chromium_org/media/filters/
ffmpeg_video_decoder.h 87 VideoFramePool frame_pool_;
vpx_video_decoder.h 85 VideoFramePool frame_pool_;

Completed in 251 milliseconds