Home | History | Annotate | Download | only in mpeg2ts

Lines Matching refs:ESCR

799             uint64_t ESCR = ((uint64_t)br->getBits(3)) << 30;
801 ESCR |= ((uint64_t)br->getBits(15)) << 15;
803 ESCR |= br->getBits(15);
806 ALOGV("ESCR = %" PRIu64, ESCR);