代码搜索:QuickTime
找到约 1,938 项符合「QuickTime」的源代码
代码结果 1,938
www.eeworm.com/read/136571/5869689
c minf.c
#include "quicktime.h"
int quicktime_minf_init(quicktime_minf_t *minf)
{
minf->is_video = minf->is_audio = minf->is_hint = 0;
quicktime_vmhd_init(&(minf->vmhd));
quicktime_smhd_init(&(mi
www.eeworm.com/read/110972/6162225
c minf.c
#include "quicktime.h"
int quicktime_minf_init(quicktime_minf_t *minf)
{
minf->is_video = minf->is_audio = minf->is_hint = 0;
quicktime_vmhd_init(&(minf->vmhd));
quicktime_smhd_init(&(mi
www.eeworm.com/read/422309/10644177
c stco.c
/*******************************************************************************
stco.c
libquicktime - A library for reading and writing quicktime/avi/mp4 files.
http://libquicktime.sourceforge.ne
www.eeworm.com/read/422309/10644236
c tref.c
/*******************************************************************************
tref.c
libquicktime - A library for reading and writing quicktime/avi/mp4 files.
http://libquicktime.sourceforge.ne
www.eeworm.com/read/136571/5869677
c stco.c
#include "quicktime.h"
int quicktime_stco_init(quicktime_stco_t *stco)
{
stco->version = 0;
stco->flags = 0;
stco->total_entries = 0;
stco->entries_allocated = 0;
}
int quicktime_s
www.eeworm.com/read/136571/5869719
c hintudta.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/136571/5869721
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/136571/5869725
c moov.c
#include "quicktime.h"
int quicktime_moov_init(quicktime_moov_t *moov)
{
int i;
moov->total_tracks = 0;
for(i = 0 ; i < MAXTRACKS; i++) moov->trak[i] = 0;
quicktime_mvhd_init(&(moov-
www.eeworm.com/read/136571/5869738
c stss.c
#include "quicktime.h"
int quicktime_stss_init(quicktime_stss_t *stss)
{
stss->version = 0;
stss->flags = 0;
stss->total_entries = 0;
stss->entries_allocated = 0;
}
int quicktime_sts
www.eeworm.com/read/110972/6162213
c stco.c
#include "quicktime.h"
int quicktime_stco_init(quicktime_stco_t *stco)
{
stco->version = 0;
stco->flags = 0;
stco->total_entries = 0;
stco->entries_allocated = 0;
}
int quicktime_s