Home
last modified time | relevance | path

Searched defs:expectedFormat (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DLanguageOnSpacebarUtilsTests.java103 final int expectedFormat) { in assertFormatType()
106 + " in " + systemLocale, expectedFormat, in assertFormatType() local
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCallbackProcessor.cpp343 int32_t expectedFormat = useFlexibleYuv ? in processNewCallback() local
/aosp12/packages/services/Car/cpp/computepipe/tests/runner/stream_manager/
H A DPixelStreamManagerTest.cpp66 AHardwareBuffer_Format expectedFormat = PixelFormatToHardwareBufferFormat(info.format); variable
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp5757 void ACodec::onOutputFormatChanged(sp<const AMessage> expectedFormat) { in onOutputFormatChanged()