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);
5528 void ACodec::onOutputFormatChanged(sp<const AMessage> expectedFormat) { in onOutputFormatChanged() argument5537 if (expectedFormat != NULL) { in onOutputFormatChanged()5538 sp<const AMessage> changes = expectedFormat->changesFrom(mOutputFormat); in onOutputFormatChanged()5539 sp<const AMessage> to = mOutputFormat->changesFrom(expectedFormat); in onOutputFormatChanged()