HomeSort by relevance Sort by last modified time
    Searched defs:table_entry (Results 1 - 11 of 11) sorted by null

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
ts_parser.cpp 129 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;