Home
last modified time | relevance | path

Searched refs:tenthsOfSeconds (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
DCaptionTrackRenderer.java314 private void delay(int tenthsOfSeconds) { in delay() argument
315 if (tenthsOfSeconds < 0 || tenthsOfSeconds > 255) { in delay()
320 mHandler.obtainMessage(MSG_DELAY_CANCEL), tenthsOfSeconds * DELAY_IN_MILLIS); in delay()
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DCea708Parser.java572 int tenthsOfSeconds = data[pos] & 0xff; in parseC1() local
575 new CaptionEvent(CAPTION_EMIT_TYPE_COMMAND_DLY, tenthsOfSeconds)); in parseC1()
581 tenthsOfSeconds)); in parseC1()