OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:time_stamp_list
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
ts_parser.h
65
typedef struct
time_stamp_list
{
struct in class:omx_time_stamp_reorder
67
time_stamp_list
*next;
68
time_stamp_list
*prev;
70
}
time_stamp_list
;
typedef in class:omx_time_stamp_reorder
72
time_stamp_list
*phead,*pcurrent;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h
81
typedef struct
time_stamp_list
{
struct in class:omx_time_stamp_reorder
83
time_stamp_list
*next;
84
time_stamp_list
*prev;
86
}
time_stamp_list
;
typedef in class:omx_time_stamp_reorder
88
time_stamp_list
*phead,*pcurrent;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h
82
typedef struct
time_stamp_list
{
struct in class:omx_time_stamp_reorder
84
time_stamp_list
*next;
85
time_stamp_list
*prev;
87
}
time_stamp_list
;
typedef in class:omx_time_stamp_reorder
89
time_stamp_list
*phead,*pcurrent;
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h
82
typedef struct
time_stamp_list
{
struct in class:omx_time_stamp_reorder
84
time_stamp_list
*next;
85
time_stamp_list
*prev;
87
}
time_stamp_list
;
typedef in class:omx_time_stamp_reorder
89
time_stamp_list
*phead,*pcurrent;
Completed in 203 milliseconds