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.cpp5559 void ACodec::onOutputFormatChanged(sp<const AMessage> expectedFormat) { in onOutputFormatChanged() argument
5568 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()