Searched refs:ESCR (Results 1 – 2 of 2) sorted by relevance
471 uint64_t ESCR = ((uint64_t)br.getBits(3)) << 30; in dequeuePES() local475 ESCR |= ((uint64_t)br.getBits(15)) << 15; in dequeuePES()479 ESCR |= br.getBits(15); in dequeuePES()484 ALOGV("ESCR = %" PRIu64, ESCR); in dequeuePES()
1191 uint64_t ESCR = ((uint64_t)br->getBits(3)) << 30; in parsePES() local1195 ESCR |= ((uint64_t)br->getBits(15)) << 15; in parsePES()1199 ESCR |= br->getBits(15); in parsePES()1204 ALOGV("ESCR = %" PRIu64, ESCR); in parsePES()