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.cpp346 const size_t STREAM_CONFIG_SIZE = 4; in getDepthStreamConfiguration() local
347 if (rawEntry.count < STREAM_CONFIG_SIZE) { in getDepthStreamConfiguration()
350 EXPECT_TRUE((rawEntry.count % STREAM_CONFIG_SIZE) == 0); in getDepthStreamConfiguration()
351 for (size_t i = 0; i < rawEntry.count; i += STREAM_CONFIG_SIZE) { in getDepthStreamConfiguration()