Searched refs:loadByteArrayFromString (Results 1 – 5 of 5) sorted by relevance
73 insertHdrDynamicInfo(loadByteArrayFromString(info)); in enqueueInput()86 ByteBuffer.wrap(loadByteArrayFromString(hdr10Info)), in dequeueOutput()97 ? ByteBuffer.wrap(loadByteArrayFromString(hdrStaticInfoStream)) : null; in validateHDRInfo()99 ? ByteBuffer.wrap(loadByteArrayFromString(hdrStaticInfoContainer)) : null; in validateHDRInfo()
73 insertHdrDynamicInfo(loadByteArrayFromString(info)); in enqueueInput()100 ? ByteBuffer.wrap(loadByteArrayFromString(hdrStaticInfo)) : null; in validateHDRInfo()163 ByteBuffer.wrap(loadByteArrayFromString(entry.getValue())); in validateHDRInfo()165 loadByteArrayFromString(mHdrDynamicInfoReceived.get(pts))); in validateHDRInfo()
992 public static byte[] loadByteArrayFromString(final String str) { in loadByteArrayFromString() method in CodecTestBase
357 byte[] info = loadByteArrayFromString(mHdrDynamicInfo[mInputCount]); in testHdrMetadata()397 Arrays.equals(loadByteArrayFromString(pattern), staticMetadataBuffer.array())); in verifyHdrStaticInfo()406 Arrays.equals(loadByteArrayFromString(pattern), hdr10PlusInfoBuffer.array())); in verifyHdrDynamicInfo()410 private byte[] loadByteArrayFromString(final String str) { in loadByteArrayFromString() method in HDRDecoderTest486 Arrays.equals(loadByteArrayFromString(INVALID_HDR_STATIC_INFO), in testHdrToSdr()533 byte[] info = loadByteArrayFromString(mHdrDynamicInfo[mInputCount]); in testHdrToSdr()559 Arrays.equals(loadByteArrayFromString(INVALID_HDR_STATIC_INFO), in testHdrToSdr()
375 byte[] ecmData = loadByteArrayFromString(sEcmBufferStr); in testClearKeyApis()383 ByteBuffer.wrap(loadByteArrayFromString(sExpectedOutputBufferStr)); in testClearKeyApis()491 byte[] ecmData = loadByteArrayFromString(sEcmBufferStr); in testClearKeyExceptions()826 loadByteArrayFromString(sInputBufferStr)); in descrambleTestInputBuffer()834 private byte[] loadByteArrayFromString(final String str) { in loadByteArrayFromString() method in MediaCasTest