Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DCallbackProcessor.cpp332 int32_t expectedFormat = useFlexibleYuv ? in processNewCallback() local
335 if (imgBuffer.format != expectedFormat) { in processNewCallback()
338 imgBuffer.format, expectedFormat); in processNewCallback()
/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h564 void onOutputFormatChanged(sp<const AMessage> expectedFormat = NULL);
/frameworks/av/media/libstagefright/
DACodec.cpp5528 void ACodec::onOutputFormatChanged(sp<const AMessage> expectedFormat) { in onOutputFormatChanged() argument
5537 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()