Home
last modified time | relevance | path

Searched refs:ST_SOUNDSTREAMBLOCK (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswfdump.c166 case ST_SOUNDSTREAMBLOCK: in swf_TagGetName()
H A Dswftools.c268 ST_SOUNDSTREAMBLOCK,
/dports/graphics/swftools/swftools-0.9.2/src/
H A Dwav2swf.c309 tag = swf_InsertTag(tag, ST_SOUNDSTREAMBLOCK); in main()
H A Dswfextract.c1085 case ST_SOUNDSTREAMBLOCK: in handlesoundstream()
1192 tag->id == ST_SOUNDSTREAMBLOCK) { in handleembeddedmp3()
1297 tag->id == ST_SOUNDSTREAMBLOCK) { in main()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.c1244 (t->id!=ST_DEFINEBITSLOSSLESS&&t->id!=ST_DEFINEBITSLOSSLESS2&&t->id!=ST_SOUNDSTREAMBLOCK&& in swf_WriteTag2()
1428 (t->id!=ST_DEFINEBITSLOSSLESS&&t->id!=ST_DEFINEBITSLOSSLESS2&&t->id!=ST_SOUNDSTREAMBLOCK&& in swf_FoldSprite()
H A Drfxswf.h320 #define ST_SOUNDSTREAMBLOCK 19 macro
/dports/graphics/swftools/swftools-0.9.2/avi2swf/
H A Dv2swf.c295 swf_ResetTag(i->tag, ST_SOUNDSTREAMBLOCK); in writeAudioForOneFrame()