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

  /hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.h 34 DTS,
AudioUtil.cpp 44 case DTS:
45 ALOGV("Format:DTS");
57 ALOGV("Format:DTS-HD");
  /frameworks/native/libs/vr/libdvr/tests/
Android.mk 42 # DTS Should only link to NDK libraries.
69 # DTS Should only link to NDK libraries.
  /frameworks/av/media/extractors/mpeg2/
MPEG2PSExtractor.cpp 69 uint64_t PTS, uint64_t DTS,
407 uint64_t PTS = 0, DTS = 0;
445 DTS = ((uint64_t)br.getBits(3)) << 30;
449 DTS |= ((uint64_t)br.getBits(15)) << 15;
453 DTS |= br.getBits(15);
458 ALOGV("DTS = %" PRIu64, DTS);
566 PTS_DTS_flags, PTS, DTS, br.data(), dataLength);
688 uint64_t PTS, uint64_t /* DTS */,
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 242 unsigned PTS_DTS_flags, uint64_t PTS, uint64_t DTS,
    [all...]
  /hardware/interfaces/audio/common/2.0/
types.hal 210 DTS = 0x0B000000UL,
    [all...]
  /hardware/interfaces/audio/common/4.0/
types.hal 198 DTS = 0x0B000000UL,
    [all...]

Completed in 843 milliseconds