Searched refs:total_frames (Results 1 – 7 of 7) sorted by relevance
| /bsp/renesas/ra6m3-hmi-board/board/ports/avi/ |
| A D | avifile.c | 173 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 D | avi_def.h | 34 uint32_t total_frames; //总帧数 member
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/ |
| A D | disp_waveform.c | 415 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 D | disp_waveform.h | 66 u32 temp, u32 *total_frames, u32 *wf_buf);
|
| A D | disp_al.h | 191 unsigned int temp, unsigned int *total_frames,
|
| A D | disp_al.c | 303 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 D | player.c | 96 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