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 439 uint64_t ESCR = ((uint64_t)br.getBits(3)) << 30;
441 ESCR |= ((uint64_t)br.getBits(15)) << 15;
443 ESCR |= br.getBits(15);
446 ALOGV("ESCR = %llu", ESCR);
ATSParser.cpp 772 uint64_t ESCR = ((uint64_t)br->getBits(3)) << 30;
774 ESCR |= ((uint64_t)br->getBits(15)) << 15;
776 ESCR |= br->getBits(15);
779 ALOGV("ESCR = %llu", ESCR);
    [all...]

Completed in 3507 milliseconds