Searched refs:ESCR (Results 1 – 2 of 2) sorted by relevance
470 uint64_t ESCR = ((uint64_t)br.getBits(3)) << 30; in dequeuePES() local474 ESCR |= ((uint64_t)br.getBits(15)) << 15; in dequeuePES()478 ESCR |= br.getBits(15); in dequeuePES()483 ALOGV("ESCR = %" PRIu64, ESCR); in dequeuePES()
1162 uint64_t ESCR = ((uint64_t)br->getBits(3)) << 30; in parsePES() local1166 ESCR |= ((uint64_t)br->getBits(15)) << 15; in parsePES()1170 ESCR |= br->getBits(15); in parsePES()1175 ALOGV("ESCR = %" PRIu64, ESCR); in parsePES()