Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DCodecState.java51 private MediaFormat mOutputFormat; field in CodecState
93 mOutputFormat = null; in release()
177 mOutputFormat = mCodec.getOutputFormat(); in doSomeWork()
275 String mime = mOutputFormat.getString(MediaFormat.KEY_MIME); in onOutputFormatChanged()
283 mOutputFormat.getInteger(MediaFormat.KEY_SAMPLE_RATE); in onOutputFormatChanged()
286 mOutputFormat.getInteger(MediaFormat.KEY_CHANNEL_COUNT); in onOutputFormatChanged()
304 int width = mOutputFormat.getInteger(MediaFormat.KEY_WIDTH); in onOutputFormatChanged()
305 int height = mOutputFormat.getInteger(MediaFormat.KEY_HEIGHT); in onOutputFormatChanged()
/cts/tests/tests/media/libmediandkjni/
Dnative_media_utils.h175 mOutputFormat = fmt; in setOutputFormat()
190 std::shared_ptr<AMediaFormat> mOutputFormat; member