Home
last modified time | relevance | path

Searched refs:av_info (Results 1 – 2 of 2) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/amports/
Damstream.c2653 struct av_info_t av_info; in amstream_do_ioctl_new() local
2657 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 …]
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/include/linux/amlogic/media/utils/
Damstream.h840 struct av_info_t av_info; member