HomeSort by: relevance | last modified time | path
    Searched defs:timings (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_bridge.h 398 * @timings:
402 const struct drm_bridge_timings *timings; member in struct:drm_bridge
drm_displayid.h 94 struct displayid_detailed_timings_1 timings[0]; member in struct:displayid_detailed_timing_block
drm_edid.h 152 struct std_timing timings[6]; member in union:detailed_non_pixel::__anon3bb26e6f040a
315 /* Est. timings and mfg rsvd timings*/
317 /* Standard timings 1-8*/
319 /* Detailing timings 1-4 */
  /src/sys/arch/arm/iomd/
vidc.h 186 struct videomode timings; member in struct:vidc_mode
  /src/sys/external/bsd/drm2/dist/drm/
drm_edid.c 84 /* Force reduced-blanking timings for detailed modes */
2356 * 0 is reserved. The spec says 0x01 fill for unused timings. Some old
2489 * HDTV detailed timings are encoded as field height.
2970 std = &data->data.timings[i];
3124 * add_detailed_modes - Add modes from detailed timings
4182 * the 10kHz clock resolution limit of detailed timings.
5024 const struct displayid_detailed_timings_1 *timings)
5027 unsigned pixel_clock = (timings->pixel_clock[0] |
5028 (timings->pixel_clock[1] << 8) |
5029 (timings->pixel_clock[2] << 16))
5082 const struct displayid_detailed_timings_1 *timings = &det->timings[i]; local in function:add_displayid_detailed_1_modes
    [all...]
  /src/sys/sys/
videoio.h 2296 * A note regarding vertical interlaced timings: height refers to the total
2297 * height of the active video frame (= two fields). The blanking timings refer
2337 /* Timings standards */
2339 #define V4L2_DV_BT_STD_DMT (1 << 1) /* VESA Discrete Monitor Timings */
2340 #define V4L2_DV_BT_STD_CVT (1 << 2) /* VESA Coordinated Video Timings */
2341 #define V4L2_DV_BT_STD_GTF (1 << 3) /* VESA Generalized Timings Formula */
2342 #define V4L2_DV_BT_STD_SDI (1 << 4) /* SDI Timings */
2418 /** struct v4l2_dv_timings - DV timings
2419 * @type: the type of the timings
2420 * @bt: BT656/1120 timings
2445 struct v4l2_dv_timings timings; member in struct:v4l2_enum_dv_timings
    [all...]

Completed in 21 milliseconds