HomeSort by relevance Sort by last modified time
    Searched defs:protection_absent (Results 1 - 4 of 4) sorted by null

  /external/aac/libMpegTPEnc/src/
tpenc_adts.h 106 UCHAR protection_absent; member in struct:__anon2589
  /external/aac/libMpegTPDec/src/
tpdec_adts.h 115 UCHAR protection_absent; member in struct:__anon2574
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 906 bool protection_absent = bits.getBits(1) != 0; local
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 428 bool protection_absent = bits.getBits(1) != 0; local
477 size_t headerSize = protection_absent ? 7 : 9;

Completed in 783 milliseconds