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

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
ts_parser.cpp 121 ptemp->input_timestamps[i].in_use = false;
122 ptemp->input_timestamps[i].timestamps = -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;
189 if (phead->input_timestamps[i].in_use && phead->input_timestamps[i].timestamps == ts) {
190 phead->input_timestamps[i].in_use = false;
222 if (phead->input_timestamps[i].in_use) {
225 element = &phead->input_timestamps[i]
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 137 ptemp->input_timestamps[i].in_use = false;
138 ptemp->input_timestamps[i].timestamps = -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;
222 if (phead->input_timestamps[i].in_use && phead->input_timestamps[i].timestamps == ts) {
223 phead->input_timestamps[i].in_use = false;
262 if (phead->input_timestamps[i].in_use) {
266 element = &phead->input_timestamps[i]
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
ts_parser.h 66 timestamp input_timestamps[TIME_SZ]; member in struct:omx_time_stamp_reorder::time_stamp_list
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h 67 timestamp input_timestamps[TIME_SZ]; member in struct:omx_time_stamp_reorder::time_stamp_list

Completed in 284 milliseconds