Home
last modified time | relevance | path

Searched refs:findByteBufferColorFormat (Results 1 – 2 of 2) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderTest.java390 int colorFormat = findByteBufferColorFormat(mCodecName, mMediaType); in testSimpleEncodeNative()
535 int colorFormat = findByteBufferColorFormat(mCodecName, mMediaType); in testReconfigureNative()
601 int colorFormat = findByteBufferColorFormat(mCodecName, mMediaType); in testOnlyEosNative()
695 int colorFormat = findByteBufferColorFormat(mCodecName, mMediaType); in testSetForceSyncFrameNative()
783 int colorFormat = findByteBufferColorFormat(mCodecName, mMediaType); in testAdaptiveBitRateNative()
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecEncoderTestBase.java113 public static int findByteBufferColorFormat(String encoder, String mediaType) in findByteBufferColorFormat() method in CodecEncoderTestBase