代码搜索:quicktime
找到约 1,938 项符合「quicktime」的源代码
代码结果 1,938
www.eeworm.com/read/14545/389144
c dref.c
#include "quicktime.h"
int quicktime_dref_table_init(quicktime_dref_table_t *table)
{
table->size = 0;
table->type[0] = 'a';
table->type[1] = 'l';
table->type[2] = 'i';
table->type[3] = 's';
ta
www.eeworm.com/read/14545/389153
c matrix.c
#include "quicktime.h"
int quicktime_matrix_init(quicktime_matrix_t *matrix)
{
int i;
for(i = 0; i < 9; i++) matrix->values[i] = 0;
matrix->values[0] = matrix->values[4] = 1;
matrix->values[8]
www.eeworm.com/read/14735/405673
c ctab.c
#include "quicktime.h"
#include "sizes.h"
int quicktime_ctab_init(quicktime_ctab_t *ctab)
{
ctab->seed = 0;
ctab->flags = 0;
ctab->size = 0;
ctab->alpha = 0;
ctab->red = 0;
ctab->gree
www.eeworm.com/read/14735/405686
c atom.c
#include
#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;
}
www.eeworm.com/read/251805/4416757
c ctab.c
#include "quicktime.h"
#include "sizes.h"
int quicktime_ctab_init(quicktime_ctab_t *ctab)
{
ctab->seed = 0;
ctab->flags = 0;
ctab->size = 0;
ctab->alpha = 0;
ctab->red = 0;
ctab->gree
www.eeworm.com/read/251805/4416762
c atom.c
#include
#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;
}