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

  /hardware/qcom/media/mm-video/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/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;

Completed in 790 milliseconds