Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
H A DCea708Data.java256 public final int effectSpeed; field in Cea708Data.CaptionWindowAttr
268 int effectSpeed, in CaptionWindowAttr() argument
278 this.effectSpeed = effectSpeed; in CaptionWindowAttr()
H A DCea708Parser.java708 int effectSpeed = (data[pos + 3] & 0xf0) >> 4; in parseC1() local
724 effectSpeed, in parseC1()
742 effectSpeed, in parseC1()
/aosp12/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java557 int effectSpeed = (data[pos + 3] & 0xf0) >> 4; in parseC1() local
564 effectDirection, effectSpeed, displayEffect))); in parseC1()
572 scrollDirection, justify, effectDirection, effectSpeed, displayEffect)); in parseC1()
958 public final int effectSpeed; field in Cea708CCParser.CaptionWindowAttr
964 int effectSpeed, int displayEffect) { in CaptionWindowAttr() argument
973 this.effectSpeed = effectSpeed; in CaptionWindowAttr()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt28200 Landroid/media/Cea708CCParser$CaptionWindowAttr;->effectSpeed:I