OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/mpeg2ts/
ESQueue.cpp
428
bool
protection_absent
= bits.getBits(1) != 0;
local
477
size_t headerSize =
protection_absent
? 7 : 9;
/frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp
1292
bool
protection_absent
= bits.getBits(1) != 0;
local
[
all
...]
Completed in 398 milliseconds