OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ccType
(Results
1 - 3
of
3
) sorted by null
/packages/apps/TV/src/com/android/tv/tuner/cc/
Cea708Parser.java
262
int
ccType
= bytes[pos] & 0x03;
265
// - if either ccValid is set and
ccType
is 3
266
// - or ccValid is clear and
ccType
is 2 or 3.
268
if (
ccType
== CC_TYPE_DTVCC_PACKET_START) {
276
} else if (mDtvCcPacking &&
ccType
== CC_TYPE_DTVCC_PACKET_DATA) {
281
if ((
ccType
== CC_TYPE_DTVCC_PACKET_START ||
ccType
== CC_TYPE_DTVCC_PACKET_DATA)
[
all
...]
/developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar
/packages/apps/TV/libs/
exoplayer.jar
Completed in 54 milliseconds