Searched refs:expectedFormat (Results 1 - 5 of 5) 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.h549 // Pass |expectedFormat| to print a warning if the format differs from it.
550 // Using sp<> instead of const sp<>& because expectedFormat is likely the current mOutputFormat
552 void onOutputFormatChanged(sp<const AMessage> expectedFormat = NULL);
/frameworks/av/media/libstagefright/foundation/include/
H A DACodec.h549 // Pass |expectedFormat| to print a warning if the format differs from it.
550 // Using sp<> instead of const sp<>& because expectedFormat is likely the current mOutputFormat
552 void onOutputFormatChanged(sp<const AMessage> expectedFormat = NULL);
/frameworks/av/media/libstagefright/include/
H A DACodec.h549 // Pass |expectedFormat| to print a warning if the format differs from it.
550 // Using sp<> instead of const sp<>& because expectedFormat is likely the current mOutputFormat
552 void onOutputFormatChanged(sp<const AMessage> expectedFormat = NULL);
/frameworks/av/media/libstagefright/
H A DACodec.cpp5249 void ACodec::onOutputFormatChanged(sp<const AMessage> expectedFormat) { argument
5258 if (expectedFormat != NULL) {
5259 sp<const AMessage> changes = expectedFormat->changesFrom(mOutputFormat);
5260 sp<const AMessage> to = mOutputFormat->changesFrom(expectedFormat);

Completed in 103 milliseconds