Home
last modified time | relevance | path

Searched refs:isEncrypted (Results 1 – 23 of 23) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
DCencSampleEncryptionInformationGroupEntry.java37 private int isEncrypted; field in CencSampleEncryptionInformationGroupEntry
43 isEncrypted = IsoTypeReader.readUInt24(byteBuffer); in parse()
53 IsoTypeWriter.writeUInt24(byteBuffer, isEncrypted); in get()
61 return isEncrypted; in getEncrypted()
65 isEncrypted = encrypted; in setEncrypted()
88 "isEncrypted=" + isEncrypted + in toString()
105 if (isEncrypted != that.isEncrypted) { in equals()
120 int result = isEncrypted; in hashCode()
/external/fonttools/Lib/fontTools/t1Lib/
D__init__.py209 for isEncrypted, chunk in chunks:
210 if isEncrypted and isHex(chunk[:4]):
226 for isEncrypted, chunk in chunks:
227 if isEncrypted:
244 for isEncrypted, chunk in chunks:
245 if isEncrypted:
258 for isEncrypted, chunk in chunks:
259 if isEncrypted:
291 for isEncrypted, chunk in chunks:
292 if isEncrypted:
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DTrackEncryptionBox.java35 public final boolean isEncrypted; field in TrackEncryptionBox
67 boolean isEncrypted, in TrackEncryptionBox() argument
75 this.isEncrypted = isEncrypted; in TrackEncryptionBox()
DFragmentedMp4Extractor.java1693 return encryptionBox != null && encryptionBox.isEncrypted ? encryptionBox : null; in getEncryptionBoxIfEncrypted()
/external/webrtc/sdk/objc/api/peerconnection/
DRTCRtpHeaderExtension.h27 @property(nonatomic, readonly, getter=isEncrypted) BOOL encrypted;
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/source/
DSampleQueueTest.java1259 assertThat(inputBuffer.isEncrypted()).isFalse(); in assertReadEndOfStream()
1290 boolean isEncrypted = (ENCRYPTED_SAMPLES_FLAGS[sampleIndex] & C.BUFFER_FLAG_ENCRYPTED) != 0; in assertReadEncryptedSample()
1294 isEncrypted, in assertReadEncryptedSample()
1297 ENCRYPTED_SAMPLE_SIZES[sampleIndex] - (isEncrypted ? 2 : 0)); in assertReadEncryptedSample()
1314 boolean isEncrypted, in assertReadSample() argument
1333 assertThat(inputBuffer.isEncrypted()).isEqualTo(isEncrypted); in assertReadSample()
1364 assertThat(inputBuffer.isEncrypted()).isFalse(); in assertInputBufferHasNoDefaultFlagsSet()
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h29 #define _7Z_DECODER_CRYPRO_VARS_DECL , ICryptoGetTextPassword *getTextPassword, bool &isEncrypted, …
30 #define _7Z_DECODER_CRYPRO_VARS , getTextPassword, isEncrypted, passwordIsDefined, password
D7zExtract.cpp351 bool isEncrypted = false; in Extract() local
D7zUpdate.cpp1486 bool isEncrypted = false; in Execute() local
1676 const bool isEncrypted = f.IsEncrypted(); in Update() local
1695 if (isEncrypted) in Update()
2124 bool isEncrypted = false; in Update() local
D7zDecode.cpp413 isEncrypted = true; in Decode()
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/decoder/
DDecoderInputBuffer.java169 public final boolean isEncrypted() { in isEncrypted() method in DecoderInputBuffer
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/metadata/id3/
DId3Decoder.java323 boolean isEncrypted = false; in decodeFrame()
329 isEncrypted = (flags & FRAME_FLAG_V3_IS_ENCRYPTED) != 0; in decodeFrame()
336 isEncrypted = (flags & FRAME_FLAG_V4_IS_ENCRYPTED) != 0; in decodeFrame()
341 if (isCompressed || isEncrypted) { in decodeFrame()
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp643 bool isEncrypted = false; in ReportExtractResult() local
678 RINOK(Archive_GetItemBoolProp(Archive, index, kpidEncrypted, isEncrypted)); in ReportExtractResult()
689 return Callback->ReportExtractResult(opRes, BoolToInt(isEncrypted), s); in ReportExtractResult()
DUpdateCallback.h42 virtual HRESULT ReportExtractResult(Int32 opRes, Int32 isEncrypted, const wchar_t *name) x; \
DArchiveExtractCallback.cpp1616 bool isEncrypted = false; in ReportExtractResult() local
1624 RINOK(Archive_GetItemBoolProp(_arc->Archive, index, kpidEncrypted, isEncrypted)); in ReportExtractResult()
1633 return _folderArchiveExtractCallback2->ReportExtractResult(opRes, isEncrypted, s); in ReportExtractResult()
/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp564 HRESULT CUpdateCallbackConsole::ReportExtractResult(Int32 opRes, Int32 isEncrypted, const wchar_t *… in ReportExtractResult() argument
578 SetExtractErrorMessage(opRes, isEncrypted, s); in ReportExtractResult()
/external/exoplayer/tree/extensions/vp9/src/main/java/com/google/android/exoplayer2/ext/vp9/
DVpxDecoder.java135 final long result = inputBuffer.isEncrypted() in decode()
/external/exoplayer/tree/extensions/opus/src/main/java/com/google/android/exoplayer2/ext/opus/
DOpusDecoder.java171 int result = inputBuffer.isEncrypted() in decode()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/
DSampleDataQueue.java123 if (buffer.isEncrypted()) { in readToBuffer()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/
DDecoderAudioRenderer.java423 boolean bufferEncrypted = inputBuffer.isEncrypted(); in feedInputBuffer()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/
DDecoderVideoRenderer.java737 boolean bufferEncrypted = inputBuffer.isEncrypted(); in feedInputBuffer()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DMatroskaExtractor.java1343 boolean isEncrypted = (sampleSignalByte & 0x01) == 0x01; in writeSampleData()
1344 if (isEncrypted) { in writeSampleData()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/
DMediaCodecRenderer.java1290 boolean bufferEncrypted = buffer.isEncrypted(); in feedInputBuffer()