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()
1106 public static byte[] loadByteArrayFromString(final String str) { in loadByteArrayFromString() method in CodecTestBase
364 byte[] info = loadByteArrayFromString(mHdrDynamicInfo[mInputCount]); in testHdrMetadata()404 Arrays.equals(loadByteArrayFromString(pattern), staticMetadataBuffer.array())); in verifyHdrStaticInfo()413 Arrays.equals(loadByteArrayFromString(pattern), hdr10PlusInfoBuffer.array())); in verifyHdrDynamicInfo()417 private byte[] loadByteArrayFromString(final String str) { in loadByteArrayFromString() method in HDRDecoderTest493 Arrays.equals(loadByteArrayFromString(INVALID_HDR_STATIC_INFO), in testHdrToSdr()540 byte[] info = loadByteArrayFromString(mHdrDynamicInfo[mInputCount]); in testHdrToSdr()566 Arrays.equals(loadByteArrayFromString(INVALID_HDR_STATIC_INFO), in testHdrToSdr()
374 byte[] ecmData = loadByteArrayFromString(sEcmBufferStr); in testClearKeyApis()382 ByteBuffer.wrap(loadByteArrayFromString(sExpectedOutputBufferStr)); in testClearKeyApis()490 byte[] ecmData = loadByteArrayFromString(sEcmBufferStr); in testClearKeyExceptions()825 loadByteArrayFromString(sInputBufferStr)); in descrambleTestInputBuffer()833 private byte[] loadByteArrayFromString(final String str) { in loadByteArrayFromString() method in MediaCasTest