Home
last modified time | relevance | path

Searched refs:STREAM_CONFIG_SIZE (Results 1 – 1 of 1) sorted by relevance

/frameworks/hardware/interfaces/cameraservice/vts/functional/
DVtsHalCameraServiceV2_0TargetTest.cpp286 const size_t STREAM_CONFIG_SIZE = 4; in getDepthStreamConfiguration() local
287 if (rawEntry.count < STREAM_CONFIG_SIZE) { in getDepthStreamConfiguration()
290 EXPECT_TRUE((rawEntry.count % STREAM_CONFIG_SIZE) == 0); in getDepthStreamConfiguration()
291 for (size_t i = 0; i < rawEntry.count; i += STREAM_CONFIG_SIZE) { in getDepthStreamConfiguration()