HomeSort by relevance Sort by last modified time
    Searched refs:ccType (Results 1 - 3 of 3) sorted by null

  /packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
Cea708Parser.java 287 int ccType = bytes[pos] & 0x03;
290 // - if either ccValid is set and ccType is 3
291 // - or ccValid is clear and ccType is 2 or 3.
293 if (ccType == CC_TYPE_DTVCC_PACKET_START) {
301 } else if (mDtvCcPacking && ccType == CC_TYPE_DTVCC_PACKET_DATA) {
306 if ((ccType == CC_TYPE_DTVCC_PACKET_START || ccType == CC_TYPE_DTVCC_PACKET_DATA)
    [all...]
  /packages/apps/TV/tuner/src/com/android/tv/tuner/ts/
SectionParser.java     [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 848 milliseconds