Searched refs:ESCR (Results 1 – 2 of 2) sorted by relevance
478 uint64_t ESCR = ((uint64_t)br.getBits(3)) << 30; in dequeuePES() local482 ESCR |= ((uint64_t)br.getBits(15)) << 15; in dequeuePES()486 ESCR |= br.getBits(15); in dequeuePES()491 ALOGV("ESCR = %" PRIu64, ESCR); in dequeuePES()
1363 uint64_t ESCR = ((uint64_t)br->getBits(3)) << 30; in parsePES() local1367 ESCR |= ((uint64_t)br->getBits(15)) << 15; in parsePES()1371 ESCR |= br->getBits(15); in parsePES()1376 ALOGV("ESCR = %" PRIu64, ESCR); in parsePES()