Searched refs:frame_consumer_ (Results 1 – 4 of 4) sorted by relevance
19 : frame_consumer_(frame_consumer), in FrameConsumerProxy()21 pixel_format_ = frame_consumer_->GetPixelFormat(); in FrameConsumerProxy()35 if (frame_consumer_.get()) in ApplyBuffer()36 frame_consumer_->ApplyBuffer(view_size, clip_area, buffer, region); in ApplyBuffer()46 if (frame_consumer_.get()) in ReturnBuffer()47 frame_consumer_->ReturnBuffer(buffer); in ReturnBuffer()59 if (frame_consumer_.get()) in SetSourceSize()60 frame_consumer_->SetSourceSize(source_size, source_dpi); in SetSourceSize()
46 base::WeakPtr<FrameConsumer> frame_consumer_; variable
130 scoped_refptr<FrameConsumerProxy> frame_consumer_; variable
275 frame_consumer_ = new FrameConsumerProxy(jni_runtime_->display_task_runner(), in ConnectToHostOnDisplayThread()295 this, frame_consumer_, scoped_ptr<AudioPlayer>())); in ConnectToHostOnNetworkThread()