Searched refs:encoderInputFormat (Results 1 – 1 of 1) sorted by relevance
224 AMediaFormat* encoderInputFormat = AMediaCodec_getInputFormat(mCodec); in Start() local226 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()