Searched refs:table_entry (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dts_parser.cpp129 OMX_TICKS *table_entry = NULL; local
156 for(int i = 0; i < TIME_SZ && !table_entry; i++) {
158 table_entry = &pcurrent->input_timestamps[i].timestamps;
163 if (!table_entry) {
168 *table_entry = header->nTimeStamp;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dts_parser.cpp151 OMX_TICKS *table_entry = NULL; local
186 for (int i = 0; i < TIME_SZ && !table_entry; i++) {
188 table_entry = &pcurrent->input_timestamps[i].timestamps;
194 if (!table_entry) {
200 *table_entry = header->nTimeStamp;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Dts_parser.cpp151 OMX_TICKS *table_entry = NULL; local
186 for (int i = 0; i < TIME_SZ && !table_entry; i++) {
188 table_entry = &pcurrent->input_timestamps[i].timestamps;
194 if (!table_entry) {
200 *table_entry = header->nTimeStamp;

Completed in 28 milliseconds