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()
564 void onOutputFormatChanged(sp<const AMessage> expectedFormat = NULL);
5559 void ACodec::onOutputFormatChanged(sp<const AMessage> expectedFormat) { in onOutputFormatChanged() argument5568 if (expectedFormat != NULL) { in onOutputFormatChanged()5569 sp<const AMessage> changes = expectedFormat->changesFrom(mOutputFormat); in onOutputFormatChanged()5570 sp<const AMessage> to = mOutputFormat->changesFrom(expectedFormat); in onOutputFormatChanged()