OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProtectionSystemSpecificHeader
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/mp4/
box_definitions.cc
24
ProtectionSystemSpecificHeader
::
ProtectionSystemSpecificHeader
() {}
25
ProtectionSystemSpecificHeader
::~
ProtectionSystemSpecificHeader
() {}
26
FourCC
ProtectionSystemSpecificHeader
::BoxType() const { return FOURCC_PSSH; }
28
bool
ProtectionSystemSpecificHeader
::Parse(BoxReader* reader) {
box_definitions.h
42
struct MEDIA_EXPORT
ProtectionSystemSpecificHeader
: Box {
43
DECLARE_BOX_METHODS(
ProtectionSystemSpecificHeader
);
289
std::vector<
ProtectionSystemSpecificHeader
> pssh;
367
std::vector<
ProtectionSystemSpecificHeader
> pssh;
Completed in 450 milliseconds