Home
last modified time | relevance | path

Searched refs:vmhd (Results 1 – 25 of 125) sorted by relevance

12345

/dports/multimedia/libquicktime-lame/libquicktime-1.2.4/src/
H A Dvmhd.c29 vmhd->version = 0; in quicktime_vmhd_init()
30 vmhd->flags = 1; in quicktime_vmhd_init()
31 vmhd->graphics_mode = 64; in quicktime_vmhd_init()
32 vmhd->opcolor[0] = 32768; in quicktime_vmhd_init()
33 vmhd->opcolor[1] = 32768; in quicktime_vmhd_init()
34 vmhd->opcolor[2] = 32768; in quicktime_vmhd_init()
38 quicktime_vmhd_t *vmhd, in quicktime_vmhd_init_video() argument
54 lqt_dump(" flags %ld\n", vmhd->flags); in quicktime_vmhd_dump()
56 lqt_dump(" opcolor %d %d %d\n", vmhd->opcolor[0], vmhd->opcolor[1], vmhd->opcolor[2]); in quicktime_vmhd_dump()
63 vmhd->flags = quicktime_read_int24(file); in quicktime_read_vmhd()
[all …]
H A Dminf.c33 quicktime_vmhd_init(&minf->vmhd); in quicktime_minf_init()
81 quicktime_vmhd_init_video(file, &minf->vmhd, frame_w, frame_h, frame_duration, time_scale); in quicktime_minf_init_video()
160 quicktime_vmhd_delete(&minf->vmhd); in quicktime_minf_delete()
177 if(minf->is_video) quicktime_vmhd_dump(&minf->vmhd); in quicktime_minf_dump()
196 minf->is_video = 1; quicktime_read_vmhd(file, &minf->vmhd); in quicktime_read_minf()
243 if(minf->is_video) quicktime_write_vmhd(file, &minf->vmhd); in quicktime_write_minf()
/dports/multimedia/libquicktime/libquicktime-1.2.4/src/
H A Dvmhd.c29 vmhd->version = 0; in quicktime_vmhd_init()
30 vmhd->flags = 1; in quicktime_vmhd_init()
31 vmhd->graphics_mode = 64; in quicktime_vmhd_init()
32 vmhd->opcolor[0] = 32768; in quicktime_vmhd_init()
33 vmhd->opcolor[1] = 32768; in quicktime_vmhd_init()
34 vmhd->opcolor[2] = 32768; in quicktime_vmhd_init()
38 quicktime_vmhd_t *vmhd, in quicktime_vmhd_init_video() argument
54 lqt_dump(" flags %ld\n", vmhd->flags); in quicktime_vmhd_dump()
56 lqt_dump(" opcolor %d %d %d\n", vmhd->opcolor[0], vmhd->opcolor[1], vmhd->opcolor[2]); in quicktime_vmhd_dump()
63 vmhd->flags = quicktime_read_int24(file); in quicktime_read_vmhd()
[all …]
H A Dminf.c33 quicktime_vmhd_init(&minf->vmhd); in quicktime_minf_init()
81 quicktime_vmhd_init_video(file, &minf->vmhd, frame_w, frame_h, frame_duration, time_scale); in quicktime_minf_init_video()
160 quicktime_vmhd_delete(&minf->vmhd); in quicktime_minf_delete()
177 if(minf->is_video) quicktime_vmhd_dump(&minf->vmhd); in quicktime_minf_dump()
196 minf->is_video = 1; quicktime_read_vmhd(file, &minf->vmhd); in quicktime_read_minf()
243 if(minf->is_video) quicktime_write_vmhd(file, &minf->vmhd); in quicktime_write_minf()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/AFILE/Tests/
H A Dquikwrit.c328 QTS_VMHD vmhd; in QuikWriteVideoTrack() local
377 memset(&vmhd, 0, sizeof(vmhd)); in QuikWriteVideoTrack()
378 vmhd.flags[2] = 1; in QuikWriteVideoTrack()
379 vmhd.graphicsMode = 0x40; in QuikWriteVideoTrack()
380 vmhd.opColor[0] = 0x8000; in QuikWriteVideoTrack()
381 vmhd.opColor[1] = 0x8000; in QuikWriteVideoTrack()
382 vmhd.opColor[2] = 0x8000; in QuikWriteVideoTrack()
383 QuikWriteChunk(fp, QT_VMHD, &vmhd, sizeof(vmhd)); in QuikWriteVideoTrack()
/dports/multimedia/l-smash/l-smash-2.14.5/core/
H A Dbox_default.c74 DEFINE_SIMPLE_BOX_DEFAULT_CONSTANT( vmhd );
232 DEFINE_SIMPLE_CONTAINER_BOX_DEFAULT_CONSTANT( minf, vmhd, smhd, hmhd, nmhd, gmhd, hdlr, dinf, stbl …
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c889 vmhd->graphics_mode = 0x0; in atom_vmhd_init()
893 vmhd->graphics_mode = 0x40; in atom_vmhd_init()
894 vmhd->opcolor[0] = 32768; in atom_vmhd_init()
895 vmhd->opcolor[1] = 32768; in atom_vmhd_init()
896 vmhd->opcolor[2] = 32768; in atom_vmhd_init()
906 return vmhd; in atom_vmhd_new()
913 g_free (vmhd); in atom_vmhd_free()
1098 minf->vmhd = NULL; in atom_minf_init()
1117 if (minf->vmhd) { in atom_minf_clear_handlers()
1119 minf->vmhd = NULL; in atom_minf_clear_handlers()
[all …]
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c889 vmhd->graphics_mode = 0x0; in atom_vmhd_init()
893 vmhd->graphics_mode = 0x40; in atom_vmhd_init()
894 vmhd->opcolor[0] = 32768; in atom_vmhd_init()
895 vmhd->opcolor[1] = 32768; in atom_vmhd_init()
896 vmhd->opcolor[2] = 32768; in atom_vmhd_init()
906 return vmhd; in atom_vmhd_new()
913 g_free (vmhd); in atom_vmhd_free()
1098 minf->vmhd = NULL; in atom_minf_init()
1117 if (minf->vmhd) { in atom_minf_clear_handlers()
1119 minf->vmhd = NULL; in atom_minf_clear_handlers()
[all …]
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c889 vmhd->graphics_mode = 0x0; in atom_vmhd_init()
893 vmhd->graphics_mode = 0x40; in atom_vmhd_init()
894 vmhd->opcolor[0] = 32768; in atom_vmhd_init()
895 vmhd->opcolor[1] = 32768; in atom_vmhd_init()
896 vmhd->opcolor[2] = 32768; in atom_vmhd_init()
906 return vmhd; in atom_vmhd_new()
913 g_free (vmhd); in atom_vmhd_free()
1098 minf->vmhd = NULL; in atom_minf_init()
1117 if (minf->vmhd) { in atom_minf_clear_handlers()
1119 minf->vmhd = NULL; in atom_minf_clear_handlers()
[all …]
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c889 vmhd->graphics_mode = 0x0; in atom_vmhd_init()
893 vmhd->graphics_mode = 0x40; in atom_vmhd_init()
894 vmhd->opcolor[0] = 32768; in atom_vmhd_init()
895 vmhd->opcolor[1] = 32768; in atom_vmhd_init()
896 vmhd->opcolor[2] = 32768; in atom_vmhd_init()
906 return vmhd; in atom_vmhd_new()
913 g_free (vmhd); in atom_vmhd_free()
1098 minf->vmhd = NULL; in atom_minf_init()
1117 if (minf->vmhd) { in atom_minf_clear_handlers()
1119 minf->vmhd = NULL; in atom_minf_clear_handlers()
[all …]
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c889 vmhd->graphics_mode = 0x0; in atom_vmhd_init()
893 vmhd->graphics_mode = 0x40; in atom_vmhd_init()
894 vmhd->opcolor[0] = 32768; in atom_vmhd_init()
895 vmhd->opcolor[1] = 32768; in atom_vmhd_init()
896 vmhd->opcolor[2] = 32768; in atom_vmhd_init()
906 return vmhd; in atom_vmhd_new()
913 g_free (vmhd); in atom_vmhd_free()
1098 minf->vmhd = NULL; in atom_minf_init()
1117 if (minf->vmhd) { in atom_minf_clear_handlers()
1119 minf->vmhd = NULL; in atom_minf_clear_handlers()
[all …]
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c889 vmhd->graphics_mode = 0x0; in atom_vmhd_init()
893 vmhd->graphics_mode = 0x40; in atom_vmhd_init()
894 vmhd->opcolor[0] = 32768; in atom_vmhd_init()
895 vmhd->opcolor[1] = 32768; in atom_vmhd_init()
896 vmhd->opcolor[2] = 32768; in atom_vmhd_init()
906 return vmhd; in atom_vmhd_new()
913 g_free (vmhd); in atom_vmhd_free()
1098 minf->vmhd = NULL; in atom_minf_init()
1117 if (minf->vmhd) { in atom_minf_clear_handlers()
1119 minf->vmhd = NULL; in atom_minf_clear_handlers()
[all …]
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c889 vmhd->graphics_mode = 0x0; in atom_vmhd_init()
893 vmhd->graphics_mode = 0x40; in atom_vmhd_init()
894 vmhd->opcolor[0] = 32768; in atom_vmhd_init()
895 vmhd->opcolor[1] = 32768; in atom_vmhd_init()
896 vmhd->opcolor[2] = 32768; in atom_vmhd_init()
906 return vmhd; in atom_vmhd_new()
913 g_free (vmhd); in atom_vmhd_free()
1098 minf->vmhd = NULL; in atom_minf_init()
1117 if (minf->vmhd) { in atom_minf_clear_handlers()
1119 minf->vmhd = NULL; in atom_minf_clear_handlers()
[all …]
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c889 vmhd->graphics_mode = 0x0; in atom_vmhd_init()
893 vmhd->graphics_mode = 0x40; in atom_vmhd_init()
894 vmhd->opcolor[0] = 32768; in atom_vmhd_init()
895 vmhd->opcolor[1] = 32768; in atom_vmhd_init()
896 vmhd->opcolor[2] = 32768; in atom_vmhd_init()
906 return vmhd; in atom_vmhd_new()
913 g_free (vmhd); in atom_vmhd_free()
1098 minf->vmhd = NULL; in atom_minf_init()
1117 if (minf->vmhd) { in atom_minf_clear_handlers()
1119 minf->vmhd = NULL; in atom_minf_clear_handlers()
[all …]
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c889 vmhd->graphics_mode = 0x0; in atom_vmhd_init()
893 vmhd->graphics_mode = 0x40; in atom_vmhd_init()
894 vmhd->opcolor[0] = 32768; in atom_vmhd_init()
895 vmhd->opcolor[1] = 32768; in atom_vmhd_init()
896 vmhd->opcolor[2] = 32768; in atom_vmhd_init()
906 return vmhd; in atom_vmhd_new()
913 g_free (vmhd); in atom_vmhd_free()
1098 minf->vmhd = NULL; in atom_minf_init()
1117 if (minf->vmhd) { in atom_minf_clear_handlers()
1119 minf->vmhd = NULL; in atom_minf_clear_handlers()
[all …]
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c889 vmhd->graphics_mode = 0x0; in atom_vmhd_init()
893 vmhd->graphics_mode = 0x40; in atom_vmhd_init()
894 vmhd->opcolor[0] = 32768; in atom_vmhd_init()
895 vmhd->opcolor[1] = 32768; in atom_vmhd_init()
896 vmhd->opcolor[2] = 32768; in atom_vmhd_init()
906 return vmhd; in atom_vmhd_new()
913 g_free (vmhd); in atom_vmhd_free()
1098 minf->vmhd = NULL; in atom_minf_init()
1117 if (minf->vmhd) { in atom_minf_clear_handlers()
1119 minf->vmhd = NULL; in atom_minf_clear_handlers()
[all …]
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c889 vmhd->graphics_mode = 0x0; in atom_vmhd_init()
893 vmhd->graphics_mode = 0x40; in atom_vmhd_init()
894 vmhd->opcolor[0] = 32768; in atom_vmhd_init()
895 vmhd->opcolor[1] = 32768; in atom_vmhd_init()
896 vmhd->opcolor[2] = 32768; in atom_vmhd_init()
906 return vmhd; in atom_vmhd_new()
913 g_free (vmhd); in atom_vmhd_free()
1098 minf->vmhd = NULL; in atom_minf_init()
1117 if (minf->vmhd) { in atom_minf_clear_handlers()
1119 minf->vmhd = NULL; in atom_minf_clear_handlers()
[all …]
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c889 vmhd->graphics_mode = 0x0; in atom_vmhd_init()
893 vmhd->graphics_mode = 0x40; in atom_vmhd_init()
894 vmhd->opcolor[0] = 32768; in atom_vmhd_init()
895 vmhd->opcolor[1] = 32768; in atom_vmhd_init()
896 vmhd->opcolor[2] = 32768; in atom_vmhd_init()
906 return vmhd; in atom_vmhd_new()
913 g_free (vmhd); in atom_vmhd_free()
1098 minf->vmhd = NULL; in atom_minf_init()
1117 if (minf->vmhd) { in atom_minf_clear_handlers()
1119 minf->vmhd = NULL; in atom_minf_clear_handlers()
[all …]
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c889 vmhd->graphics_mode = 0x0; in atom_vmhd_init()
893 vmhd->graphics_mode = 0x40; in atom_vmhd_init()
894 vmhd->opcolor[0] = 32768; in atom_vmhd_init()
895 vmhd->opcolor[1] = 32768; in atom_vmhd_init()
896 vmhd->opcolor[2] = 32768; in atom_vmhd_init()
906 return vmhd; in atom_vmhd_new()
913 g_free (vmhd); in atom_vmhd_free()
1098 minf->vmhd = NULL; in atom_minf_init()
1117 if (minf->vmhd) { in atom_minf_clear_handlers()
1119 minf->vmhd = NULL; in atom_minf_clear_handlers()
[all …]
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c889 vmhd->graphics_mode = 0x0; in atom_vmhd_init()
893 vmhd->graphics_mode = 0x40; in atom_vmhd_init()
894 vmhd->opcolor[0] = 32768; in atom_vmhd_init()
895 vmhd->opcolor[1] = 32768; in atom_vmhd_init()
896 vmhd->opcolor[2] = 32768; in atom_vmhd_init()
906 return vmhd; in atom_vmhd_new()
913 g_free (vmhd); in atom_vmhd_free()
1098 minf->vmhd = NULL; in atom_minf_init()
1117 if (minf->vmhd) { in atom_minf_clear_handlers()
1119 minf->vmhd = NULL; in atom_minf_clear_handlers()
[all …]
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c889 vmhd->graphics_mode = 0x0; in atom_vmhd_init()
893 vmhd->graphics_mode = 0x40; in atom_vmhd_init()
894 vmhd->opcolor[0] = 32768; in atom_vmhd_init()
895 vmhd->opcolor[1] = 32768; in atom_vmhd_init()
896 vmhd->opcolor[2] = 32768; in atom_vmhd_init()
906 return vmhd; in atom_vmhd_new()
913 g_free (vmhd); in atom_vmhd_free()
1098 minf->vmhd = NULL; in atom_minf_init()
1117 if (minf->vmhd) { in atom_minf_clear_handlers()
1119 minf->vmhd = NULL; in atom_minf_clear_handlers()
[all …]
/dports/x11-toolkits/gstreamer1-plugins-gtk4/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c889 vmhd->graphics_mode = 0x0; in atom_vmhd_init()
893 vmhd->graphics_mode = 0x40; in atom_vmhd_init()
894 vmhd->opcolor[0] = 32768; in atom_vmhd_init()
895 vmhd->opcolor[1] = 32768; in atom_vmhd_init()
896 vmhd->opcolor[2] = 32768; in atom_vmhd_init()
906 return vmhd; in atom_vmhd_new()
913 g_free (vmhd); in atom_vmhd_free()
1098 minf->vmhd = NULL; in atom_minf_init()
1117 if (minf->vmhd) { in atom_minf_clear_handlers()
1119 minf->vmhd = NULL; in atom_minf_clear_handlers()
[all …]
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c889 vmhd->graphics_mode = 0x0; in atom_vmhd_init()
893 vmhd->graphics_mode = 0x40; in atom_vmhd_init()
894 vmhd->opcolor[0] = 32768; in atom_vmhd_init()
895 vmhd->opcolor[1] = 32768; in atom_vmhd_init()
896 vmhd->opcolor[2] = 32768; in atom_vmhd_init()
906 return vmhd; in atom_vmhd_new()
913 g_free (vmhd); in atom_vmhd_free()
1098 minf->vmhd = NULL; in atom_minf_init()
1117 if (minf->vmhd) { in atom_minf_clear_handlers()
1119 minf->vmhd = NULL; in atom_minf_clear_handlers()
[all …]
/dports/graphics/gstreamer1-plugins-libcaca/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c889 vmhd->graphics_mode = 0x0; in atom_vmhd_init()
893 vmhd->graphics_mode = 0x40; in atom_vmhd_init()
894 vmhd->opcolor[0] = 32768; in atom_vmhd_init()
895 vmhd->opcolor[1] = 32768; in atom_vmhd_init()
896 vmhd->opcolor[2] = 32768; in atom_vmhd_init()
906 return vmhd; in atom_vmhd_new()
913 g_free (vmhd); in atom_vmhd_free()
1098 minf->vmhd = NULL; in atom_minf_init()
1117 if (minf->vmhd) { in atom_minf_clear_handlers()
1119 minf->vmhd = NULL; in atom_minf_clear_handlers()
[all …]
/dports/graphics/gstreamer1-plugins-gdkpixbuf/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c889 vmhd->graphics_mode = 0x0; in atom_vmhd_init()
893 vmhd->graphics_mode = 0x40; in atom_vmhd_init()
894 vmhd->opcolor[0] = 32768; in atom_vmhd_init()
895 vmhd->opcolor[1] = 32768; in atom_vmhd_init()
896 vmhd->opcolor[2] = 32768; in atom_vmhd_init()
906 return vmhd; in atom_vmhd_new()
913 g_free (vmhd); in atom_vmhd_free()
1098 minf->vmhd = NULL; in atom_minf_init()
1117 if (minf->vmhd) { in atom_minf_clear_handlers()
1119 minf->vmhd = NULL; in atom_minf_clear_handlers()
[all …]

12345