class VideoInputChannelFifoControl2

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

VDIN0_ASFIFO_CTRL2, VDIN1_ASFIFO_CTRL2

A311D Datasheet, Section 10.2.3.42 VDIN, Pages 1090, 1112.

S905D2 Datasheet, Section 7.2.3.41 VDIN, Pages 781, 805.

S905D3 Datasheet, Section 8.2.3.42 VDIN, Pages 717, 740.

Public Members

 field_decimation_data_enabled_245
 field_decimation_ratio_minus_one_249

Public Methods

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

True iff input decimation subsampling is enabled.

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

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

True iff input decimation subsampling is enabled.

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

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

Only 1 / (decimation_ratio_minus_one + 1) of the pixels will be sampled.

Setting this field to zero effectively disables decimation.

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

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

Only 1 / (decimation_ratio_minus_one + 1) of the pixels will be sampled.

Setting this field to zero effectively disables decimation.

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

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

Bits 7-0 configure VDI 5. These bits are not defined because this driver

currently does not support decimation.

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

Records