Searched refs:expectedFormat (Results 1 – 3 of 3) sorted by relevance
332 int32_t expectedFormat = useFlexibleYuv ? in processNewCallback() local335 if (imgBuffer.format != expectedFormat) { in processNewCallback()338 imgBuffer.format, expectedFormat); in processNewCallback()
541 void onOutputFormatChanged(sp<const AMessage> expectedFormat = NULL);
5363 void ACodec::onOutputFormatChanged(sp<const AMessage> expectedFormat) { in onOutputFormatChanged() argument5372 if (expectedFormat != NULL) { in onOutputFormatChanged()5373 sp<const AMessage> changes = expectedFormat->changesFrom(mOutputFormat); in onOutputFormatChanged()5374 sp<const AMessage> to = mOutputFormat->changesFrom(expectedFormat); in onOutputFormatChanged()