OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_timestamps
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/media/mm-video/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/vidc/vdec/inc/
ts_parser.h
66
timestamp
input_timestamps
[TIME_SZ];
member in struct:omx_time_stamp_reorder::time_stamp_list
Completed in 4705 milliseconds