Searched refs:borderType (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/data/ |
H A D | Cea708Data.java | 250 public final int borderType; field in Cea708Data.CaptionWindowAttr 262 int borderType, in CaptionWindowAttr() argument 272 this.borderType = borderType; in CaptionWindowAttr()
|
H A D | Cea708Parser.java | 698 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 D | Cea708CaptionRenderer.java | 547 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 D | hiddenapi-max-target-o.txt | 28197 Landroid/media/Cea708CCParser$CaptionWindowAttr;->borderType:I
|