Searched refs:timings (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/system/dev/display/vim-display/
H A Dedid.cpp12 // Monitor has its own preferred timings. Use that
13 p->timings.interlace_mode = disp_timing->flags & MODE_FLAG_INTERLACED;
14 p->timings.pfreq = (disp_timing->pixel_clock_10khz * 10); // KHz
16 p->timings.pixel_repeat = 0;
17 p->timings.hactive = disp_timing->h_addressable;
18 p->timings.hblank = disp_timing->h_blanking;
19 p->timings.hfront = disp_timing->h_front_porch;
20 p->timings.hsync = disp_timing->h_sync_pulse;
21 p->timings.htotal = (p->timings
[all...]
H A Dhdmitx.cpp139 // c. Setup i2c timings (based on u-boot source)
369 active_lines = (p->timings.vactive / (1 + p->timings.interlace_mode));
370 total_lines = (active_lines + p->timings.vblank0) +
371 ((active_lines + p->timings.vblank1)*p->timings.interlace_mode);
373 venc_total_pixels = (p->timings.htotal / (p->timings.pixel_repeat + 1)) *
374 (p->timings.venc_pixel_repeat + 1);
376 venc_active_pixels = (p->timings
[all...]
H A Dvim-spdif-audio-stream.cpp119 uint64_t numer = static_cast<uint64_t>(display_->p->timings.pfreq) * N * 125;
124 display_->p->timings.pfreq, N, req.frames_per_second);
H A Dhdmitx.h221 struct cea_timing timings; member in struct:hdmi_param
/fuchsia/zircon/system/ulib/edid/
H A Drules.mk13 MODULE_SRCS := $(LOCAL_DIR)/edid.cpp $(LOCAL_DIR)/timings.cpp $(LOCAL_DIR)/eisa_vid_lut.cpp
/fuchsia/zircon/system/dev/nand/aml-rawnand/
H A Donfi.h51 struct nand_timings timings; member in struct:nand_chip_table
H A Daml-rawnand.c746 * initialize. Adjust timings and set various parameters.
749 nand_chip->timings.tRC_min,
750 nand_chip->timings.tREA_max,
751 nand_chip->timings.RHOH_min);
/fuchsia/zircon/system/dev/display/display/
H A Dcontroller.h99 bool GetPanelConfig(uint64_t display_id, const fbl::Vector<edid::timing_params_t>** timings,
H A Dcontroller.cpp82 // Go through all the display mode timings and record whether or not
402 zxlogf(WARN, "Ignoring display with no compatible edid timings\n");
693 const fbl::Vector<edid::timing_params_t>** timings,
699 *timings = &display.edid_timings;
703 *timings = nullptr;
692 GetPanelConfig(uint64_t display_id, const fbl::Vector<edid::timing_params_t>** timings, const display_params_t** params) argument

Completed in 49 milliseconds