Merge code of ding about playback screen.
This commit is contained in:
parent
f170293da0
commit
65e8c9f67b
|
@ -124,8 +124,11 @@ static void UIFlowPlay_IconImageSize(BOOL bShow)
|
|||
lv_obj_set_hidden(container_play_scr_uiflowplay, false);
|
||||
lv_plugin_img_set_src(image_play_scr_uiflowplay, LV_PLUGIN_IMG_ID_SF_STOP);
|
||||
PB_GetParam(PBPRMID_INFO_VDO, (UINT32 *)&MovieInfo);
|
||||
lv_slider_set_range(slider_1_scr_uiflowplay, 0, MovieInfo.uiToltalSecs);
|
||||
lv_slider_set_value(slider_1_scr_uiflowplay, 0, LV_ANIM_OFF);
|
||||
if (0 < MovieInfo.uiToltalSecs)
|
||||
{
|
||||
lv_slider_set_range(slider_1_scr_uiflowplay, 0, MovieInfo.uiToltalSecs);
|
||||
lv_slider_set_value(slider_1_scr_uiflowplay, 0, LV_ANIM_OFF);
|
||||
}
|
||||
switch (MovieInfo.uiVidWidth) {
|
||||
case 3840:
|
||||
if (MovieInfo.uiVidRate == 50) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user