Home
last modified time | relevance | path

Searched refs:total_frames (Results 1 – 7 of 7) sorted by relevance

/bsp/renesas/ra6m3-hmi-board/board/ports/avi/
A Davifile.c173 AVI_file.avi_hd.avih.total_frames = avih->total_frames; in AVI_Parser()
180 rt_kprintf("视频总帧数:%d\r\n", avih->total_frames); in AVI_Parser()
A Davi_def.h34 uint32_t total_frames; //总帧数 member
/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/
A Ddisp_waveform.c415 u32 *total_frames, u32 *wf_buf) in get_waveform_data() argument
429 if ((total_frames == NULL) || (wf_buf == NULL)) { in get_waveform_data()
455 *total_frames = *((u16 *)p_mode_temp_addr); in get_waveform_data()
A Ddisp_waveform.h66 u32 temp, u32 *total_frames, u32 *wf_buf);
A Ddisp_al.h191 unsigned int temp, unsigned int *total_frames,
A Ddisp_al.c303 unsigned int temp, unsigned int *total_frames, in disp_al_get_waveform_data() argument
306 return get_waveform_data(mode, temp, total_frames, wf_buf); in disp_al_get_waveform_data()
/bsp/renesas/ra6m3-hmi-board/board/ports/avi/player/
A Dplayer.c96 alltime = (AVI_file.avi_hd.avih.us_per_frame / 1000) * AVI_file.avi_hd.avih.total_frames; in video_start_parser()

Completed in 40 milliseconds