代码搜索结果
找到约 10,000 项符合
Video 的代码
rmmessage.inc
//@{
/** Specifies that an error occurred while executing a command. */
RM_DEFINE_MESSAGE(ERROR)
/** Message issued when the video decoder is starving. */
RM_DEFINE_MESSAGE(STARVATION)
/** Message i
pc.c
/*
*********************************************************************************************************
* PC SUPPORT FUNCTIONS
*
*
pc.c
/*
*********************************************************************************************************
* PC SUPPORT FUNCTIONS
*
*
videoio.h
/*
* videoio.h
*
* Video I/O Device handers
*
* Open H323 Library
*
* Copyright (c) 1998-2000 Equivalence Pty. Ltd.
*
* The contents of this file are subject to the Mozilla Public License
*
slice.c
#include "../mpeg3private.h"
#include "mpeg3video.h"
#include "mpeg3videoprotos.h"
#include "slice.h"
#ifndef SDL_THREADS
#include
#else
#include "SDL.h"
#include "SDL_thread.h"
#endif
#i
getpicture.c
#include "../mpeg3private.h"
#include "mpeg3video.h"
#include "vlc.h"
#include
#include
#include
int mpeg3video_get_cbp(mpeg3_slice_t *slice)
{
int code;
mpeg3_sl
zumjmux.h
#ifndef _ZUMJMUX_H_
#define _ZUMJMUX_H_
#include
// The following ifdef block is the standard way of creating macros which make exporting
// from a DLL simpler. All files within t
slice.c
#include "../mpeg3private.h"
#include "mpeg3video.h"
#include "mpeg3videoprotos.h"
#include "slice.h"
#ifndef SDL_THREADS
#include
#else
#include "SDL.h"
#include "SDL_thread.h"
getpicture.c
#include "../mpeg3private.h"
#include "mpeg3video.h"
#include "vlc.h"
#include
#include
#include
int mpeg3video_get_cbp(mpeg3_slice_t *slice)
{
int code;
pc.c
/*
*********************************************************************************************************
* PC SUPPORT FUNCTIONS
*
*