Searched refs:SoftwareFrame (Results 1 – 3 of 3) sorted by relevance
18 void ReleaseMailbox(scoped_refptr<content::SoftwareFrame> frame, in ReleaseMailbox()29 class CONTENT_EXPORT SoftwareFrame : public base::RefCounted<SoftwareFrame> { class31 friend class base::RefCounted<SoftwareFrame>;34 SoftwareFrame(base::WeakPtr<SoftwareFrameManagerClient> frame_manager_client,40 ~SoftwareFrame();49 DISALLOW_COPY_AND_ASSIGN(SoftwareFrame);52 SoftwareFrame::SoftwareFrame( in SoftwareFrame() function in content::SoftwareFrame66 SoftwareFrame::~SoftwareFrame() { in ~SoftwareFrame()99 scoped_refptr<SoftwareFrame> next_frame( in SwapToNewFrame()100 new SoftwareFrame(client_, in SwapToNewFrame()
23 class SoftwareFrame; variable72 scoped_refptr<SoftwareFrame> current_frame_;
70 TEST_F(VideoResourceUpdaterTest, SoftwareFrame) { in TEST_F() argument