代码搜索:QuickTime
找到约 1,938 项符合「QuickTime」的源代码
代码结果 1,938
www.eeworm.com/read/14187/319381
c atom.c
#include "quicktime.h"
int quicktime_atom_reset(quicktime_atom_t *atom)
{
atom->end = 0;
atom->type[0] = atom->type[1] = atom->type[2] = atom->type[3] = 0;
return 0;
}
int quicktime_atom_read_he
www.eeworm.com/read/14545/389123
c atom.c
#include "quicktime.h"
int quicktime_atom_reset(quicktime_atom_t *atom)
{
atom->end = 0;
atom->type[0] = atom->type[1] = atom->type[2] = atom->type[3] = 0;
return 0;
}
int quicktime_atom_read_he
www.eeworm.com/read/14187/319410
h sizes.h
#ifndef QUICKTIME_SIZES_H
#define QUICKTIME_SIZES_H
#define QUICKTIME_INT16 short int
#define MAX_FILESIZE ((unsigned long)0xff
www.eeworm.com/read/14545/389152
h sizes.h
#ifndef QUICKTIME_SIZES_H
#define QUICKTIME_SIZES_H
#define QUICKTIME_INT16 short int
#define MAX_FILESIZE ((unsigned long)0xff
www.eeworm.com/read/14735/405715
h sizes.h
#ifndef QUICKTIME_SIZES_H
#define QUICKTIME_SIZES_H
#define QUICKTIME_INT16 short int
#define MAX_FILESIZE ((unsigned long)0xff
www.eeworm.com/read/251805/4416791
h sizes.h
#ifndef QUICKTIME_SIZES_H
#define QUICKTIME_SIZES_H
#define QUICKTIME_INT16 short int
#define MAX_FILESIZE ((unsigned long)0xff
www.eeworm.com/read/422309/10643293
c v308.c
/*******************************************************************************
v308.c
libquicktime - A library for reading and writing quicktime/avi/mp4 files.
http://libquicktime.sourceforge.ne
www.eeworm.com/read/422309/10644224
c useratoms.c
/*******************************************************************************
useratoms.c
libquicktime - A library for reading and writing quicktime/avi/mp4 files.
http://libquicktime.sourcefor
www.eeworm.com/read/422309/10644418
c gmhd_text.c
/*******************************************************************************
gmhd_text.c
libquicktime - A library for reading and writing quicktime/avi/mp4 files.
http://libquicktime.sourcefor
www.eeworm.com/read/136571/5869726
c util.c
#include
#include "quicktime.h"
/* Disk I/O */
/* Read entire buffer from the preload buffer */
int quicktime_read_preload(quicktime_t *file, char *data, int size)
{
long selecti