Home
last modified time | relevance | path

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

/cts/tests/tests/media/libmediandkjni/
Dnative_media_source.h41 mColorFormat(colorFormat), in Source()
61 int32_t mColorFormat; variable
/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp47 int mColorFormat; member in CodecEncoderTest
91 mColorFormat{colorFormat} {
137 if (mColorFormat == COLOR_FormatYUV420SemiPlanar) { in setUpSource()
186 AMediaFormat_setInt32(format, AMEDIAFORMAT_KEY_COLOR_FORMAT, mColorFormat); in setUpParams()
226 if (mColorFormat == COLOR_FormatYUV420SemiPlanar) { in fillByteBuffer()
238 if (mColorFormat == COLOR_FormatYUV420SemiPlanar) { in fillByteBuffer()