Searched refs: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.
365 uint8_t cc_type = br.getBits(2); local
368 if (cc_type == 3) {
377 } else if (mDTVCCPacket->size() > 0 && cc_type == 2) {
381 } else if (cc_type == 0 || cc_type == 1) {
385 CCData cc(cc_type, cc_data_1, cc_data_2);
393 mLine21Channels[cc_type]
[all...]

Completed in 429 milliseconds