Home
last modified time | relevance | path

Searched refs:video (Results 1 – 25 of 62) sorted by relevance

123

/dragonfly/contrib/file/magic/Magdir/
H A Danimation46 !:mime video/3gpp2
56 !:mime video/3gpp
63 !:mime video/3gpp
67 !:mime video/3gpp
70 !:mime video/3gpp
73 !:mime video/3gpp
82 !:mime video/3gpp
95 !:mime video/mp4
97 !:mime video/mp4
99 !:mime video/mp4
[all …]
H A Dmatroska15 !:mime video/webm
17 !:mime video/x-matroska
H A Dvorbis34 >>28 string \x80theora \b, Theora video
35 !:mime video/ogg
49 !:mime video/ogg
56 >>28 string \x01video\0\0\0 \b, OGM video
57 !:mime video/ogg
H A Dsymbos32 # Symbos video
33 0 string SymVid SymbOS video
H A Driff277 !:mime video/x-mmm
360 # https://reposcope.com/mimetype/video/x-msvideo
361 !:mime video/x-msvideo
363 #!:mime video/vnd.avi
423 >>>>>108 string vids video:
559 # skip past first (video) LIST
596 !:mime video/x-vdr
599 # remote-path to video file
624 !:mime video/x-cdxa
628 !:mime video/x-4xmv
[all …]
H A Djpeg144 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/v/video-mj2.trid.xml
145 # Note: called by TrID "Motion JPEG 2000 video"
147 !:mime video/mj2
H A Dflash55 !:mime video/x-flv
H A Dpc9832 #Maki-chan video modes are a bit messy and seems to have been expanded over the years without too m…
H A Diff63 >>24 leshort x %d video frames,
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_mem_input_v.c242 swap(local_size.video.luma_size.x, in program_size_and_rotation()
243 local_size.video.luma_size.y); in program_size_and_rotation()
244 swap(local_size.video.luma_size.width, in program_size_and_rotation()
245 local_size.video.luma_size.height); in program_size_and_rotation()
246 swap(local_size.video.chroma_size.x, in program_size_and_rotation()
247 local_size.video.chroma_size.y); in program_size_and_rotation()
248 swap(local_size.video.chroma_size.width, in program_size_and_rotation()
303 local_size.video.luma_size.width, in program_size_and_rotation()
312 local_size.video.chroma_size.width, in program_size_and_rotation()
321 local_size.video.luma_size.height, in program_size_and_rotation()
[all …]
/dragonfly/sys/dev/acpica/acpi_video/
H A Dacpi_video.c251 ACPI_SERIAL_INIT(video); in acpi_video_attach()
253 ACPI_SERIAL_BEGIN(video); in acpi_video_attach()
260 ACPI_SERIAL_END(video); in acpi_video_attach()
271 ACPI_SERIAL_BEGIN(video); in acpi_video_attach()
273 ACPI_SERIAL_END(video); in acpi_video_attach()
300 ACPI_SERIAL_BEGIN(video); in acpi_video_detach()
304 ACPI_SERIAL_END(video); in acpi_video_detach()
334 ACPI_SERIAL_END(video); in acpi_video_resume()
382 ACPI_SERIAL_END(video); in acpi_video_notify_handler()
396 ACPI_SERIAL_END(video); in acpi_video_notify_handler()
[all …]
/dragonfly/sys/dev/video/bktr/
H A Dbktr_core.c930 bktr->video.addr = 0; in video_open()
931 bktr->video.width = 0; in video_open()
1390 video->addr = bktr->video.addr; in video_ioctl()
1391 video->width = bktr->video.width; in video_ioctl()
1392 video->banksize = bktr->video.banksize; in video_ioctl()
1393 video->ramsize = bktr->video.ramsize; in video_ioctl()
1398 bktr->video.addr = video->addr; in video_ioctl()
1399 bktr->video.width = video->width; in video_ioctl()
1400 bktr->video.banksize = video->banksize; in video_ioctl()
1401 bktr->video.ramsize = video->ramsize; in video_ioctl()
[all …]
H A DCHANGELOG.TXT17 1.1 2/20/97 Added video ioctl so we can do PCI To PCI
119 Submitted general ioctl to set video broadcast
121 on the Bt848 auto video detect feature.
162 submitted ioctl to clear the video buffer
163 prior to starting video capture
167 would cause the video capture to be too bright.
185 when using a PAL video signal. As a result, you
212 from anywhere within the video image to be
328 Added rgb_vbi_prog() to capture VBI data and video at the
330 before starting video capture.
[all …]
/dragonfly/test/interbench/
H A Dreadme55 and uses 40% cpu. This would be quite a demanding video playback at 60fps. Like
56 the audio simulator it ignores caching, drivers and video cards. As per audio,
57 video is benchmarked with the real time option.
79 The video simulation thread is also used as a background load.
146 jerky movement, in audio it would be a skip, and in video it would be a dropped
158 time delays in video, and loss of "smooth" movement in X. Dropping desired cpu
159 would be much more noticeable with audio skips, missed video frames or jerks
H A Dreadme.interactivity17 or video without any dropouts, or drag a gui window across the screen and have
/dragonfly/etc/defaults/
H A Ddevfs.conf7 perm dri/card* root:video 0660
/dragonfly/sys/platform/pc64/
H A DMakefile.inc5 pccard powermng raid serial sound smbus video \
/dragonfly/sys/dev/drm/amd/display/modules/freesync/
H A Dfreesync.c104 bool video; member
292 video = false; in mod_freesync_add_stream()
400 core_freesync->map[index].state.video || in update_stream_freesync_context()
651 enable_for_video && state->video == true) { in set_freesync_on_streams()
844 if (state->fullscreen == true || state->video == true) { in mod_freesync_handle_v_update()
940 state->video = freesync_params->enable; in mod_freesync_update_state()
985 } else if (core_freesync->map[index].state.video) { in mod_freesync_get_state()
/dragonfly/sys/dev/
H A DMakefile16 video \
/dragonfly/etc/
H A Dgroup18 video:*:44:
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc_hw_types.h144 } video; member
162 } video; member
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_hubp.c168 ASSERT(plane_size->video.chroma_pitch != 0); in hubp1_program_size()
171 pitch = plane_size->video.luma_pitch - 1; in hubp1_program_size()
172 meta_pitch = dcc->video.meta_pitch_l - 1; in hubp1_program_size()
173 pitch_c = plane_size->video.chroma_pitch - 1; in hubp1_program_size()
174 meta_pitch_c = dcc->video.meta_pitch_c - 1; in hubp1_program_size()
/dragonfly/sys/platform/pc64/conf/
H A Dfiles76 dev/video/fb/fb.c optional vga
77 dev/video/fb/splash.c optional splash
78 dev/video/fb/vga.c optional vga
/dragonfly/etc/mtree/
H A DBSD.include.dist225 video
/dragonfly/include/
H A DMakefile66 dev/video/bktr dev/video/meteor \

123