HomeSort by relevance Sort by last modified time
    Searched refs:ESCR (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/mpeg2ts/
MPEG2PSExtractor.cpp 442 uint64_t ESCR = ((uint64_t)br.getBits(3)) << 30;
444 ESCR |= ((uint64_t)br.getBits(15)) << 15;
446 ESCR |= br.getBits(15);
449 ALOGV("ESCR = %" PRIu64, ESCR);
ATSParser.cpp 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);
    [all...]

Completed in 3071 milliseconds