Home
last modified time | relevance | path

Searched refs:anchorId (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DCea708Data.java293 public final int anchorId; field in Cea708Data.CaptionWindow
308 int anchorId, in CaptionWindow() argument
321 this.anchorId = anchorId; in CaptionWindow()
DCea708Parser.java766 int anchorId = (data[pos + 3] & 0xf0) >> 4; in parseC1() local
784 anchorId, in parseC1()
807 anchorId, in parseC1()
/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
DCaptionWindowLayout.java383 int horizontalMode = captionWindow.anchorId % ANCHOR_MODE_DIVIDER; in initWindow()
384 int verticalMode = captionWindow.anchorId / ANCHOR_MODE_DIVIDER; in initWindow()