Home
last modified time | relevance | path

Searched refs:borderType (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
H A DCea708Data.java250 public final int borderType; field in Cea708Data.CaptionWindowAttr
262 int borderType, in CaptionWindowAttr() argument
272 this.borderType = borderType; in CaptionWindowAttr()
H A DCea708Parser.java698 int borderType = (data[pos + 1] & 0xc0) >> 6 | (data[pos + 2] & 0x80) >> 5; in parseC1() local
718 borderType, in parseC1()
736 borderType, in parseC1()
/aosp12/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java547 int borderType = (data[pos + 1] & 0xc0) >> 6 | (data[pos + 2] & 0x80) >> 5; in parseC1() local
562 new CaptionWindowAttr(fillColor, borderColor, borderType, wordWrap, in parseC1()
571 fillColor, borderColor, borderType, wordWrap, printDirection, in parseC1()
952 public final int borderType; field in Cea708CCParser.CaptionWindowAttr
961 public CaptionWindowAttr(CaptionColor fillColor, CaptionColor borderColor, int borderType, in CaptionWindowAttr() argument
967 this.borderType = borderType; in CaptionWindowAttr()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt28197 Landroid/media/Cea708CCParser$CaptionWindowAttr;->borderType:I