HomeSort by relevance Sort by last modified time
    Searched refs:time_stamp_list (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/media/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/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h 66 typedef struct time_stamp_list { struct in class:omx_time_stamp_reorder
68 time_stamp_list *next;
69 time_stamp_list *prev;
71 } time_stamp_list; typedef in class:omx_time_stamp_reorder
73 time_stamp_list *phead,*pcurrent;
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
ts_parser.cpp 56 time_stamp_list *ptemp;
83 time_stamp_list *ptemp;
98 time_stamp_list *ptemp = NULL;
100 ptemp = phead = new time_stamp_list;
108 ptemp = new time_stamp_list;
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 56 time_stamp_list *ptemp;
87 time_stamp_list *ptemp;
105 time_stamp_list *ptemp = NULL;
108 ptemp = phead = new time_stamp_list;
118 ptemp = new time_stamp_list;

Completed in 51 milliseconds