Searched refs:mOutputFormat (Results 1 – 2 of 2) sorted by relevance
54 private MediaFormat mOutputFormat; field in CodecState103 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()
175 mOutputFormat = fmt; in setOutputFormat()190 std::shared_ptr<AMediaFormat> mOutputFormat; member