代码搜索:QuickTime
找到约 1,938 项符合「QuickTime」的源代码
代码结果 1,938
www.eeworm.com/read/251805/4416776
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] = 3276
www.eeworm.com/read/251805/4416783
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] =
www.eeworm.com/read/251805/4416792
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-
www.eeworm.com/read/422309/10643313
c yuv2.c
/*******************************************************************************
yuv2.c
libquicktime - A library for reading and writing quicktime/avi/mp4 files.
http://libquicktime.sourceforge.ne
www.eeworm.com/read/422309/10643884
h lqt_codecapi.h
/*******************************************************************************
lqt_codecapi.h
libquicktime - A library for reading and writing quicktime/avi/mp4 files.
http://libquicktime.source
www.eeworm.com/read/422309/10644480
c avi_info.c
/*******************************************************************************
avi_info.c
libquicktime - A library for reading and writing quicktime/avi/mp4 files.
http://libquicktime.sourceforg
www.eeworm.com/read/136571/5869703
c rtphint.c
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/110972/6162239
c rtphint.c
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/14187/319422
c gmin.c
#include "quicktime.h"
int quicktime_gmin_init(quicktime_gmin_t *gmin)
{
gmin->version = 0;
gmin->flags = 0;
gmin->graphics_mode = 64;
gmin->opcolor[0] = 32768;
gmin->opcolor[1] = 32768;
gmi
www.eeworm.com/read/14545/389164
c gmin.c
#include "quicktime.h"
int quicktime_gmin_init(quicktime_gmin_t *gmin)
{
gmin->version = 0;
gmin->flags = 0;
gmin->graphics_mode = 64;
gmin->opcolor[0] = 32768;
gmin->opcolor[1] = 32768;
gmi