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.java54 private MediaFormat mOutputFormat; field in CodecState
103 mOutputFormat = null; in release()
192 mOutputFormat = mCodec.getOutputFormat(); in doSomeWork()
277 String mime = mOutputFormat.getString(MediaFormat.KEY_MIME); in onOutputFormatChanged()
285 mOutputFormat.getInteger(MediaFormat.KEY_SAMPLE_RATE); in onOutputFormatChanged()
288 mOutputFormat.getInteger(MediaFormat.KEY_CHANNEL_COUNT); in onOutputFormatChanged()
306 int width = mOutputFormat.getInteger(MediaFormat.KEY_WIDTH); in onOutputFormatChanged()
307 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