Home | History | Annotate | Download | only in timedtext

Lines Matching defs:startTimeUs

67         int64_t *startTimeUs,
72 status_t err = getText(options, &text, startTimeUs, endTimeUs);
77 CHECK_GE(*startTimeUs, 0);
78 extractAndAppendLocalDescriptions(*startTimeUs, text, parcel);
84 int64_t startTimeUs;
89 status_t err = getNextSubtitleInfo(&offset, &startTimeUs, &info);
92 mTextVector.add(startTimeUs, info);
123 off64_t *offset, int64_t *startTimeUs, TextInfo *info) {
147 *startTimeUs = ((hour1 * 3600 + min1 * 60 + sec1) * 1000 + msec1) * 1000ll;
149 if (info->endTimeUs <= *startTimeUs) {
214 AString *text, int64_t *startTimeUs, int64_t *endTimeUs) {
264 *startTimeUs = mTextVector.keyAt(mIndex);