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 470 uint64_t ESCR = ((uint64_t)br.getBits(3)) << 30;
474 ESCR |= ((uint64_t)br.getBits(15)) << 15;
478 ESCR |= br.getBits(15);
483 ALOGV("ESCR = %" PRIu64, ESCR);
ATSParser.cpp 943 uint64_t ESCR = ((uint64_t)br->getBits(3)) << 30;
947 ESCR |= ((uint64_t)br->getBits(15)) << 15;
951 ESCR |= br->getBits(15);
956 ALOGV("ESCR = %" PRIu64, ESCR);
    [all...]

Completed in 79 milliseconds