HomeSort by relevance Sort by last modified time
    Searched refs:CAPTION_EMIT_TYPE_CONTROL (Results 1 - 3 of 3) sorted by null

  /packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
Cea708Parser.java 171 * <li>{@code CAPTION_EMIT_TYPE_CONTROL}: Passes a caption character control code to a
179 CAPTION_EMIT_TYPE_CONTROL,
199 public static final int CAPTION_EMIT_TYPE_CONTROL = 2;
451 emitCaptionEvent(new CaptionEvent(CAPTION_EMIT_TYPE_CONTROL, (char) mCommand));
454 emitCaptionEvent(new CaptionEvent(CAPTION_EMIT_TYPE_CONTROL, (char) mCommand));
457 emitCaptionEvent(new CaptionEvent(CAPTION_EMIT_TYPE_CONTROL, (char) mCommand));
463 emitCaptionEvent(new CaptionEvent(CAPTION_EMIT_TYPE_CONTROL, (char) mCommand));
    [all...]
CaptionTrackRenderer.java 115 case Cea708Parser.CAPTION_EMIT_TYPE_CONTROL:
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java 217 * <li>{@code CAPTION_EMIT_TYPE_CONTROL}: Passes a caption character control code to a observer.
224 public static final int CAPTION_EMIT_TYPE_CONTROL = 2;
347 emitCaptionEvent(new CaptionEvent(CAPTION_EMIT_TYPE_CONTROL, (char) mCommand));
350 emitCaptionEvent(new CaptionEvent(CAPTION_EMIT_TYPE_CONTROL, (char) mCommand));
353 emitCaptionEvent(new CaptionEvent(CAPTION_EMIT_TYPE_CONTROL, (char) mCommand));
359 emitCaptionEvent(new CaptionEvent(CAPTION_EMIT_TYPE_CONTROL, (char) mCommand));
    [all...]

Completed in 61 milliseconds