OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDRMProtected
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorMp3Reader.cpp
187
int32_t
isDRMProtected
= 0;
189
meta->findInt32(kKeyIsDRM, &
isDRMProtected
);
190
if (
isDRMProtected
) {
VideoEditor3gpReader.cpp
504
int32_t
isDRMProtected
= 0;
506
meta->findInt32(kKeyIsDRM, &
isDRMProtected
);
507
if (
isDRMProtected
) {
[
all
...]
Completed in 39 milliseconds