Home
last modified time | relevance | path

Searched refs:ST_DEFINEVIDEOSTREAM (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswftools.c131 case ST_DEFINEVIDEOSTREAM: in swf_GetDefineID()
167 case ST_DEFINEVIDEOSTREAM: in swf_GetDefineBBox()
249 ST_DEFINEVIDEOSTREAM,
812 case ST_DEFINEVIDEOSTREAM: in enumerateUsedIDs()
1347 case ST_DEFINEVIDEOSTREAM: { in swf_SetDefineBBox()
H A Dswfdump.c230 case ST_DEFINEVIDEOSTREAM: in swf_TagGetName()
/dports/graphics/swftools/swftools-0.9.2/lib/python/
H A Dtags.c942 TAG*t = swf_InsertTag(0, ST_DEFINEVIDEOSTREAM); in f_DefineVideoStream()
1223 register_tag(ST_DEFINEVIDEOSTREAM,&videostream_tag); in tags_getMethods()
/dports/graphics/swftools/swftools-0.9.2/src/
H A Djpeg2swf.c96 t = swf_InsertTag(t, ST_DEFINEVIDEOSTREAM); in MovieStart()
H A Dswfdump.c1491 else if(tag->id == ST_DEFINEVIDEOSTREAM) { in main()
H A Dswfc.c1418 tag = swf_InsertTag(tag, ST_DEFINEVIDEOSTREAM); in s_video()
/dports/graphics/swftools/swftools-0.9.2/lib/h.263/
H A Dswfvideo.c1406 tag = swf_InsertTag(0, ST_DEFINEVIDEOSTREAM); in test_copy_diff()
1466 tag = swf_InsertTag(tag, ST_DEFINEVIDEOSTREAM); in mkblack()
1556 tag = swf_InsertTag(tag, ST_DEFINEVIDEOSTREAM); in main()
/dports/graphics/swftools/swftools-0.9.2/avi2swf/
H A Dv2swf.c578 swf_ResetTag(i->tag, ST_DEFINEVIDEOSTREAM); in checkInit()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.h351 #define ST_DEFINEVIDEOSTREAM 60 macro