Searched defs:stall (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/libhardware/modules/camera/3_4/metadata/ |
H A D | metadata_reader_test.cpp | 281 std::array<int64_t, 4> stall{{1, 2, 3, -1}}; in TEST_F() local 291 std::array<int64_t, 4> stall{{1, 2, 0, 3}}; in TEST_F() local 301 std::array<int64_t, 5> stall{{1, 2, 3, 4, 5}}; in TEST_F() local
|
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/ |
H A D | CameraInfoCache.java | 92 long stall = map.getOutputStallDuration(formats[i], size); in CameraInfoCache() local
|
/aosp12/frameworks/av/services/camera/libcameraservice/api2/ |
H A D | HeicEncoderInfoManager.cpp | 52 bool* useGrid, int64_t* stall, AString* hevcName) const { in isSizeSupported()
|
H A D | HeicCompositeStream.cpp | 370 bool* useHeic, bool* useGrid, int64_t* stall, AString* hevcName) { in isSizeSupportedByHeifEncoder()
|
/aosp12/hardware/libhardware/modules/camera/3_4/ |
H A D | static_properties.cpp | 55 for (const auto& stall : stalls) { in ConstructStreamCapabilities() local
|
/aosp12/frameworks/av/services/camera/libcameraservice/common/ |
H A D | CameraProviderManager.cpp | 1051 int64_t stall = 0; in fillHeicStreamCombinations() local
|