代码搜索:VideoMan
找到约 30 项符合「VideoMan」的源代码
代码结果 30
www.eeworm.com/read/441524/7669358
h videomaninputformat.h
#pragma once
#ifdef VideoMan_EXPORTS
#define VIDEOMAN_API __declspec(dllexport)
#else
#define VIDEOMAN_API __declspec(dllimport)
#endif
#include
struct inputIdentification
{
s
www.eeworm.com/read/487389/6510945
h videomaninputformat.h
#pragma once
#ifdef VideoMan_EXPORTS
#define VIDEOMAN_API __declspec(dllexport)
#else
#define VIDEOMAN_API __declspec(dllimport)
#endif
#include
struct inputIdentification
{
s
www.eeworm.com/read/441524/7669361
txt cmakelists.txt
SET ( LIBRARY_OUTPUT_PATH ${VideoMan_BINARY_DIR}/bin/ CACHE PATH "Single output directory for building all libraries." FORCE )
SET ( EXECUTABLE_OUTPUT_PATH ${VideoMan_BINARY_DIR}/bin/ CACHE PATH "Sin
www.eeworm.com/read/487389/6510948
txt cmakelists.txt
SET ( LIBRARY_OUTPUT_PATH ${VideoMan_BINARY_DIR}/bin/ CACHE PATH "Single output directory for building all libraries." FORCE )
SET ( EXECUTABLE_OUTPUT_PATH ${VideoMan_BINARY_DIR}/bin/ CACHE PATH "Sin
www.eeworm.com/read/441524/7669354
cpp userinput.cpp
//#include "StdAfx.h"
#include "userinput.h"
UserInput::UserInput( void )
{
pixelBuffer = NULL;
type = IMAGE;
}
UserInput::~UserInput(void)
{
}
bool UserInput::init( const VideoMan
www.eeworm.com/read/487389/6510941
cpp userinput.cpp
//#include "StdAfx.h"
#include "userinput.h"
UserInput::UserInput( void )
{
pixelBuffer = NULL;
type = IMAGE;
}
UserInput::~UserInput(void)
{
}
bool UserInput::init( const VideoMan
www.eeworm.com/read/441524/7669360
h videomancontrol.h
// The following ifdef block is the standard way of creating macros which make exporting
// from a DLL simpler. All files within this DLL are compiled with the VIDEOMAN_EXPORTS
// symbol defined on
www.eeworm.com/read/487389/6510947
h videomancontrol.h
// The following ifdef block is the standard way of creating macros which make exporting
// from a DLL simpler. All files within this DLL are compiled with the VIDEOMAN_EXPORTS
// symbol defined on
www.eeworm.com/read/441524/7669342
cmake cmake_install.cmake
# Install script for directory: C:/JBM/vi
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
SET(CMAKE_INSTALL_PREFIX "C:/Archivos de programa/VIDEOMAN")
ENDIF(NOT DEFINED CMAKE_INS
www.eeworm.com/read/487389/6510929
cmake cmake_install.cmake
# Install script for directory: C:/JBM/vi
# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
SET(CMAKE_INSTALL_PREFIX "C:/Archivos de programa/VIDEOMAN")
ENDIF(NOT DEFINED CMAKE_INS