Searched refs:isDRMProtected (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorMp3Reader.cpp187 int32_t isDRMProtected = 0; local
189 meta->findInt32(kKeyIsDRM, &isDRMProtected);
190 if (isDRMProtected) {
H A DVideoEditor3gpReader.cpp504 int32_t isDRMProtected = 0; local
506 meta->findInt32(kKeyIsDRM, &isDRMProtected);
507 if (isDRMProtected) {

Completed in 31 milliseconds