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

/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Dts_parser.cpp121 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[
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Dts_parser.cpp137 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[
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Dts_parser.h66 timestamp input_timestamps[TIME_SZ]; member in struct:omx_time_stamp_reorder::time_stamp_list
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h67 timestamp input_timestamps[TIME_SZ]; member in struct:omx_time_stamp_reorder::time_stamp_list

Completed in 6 milliseconds