Home
last modified time | relevance | path

Searched refs:input_timestamps (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dts_parser.cpp121 ptemp->input_timestamps[i].in_use = false; in add_new_list()
122 ptemp->input_timestamps[i].timestamps = -1; in add_new_list()
157 if (!pcurrent->input_timestamps[i].in_use) { in insert_timestamp()
158 table_entry = &pcurrent->input_timestamps[i].timestamps; in insert_timestamp()
159 pcurrent->input_timestamps[i].in_use = true; in insert_timestamp()
189 if (phead->input_timestamps[i].in_use && phead->input_timestamps[i].timestamps == ts) { in remove_time_stamp()
190 phead->input_timestamps[i].in_use = false; in remove_time_stamp()
222 if (phead->input_timestamps[i].in_use) { in get_next_timestamp()
225 element = &phead->input_timestamps[i]; in get_next_timestamp()
227 if (element->timestamps > phead->input_timestamps[i].timestamps){ in get_next_timestamp()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Dts_parser.cpp141 ptemp->input_timestamps[i].in_use = false; in add_new_list()
142 ptemp->input_timestamps[i].timestamps = -1; in add_new_list()
187 if (!pcurrent->input_timestamps[i].in_use) { in insert_timestamp()
188 table_entry = &pcurrent->input_timestamps[i].timestamps; in insert_timestamp()
189 pcurrent->input_timestamps[i].in_use = true; in insert_timestamp()
228 if (phead->input_timestamps[i].in_use && phead->input_timestamps[i].timestamps == ts) { in remove_time_stamp()
229 phead->input_timestamps[i].in_use = false; in remove_time_stamp()
270 if (phead->input_timestamps[i].in_use) { in get_next_timestamp()
274 element = &phead->input_timestamps[i]; in get_next_timestamp()
276 if (element->timestamps > phead->input_timestamps[i].timestamps) { in get_next_timestamp()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dts_parser.cpp141 ptemp->input_timestamps[i].in_use = false; in add_new_list()
142 ptemp->input_timestamps[i].timestamps = -1; in add_new_list()
187 if (!pcurrent->input_timestamps[i].in_use) { in insert_timestamp()
188 table_entry = &pcurrent->input_timestamps[i].timestamps; in insert_timestamp()
189 pcurrent->input_timestamps[i].in_use = true; in insert_timestamp()
228 if (phead->input_timestamps[i].in_use && phead->input_timestamps[i].timestamps == ts) { in remove_time_stamp()
229 phead->input_timestamps[i].in_use = false; in remove_time_stamp()
270 if (phead->input_timestamps[i].in_use) { in get_next_timestamp()
274 element = &phead->input_timestamps[i]; in get_next_timestamp()
276 if (element->timestamps > phead->input_timestamps[i].timestamps) { in get_next_timestamp()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dts_parser.cpp141 ptemp->input_timestamps[i].in_use = false; in add_new_list()
142 ptemp->input_timestamps[i].timestamps = -1; in add_new_list()
187 if (!pcurrent->input_timestamps[i].in_use) { in insert_timestamp()
188 table_entry = &pcurrent->input_timestamps[i].timestamps; in insert_timestamp()
189 pcurrent->input_timestamps[i].in_use = true; in insert_timestamp()
228 if (phead->input_timestamps[i].in_use && phead->input_timestamps[i].timestamps == ts) { in remove_time_stamp()
229 phead->input_timestamps[i].in_use = false; in remove_time_stamp()
270 if (phead->input_timestamps[i].in_use) { in get_next_timestamp()
274 element = &phead->input_timestamps[i]; in get_next_timestamp()
276 if (element->timestamps > phead->input_timestamps[i].timestamps) { in get_next_timestamp()
[all …]
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Dts_parser.cpp141 ptemp->input_timestamps[i].in_use = false; in add_new_list()
142 ptemp->input_timestamps[i].timestamps = -1; in add_new_list()
187 if (!pcurrent->input_timestamps[i].in_use) { in insert_timestamp()
188 table_entry = &pcurrent->input_timestamps[i].timestamps; in insert_timestamp()
189 pcurrent->input_timestamps[i].in_use = true; in insert_timestamp()
228 if (phead->input_timestamps[i].in_use && phead->input_timestamps[i].timestamps == ts) { in remove_time_stamp()
229 phead->input_timestamps[i].in_use = false; in remove_time_stamp()
270 if (phead->input_timestamps[i].in_use) { in get_next_timestamp()
274 element = &phead->input_timestamps[i]; in get_next_timestamp()
276 if (element->timestamps > phead->input_timestamps[i].timestamps) { in get_next_timestamp()
[all …]
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Dts_parser.cpp141 ptemp->input_timestamps[i].in_use = false; in add_new_list()
142 ptemp->input_timestamps[i].timestamps = -1; in add_new_list()
187 if (!pcurrent->input_timestamps[i].in_use) { in insert_timestamp()
188 table_entry = &pcurrent->input_timestamps[i].timestamps; in insert_timestamp()
189 pcurrent->input_timestamps[i].in_use = true; in insert_timestamp()
228 if (phead->input_timestamps[i].in_use && phead->input_timestamps[i].timestamps == ts) { in remove_time_stamp()
229 phead->input_timestamps[i].in_use = false; in remove_time_stamp()
270 if (phead->input_timestamps[i].in_use) { in get_next_timestamp()
274 element = &phead->input_timestamps[i]; in get_next_timestamp()
276 if (element->timestamps > phead->input_timestamps[i].timestamps) { in get_next_timestamp()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dts_parser.h66 timestamp input_timestamps[TIME_SZ]; member
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Dts_parser.h83 timestamp input_timestamps[TIME_SZ]; member
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dts_parser.h83 timestamp input_timestamps[TIME_SZ]; member
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
Dts_parser.h83 timestamp input_timestamps[TIME_SZ]; member
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dts_parser.h82 timestamp input_timestamps[TIME_SZ]; member
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dts_parser.h83 timestamp input_timestamps[TIME_SZ]; member