Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/android/
DImsMediaVideoSource.cpp224 AMediaFormat* encoderInputFormat = AMediaCodec_getInputFormat(mCodec); in Start() local
226 if (encoderInputFormat != nullptr) in Start()
230 AMediaFormat_getInt32(encoderInputFormat, AMEDIAFORMAT_KEY_WIDTH, &width); in Start()
231 AMediaFormat_getInt32(encoderInputFormat, AMEDIAFORMAT_KEY_HEIGHT, &height); in Start()
232 AMediaFormat_getInt32(encoderInputFormat, AMEDIAFORMAT_KEY_STRIDE, &mCodecStride); in Start()
233 AMediaFormat_delete(encoderInputFormat); in Start()