代码搜索:quicktime

找到约 1,938 项符合「quicktime」的源代码

代码结果 1,938
www.eeworm.com/read/258653/4352740

c module.c

/* * Modules * * Copyright 1995 Alexandre Julliard */ // define for quicktime calls debugging and/or MacOS-level emulation: #define EMU_QTX_API // define for quicktime debugging (verbose logging
www.eeworm.com/read/103688/15726115

html qt3_aw506.html

Macromedia Authorware - Using QuickTime Media: QuickTime media sprite icons function swapImage(imgName,newImg){ if ((navigator.ap
www.eeworm.com/read/14187/319362

c stsz.c

#include "quicktime.h" int quicktime_stsz_init(quicktime_stsz_t *stsz) { stsz->version = 0; stsz->flags = 0; stsz->sample_size = 0; stsz->total_entries = 0; stsz->entries_allocated = 0; } int
www.eeworm.com/read/14187/319365

c hdlr.c

#include "quicktime.h" int quicktime_hdlr_init(quicktime_hdlr_t *hdlr) { hdlr->version = 0; hdlr->flags = 0; hdlr->component_type[0] = 'm'; hdlr->component_type[1] = 'h'; hdlr->component_type[
www.eeworm.com/read/14187/319395

c vmhd.c

#include "quicktime.h" int quicktime_vmhd_init(quicktime_vmhd_t *vmhd) { vmhd->version = 0; vmhd->flags = 1; vmhd->graphics_mode = 64; vmhd->opcolor[0] = 32768; vmhd->opcolor[1] = 32768; vmhd-
www.eeworm.com/read/14187/319402

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/14187/319411

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/14545/389108

c stsz.c

#include "quicktime.h" int quicktime_stsz_init(quicktime_stsz_t *stsz) { stsz->version = 0; stsz->flags = 0; stsz->sample_size = 0; stsz->total_entries = 0; stsz->entries_allocated = 0; } int
www.eeworm.com/read/14545/389111

c hdlr.c

#include "quicktime.h" int quicktime_hdlr_init(quicktime_hdlr_t *hdlr) { hdlr->version = 0; hdlr->flags = 0; hdlr->component_type[0] = 'm'; hdlr->component_type[1] = 'h'; hdlr->component_type[
www.eeworm.com/read/14545/389137

c vmhd.c

#include "quicktime.h" int quicktime_vmhd_init(quicktime_vmhd_t *vmhd) { vmhd->version = 0; vmhd->flags = 1; vmhd->graphics_mode = 64; vmhd->opcolor[0] = 32768; vmhd->opcolor[1] = 32768; vmhd-