class VideoInputInterfaceWidth

Defined at line 529 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h

VDIN0_INTF_WIDTHM1, VDIN1_INTF_WIDTHM1.

A311D Datasheet, Section 10.2.3.42 VDIN, Pages 1092, 1114.

S905D2 Datasheet, Section 7.2.3.41 VDIN, Pages 783, 807.

S905D3 Datasheet, Section 8.2.3.42 VDIN, Pages 720, 742.

Public Members

 field_width_minus_one_px_549

Public Methods

hwreg::RegisterAddr<VideoInputInterfaceWidth> Get (VideoInputModuleId video_input)

Defined at line 531 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h

template <, >
SelfType & set_width_minus_one_px (typename SelfType::ValueType val)

Width minus one of the input video after up/downscaling but before

cropping (window function), in pixels.

It's preferred to use width() and set_width() helpers instead.

Defined at line 549 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h

template <, >
typename SelfType::ValueType width_minus_one_px ()

Width minus one of the input video after up/downscaling but before

cropping (window function), in pixels.

It's preferred to use width() and set_width() helpers instead.

Defined at line 549 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h

int width_px ()

Defined at line 551 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h

VideoInputInterfaceWidth & set_width_px (int width_px)

Sets the input image width to `width_px` pixels.

`width_px` must be positive and not greater than 2^13 (8192).

Defined at line 560 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h

Records