VEDemoInstance 49 ppapi/examples/video_effects/video_effects.cc VEDemoInstance(PP_Instance instance, pp::Module* module); VEDemoInstance 50 ppapi/examples/video_effects/video_effects.cc virtual ~VEDemoInstance(); VEDemoInstance 63 ppapi/examples/video_effects/video_effects.cc pp::CompletionCallbackFactory<VEDemoInstance> factory_; VEDemoInstance 67 ppapi/examples/video_effects/video_effects.cc VEDemoInstance::VEDemoInstance(PP_Instance instance, pp::Module* module) VEDemoInstance 76 ppapi/examples/video_effects/video_effects.cc VEDemoInstance::~VEDemoInstance() { VEDemoInstance 81 ppapi/examples/video_effects/video_effects.cc void VEDemoInstance::HandleMessage(const pp::Var& message_data) { VEDemoInstance 97 ppapi/examples/video_effects/video_effects.cc factory_.NewCallback(&VEDemoInstance::DestinationOpenDone, VEDemoInstance 109 ppapi/examples/video_effects/video_effects.cc void VEDemoInstance::DestinationOpenDone(int32_t result, VEDemoInstance 117 ppapi/examples/video_effects/video_effects.cc factory_.NewCallback(&VEDemoInstance::SourceOpenDone)); VEDemoInstance 120 ppapi/examples/video_effects/video_effects.cc void VEDemoInstance::SourceOpenDone(int32_t result) { VEDemoInstance 129 ppapi/examples/video_effects/video_effects.cc message_loop_.PostWork(factory_.NewCallback(&VEDemoInstance::KickoffEffect)); VEDemoInstance 132 ppapi/examples/video_effects/video_effects.cc void VEDemoInstance::GetFrameDone(int32_t result, VEDemoInstance 158 ppapi/examples/video_effects/video_effects.cc message_loop_.PostWork(factory_.NewCallback(&VEDemoInstance::KickoffEffect)); VEDemoInstance 161 ppapi/examples/video_effects/video_effects.cc void VEDemoInstance::KickoffEffect(int32_t /* result */) { VEDemoInstance 165 ppapi/examples/video_effects/video_effects.cc &VEDemoInstance::GetFrameDone)); VEDemoInstance 169 ppapi/examples/video_effects/video_effects.cc return new VEDemoInstance(instance, this);