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

  /external/chromium_org/remoting/client/jni/
jni_frame_consumer.cc 21 JniFrameConsumer::JniFrameConsumer(
29 JniFrameConsumer::~JniFrameConsumer() {
41 void JniFrameConsumer::set_frame_producer(FrameProducer* producer) {
45 void JniFrameConsumer::ApplyBuffer(const webrtc::DesktopSize& view_size,
86 void JniFrameConsumer::ReturnBuffer(webrtc::DesktopFrame* buffer) {
91 void JniFrameConsumer::SetSourceSize(const webrtc::DesktopSize& source_size,
104 FrameConsumer::PixelFormat JniFrameConsumer::GetPixelFormat() {
108 void JniFrameConsumer::AllocateBuffer(const webrtc::DesktopSize& source_size)
    [all...]
jni_frame_consumer.h 31 class JniFrameConsumer : public FrameConsumer {
34 explicit JniFrameConsumer(ChromotingJniRuntime* jni_runtime,
37 virtual ~JniFrameConsumer();
85 DISALLOW_COPY_AND_ASSIGN(JniFrameConsumer);
chromoting_jni_instance.h 158 scoped_ptr<JniFrameConsumer> view_;
159 scoped_ptr<base::WeakPtrFactory<JniFrameConsumer> > view_weak_factory_;
chromoting_jni_instance.cc 343 view_.reset(new JniFrameConsumer(jni_runtime_, this));
344 view_weak_factory_.reset(new base::WeakPtrFactory<JniFrameConsumer>(

Completed in 36 milliseconds