OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VIDEO_CLEAR_LEAD
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/mpeg2ts/
HlsSampleDecryptor.h
51
static const int
VIDEO_CLEAR_LEAD
= 32;
HlsSampleDecryptor.cpp
87
bool isEncrypted = (nalSize >
VIDEO_CLEAR_LEAD
+ AES_BLOCK_SIZE);
109
size_t offset =
VIDEO_CLEAR_LEAD
;
110
size_t remainingBytes = nalSize -
VIDEO_CLEAR_LEAD
;
Completed in 69 milliseconds