Searched refs:expectedFormat (Results 1 - 4 of 4) 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.h538 // Pass |expectedFormat| to print a warning if the format differs from it.
539 // Using sp<> instead of const sp<>& because expectedFormat is likely the current mOutputFormat
541 void onOutputFormatChanged(sp<const AMessage> expectedFormat = NULL);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h538 // Pass |expectedFormat| to print a warning if the format differs from it.
539 // Using sp<> instead of const sp<>& because expectedFormat is likely the current mOutputFormat
541 void onOutputFormatChanged(sp<const AMessage> expectedFormat = NULL);
/frameworks/av/media/libstagefright/
H A DACodec.cpp5363 void ACodec::onOutputFormatChanged(sp<const AMessage> expectedFormat) { argument
5372 if (expectedFormat != NULL) {
5373 sp<const AMessage> changes = expectedFormat->changesFrom(mOutputFormat);
5374 sp<const AMessage> to = mOutputFormat->changesFrom(expectedFormat);

Completed in 86 milliseconds