Searched defs:cc_type (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.cpp126 // In CEA-608, streams from packets which have the value 0 of cc_type contain CC1 and CC2, and
127 // streams from packets which have the value 1 of cc_type contain CC3 and CC4.
128 // The following array indicates the current transmitting channels for each value of cc_type.
359 uint8_t cc_type = br.getBits(2); local
362 if (cc_type == 3) {
371 } else if (mDTVCCPacket->size() > 0 && cc_type == 2) {
375 } else if (cc_type == 0 || cc_type == 1) {
379 CCData cc(cc_type, cc_data_1, cc_data_2);
387 mLine21Channels[cc_type]
[all...]

Completed in 50 milliseconds