Searched refs:av_info (Results 1 – 2 of 2) sorted by relevance
2653 struct av_info_t av_info; in amstream_do_ioctl_new() local2657 av_info.first_pic_coming = get_first_pic_coming(); in amstream_do_ioctl_new()2658 av_info.current_fps = -1; in amstream_do_ioctl_new()2659 av_info.vpts = timestamp_vpts_get(); in amstream_do_ioctl_new()2660 av_info.vpts_err = tsync_get_vpts_error_num(); in amstream_do_ioctl_new()2661 av_info.apts = timestamp_apts_get(); in amstream_do_ioctl_new()2662 av_info.apts_err = tsync_get_apts_error_num(); in amstream_do_ioctl_new()2663 av_info.ts_error = get_discontinue_counter(); in amstream_do_ioctl_new()2664 av_info.first_vpts = timestamp_firstvpts_get(); in amstream_do_ioctl_new()2665 av_info.toggle_frame_count = get_toggle_frame_count(); in amstream_do_ioctl_new()[all …]
840 struct av_info_t av_info; member