Searched refs:pcurrent (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Dts_parser.cpp49 phead = pcurrent = NULL;
77 pcurrent = phead->prev;
139 if (pcurrent->entries_filled > (TIME_SZ - 1)) {
157 if (!pcurrent->input_timestamps[i].in_use) {
158 table_entry = &pcurrent->input_timestamps[i].timestamps;
159 pcurrent->input_timestamps[i].in_use = true;
160 pcurrent->entries_filled++;
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Dts_parser.cpp51 phead = pcurrent = NULL;
83 pcurrent = phead->prev;
160 if (pcurrent->entries_filled > (TIME_SZ - 1)) {
182 if (!pcurrent->input_timestamps[i].in_use) {
183 table_entry = &pcurrent->input_timestamps[i].timestamps;
184 pcurrent->input_timestamps[i].in_use = true;
185 pcurrent->entries_filled++;
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Dts_parser.h72 time_stamp_list *phead,*pcurrent; member in class:omx_time_stamp_reorder
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h73 time_stamp_list *phead,*pcurrent; member in class:omx_time_stamp_reorder

Completed in 1294 milliseconds