代码搜索:plugin

找到约 10,000 项符合「plugin」的源代码

代码结果 10,000
www.eeworm.com/read/299992/7814896

java activator.java

// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) // Source File Name: Activator.java packag
www.eeworm.com/read/399805/7834899

m readtests.m

function readTests(plugin) %readTests(plugin) % Performs a battery of read tests on a given videoReader plugin % %Examples: % readTests % readTests ffmpegPopen2 % linux & similar % readTes
www.eeworm.com/read/399805/7834910

m readindvframetests.m

function readIndvFrameTests(plugin,ext,varargin) %readIndvFrameTests(plugin,ext,...) % This function is like readTests, but it has been customized to work % with videoReader plugins that work on
www.eeworm.com/read/399805/7834940

m writetests.m

function writeTests(plugin) %writeTests(plugin) % Performs a battery of simple read-write tests on a given videoReader/ % videoWriter plugin. Uses the default codec. % %Examples: % writeTest
www.eeworm.com/read/399805/7834968

m resizetest.m

function resizeTest(plugin) %writeTests(plugin) % Checks to see if automatic resizing of images is working properly for a % given videoReader/videoWriter plugin using some quick heuristics. %
www.eeworm.com/read/399805/7835002

m longwritetest.m

function longWriteTest(plugin) %longWriteTests(plugin) % Performs a battery of lengthy read-write tests on a given videoReader/ % videoWriter plugin. Uses the default codec. % %Examples: % l
www.eeworm.com/read/399805/7835027

m pvtvideoio_mexname.m

function n = pvtVideoIO_mexName(ctor, plugin) %n = pvtVideoIO_mexName(ctor, plugin) % PRIVATE function for the VideoIO Library. Typical users should not use % this function. This function is sh
www.eeworm.com/read/399805/7835101

m disp.m

function disp(vr) %DISP(vr) displays a videoWriter object without printing its name. ctor = class(vr); % merge Matlab-side and plugin-side metadata einfo = struct(vr); info = getinfo(vr); fn
www.eeworm.com/read/399805/7835168

m disp.m

function disp(vr) %DISP(vr) displays a videoReader object without printing its name. ctor = class(vr); % merge Matlab-side and plugin-side metadata einfo = struct(vr); info = getinfo(vr); fn
www.eeworm.com/read/399805/7835210

m pvtvideoio_parseplugin.m

function [plugin,pluginArgs] = pvtVideoIO_parsePlugin(plugin, pluginArgs) %[plugin,pluginArgs] = pvtVideoIO_parsePlugin(plugin, pluginArgs) % PRIVATE function for the VideoIO Library. Typical user