Searched refs:frameRate (Results 1 - 13 of 13) sorted by relevance
/drivers/hdf_core/framework/model/display/driver/ |
H A D | hdf_disp.h | 81 uint32_t frameRate; member 134 uint32_t frameRate; member
|
H A D | hdf_disp.c | 153 info->frameRate = panel->info->frameRate; in GetDispInfo()
|
/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_component_type.h | 121 RangeValue frameRate; /* Frame Rate. */ member
|
/drivers/peripheral/display/hal/ |
H A D | disp_common.h | 133 uint32_t frameRate; member
|
H A D | disp_hal.c | 88 HDF_LOGI("tmpInfo->frameRate = %u", tmpInfo->frameRate); in GetInfo()
|
/drivers/peripheral/format/interfaces/include/ |
H A D | format_type.h | 574 uint32_t frameRate; /**< Encoding frame rate */ member 601 uint32_t frameRate; /**< Frame rate */ member
|
/drivers/hdf_core/framework/model/display/driver/panel/ |
H A D | ssp_st7789.c | 249 .frameRate = FRAME_RATE, /* frame rate */
|
H A D | mipi_icn9700.c | 268 .frameRate = FRAME_RATE, /* frame rate */
|
/drivers/hdf_core/framework/model/display/driver/adapter_soc/ |
H A D | hi35xx_disp.c | 166 uint32_t pixNum = hpixel * vline * info->frameRate; in CalcPixelClk() 182 uint32_t bitNum = hpixel * vline * info->frameRate * bpp; in CalcDataRate()
|
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_component_config.cpp | 340 {CODEC_CONFIG_KEY_MIN_FRAME_RATE, cap.port.video.frameRate.min, 0}, in GetVideoPortCapability() 341 {CODEC_CONFIG_KEY_MAX_FRAME_RATE, cap.port.video.frameRate.max, 0}}; in GetVideoPortCapability()
|
/drivers/peripheral/codec/hal/src/ |
H A D | codec_config_parser.c | 140 {CODEC_CONFIG_KEY_MIN_FRAME_RATE, (uint32_t *)&cap->port.video.frameRate.min, 0}, in GetVideoPortCapability() 141 {CODEC_CONFIG_KEY_MAX_FRAME_RATE, (uint32_t *)&cap->port.video.frameRate.max, 0} in GetVideoPortCapability()
|
/drivers/hdf_core/framework/model/display/driver/lcdkit/ |
H A D | lcdkit_parse_config.c | 132 PARSE_PANEL_SYMBOL(node, drsOps, "frameRate", &info->frameRate); in ParsePanelInfo()
|
/drivers/peripheral/display/hal/default/ |
H A D | display_layer.c | 103 uint32_t frameRate; member
|
Completed in 10 milliseconds