HomeSort by relevance Sort by last modified time
    Searched defs:encryptedbytes (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/ndk/
NdkMediaCodec.cpp 745 size_t *encryptedbytes; member in struct:AMediaCodecCryptoInfo
760 subSamples[i].mNumBytesOfEncryptedData = crypto->encryptedbytes[i];
811 size_t *encryptedbytes) {
827 // clearbytes and encryptedbytes point at the actual data, which follows
829 ret->encryptedbytes = ret->clearbytes + numsubsamples; // point after the clear sizes
832 memcpy(ret->encryptedbytes, encryptedbytes, numsubsamples * sizeof(size_t));
901 memcpy(dst, ci->encryptedbytes, sizeof(size_t) * ci->numsubsamples);
  /cts/tests/tests/media/libmediandkjni/
native-media-jni.cpp 883 size_t encryptedbytes[4] = { 8, 7, 6, 5 }; local
886 AMediaCodecCryptoInfo_new(numsubsamples, key, iv, AMEDIACODECRYPTOINFO_MODE_CLEAR, clearbytes, encryptedbytes);
914 if (memcmp(encryptedbytes, sizes, sizeof(size_t) * numsubsamples)) {
    [all...]

Completed in 138 milliseconds