代码搜索结果
找到约 5,548 项符合
Camera 的代码
camera.def
;
; Windows CE camera Driver. Written by jabez (mostek@dstcorp.com)
; Camera driver for 2460 ported by Yash (yash@samsung.com)
LIBRARY CAMERA
EXPORTS
CIS_Close
CIS_Deinit
CIS_Init
CIS_IOCo
camera.cpp
#include
#include
#include
//#include
#include
#include "pmplatform.h"
#include "image_cfg.h"
#include "s3c24A0.h"
#include "camif.h"
#
camera.h
#ifndef __CAMERA_H_
#define __CAMERA_H_
#ifdef __cplusplus
extern "C" {
#endif
BOOL Cam_Init();
BOOL CIS_Close(DWORD hOpenContext);
BOOL CIS_Deinit(DWORD hDeviceContext);
DWORD CIS_Init(DW
camera.rel
Timestamp: 435CA9A4 Mon Oct 24 17:30:12 2005
0003 0001 000026D4 00000000
0003 0001 000026D8 00000000
0003 0002 000026DC 00000000
0003 0002 0000287C 00000000
0003 0002 00002880 00000000
0003 00
camera.map
camera
Timestamp is 435ca9a4 (Mon Oct 24 17:30:12 2005)
Preferred load address is 10000000
Start Length Name Class
0001:00000000 000015f2H .rdata
camera.asc
/* camera.asc -- written by Alexis WILKE for Made to Order Software, Ltd. (c) 2005-2006 */
/*
Copyright (c) 2005-2006 Made to Order Software, Ltd.
Permission is hereby granted, free of charge, to a
camera.java
package com.javapatterns.facade.security;
public class Camera
{
public void turnOn()
{
System.out.println("Turning on the camera.");
}
public void turnOff()
{
Syst
camera.java
package com.javapatterns.facade.securityfacade;
public class Camera
{
public void turnOn()
{
System.out.println("Turning on the camera.");
}
public void turnOff()
{
camera.def
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
;
; Use of this source code is subject to the terms of the Microsoft end-user
; license agreement (EULA) under which you licensed
camera.java
package com.javapatterns.facade.security;
public class Camera
{
public void turnOn()
{
System.out.println("Turning on the camera.");
}
public void turnOff()
{
Syst