Home
last modified time | relevance | path

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

/frameworks/hardware/interfaces/cameraservice/vts/functional/
DVtsAidlCameraServiceTargetTest.cpp371 const size_t STREAM_CONFIG_SIZE = 4; in getStreamConfiguration() local
372 if (rawEntry.count < STREAM_CONFIG_SIZE) { in getStreamConfiguration()
375 EXPECT_TRUE((rawEntry.count % STREAM_CONFIG_SIZE) == 0); in getStreamConfiguration()
376 for (size_t i = 0; i < rawEntry.count; i += STREAM_CONFIG_SIZE) { in getStreamConfiguration()
DVtsHalCameraServiceV2_0TargetTest.cpp361 const size_t STREAM_CONFIG_SIZE = 4; in getStreamConfiguration() local
362 if (rawEntry.count < STREAM_CONFIG_SIZE) { in getStreamConfiguration()
365 EXPECT_TRUE((rawEntry.count % STREAM_CONFIG_SIZE) == 0); in getStreamConfiguration()
366 for (size_t i = 0; i < rawEntry.count; i += STREAM_CONFIG_SIZE) { in getStreamConfiguration()