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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCallbackProcessor.cpp332 int32_t expectedFormat = useFlexibleYuv ? local
335 if (imgBuffer.format != expectedFormat) {
338 imgBuffer.format, expectedFormat);
/frameworks/av/include/media/stagefright/
H A DACodec.h531 // Pass |expectedFormat| to print a warning if the format differs from it.
532 // Using sp<> instead of const sp<>& because expectedFormat is likely the current mOutputFormat
534 void onOutputFormatChanged(sp<const AMessage> expectedFormat = NULL);
/frameworks/av/media/libstagefright/
H A DACodec.cpp5180 void ACodec::onOutputFormatChanged(sp<const AMessage> expectedFormat) { argument
5189 if (expectedFormat != NULL) {
5190 sp<const AMessage> changes = expectedFormat->changesFrom(mOutputFormat);
5191 sp<const AMessage> to = mOutputFormat->changesFrom(expectedFormat);

Completed in 380 milliseconds