Searched refs:STREAM_CONFIG_SIZE (Results 1 – 1 of 1) sorted by relevance
286 const size_t STREAM_CONFIG_SIZE = 4; in getDepthStreamConfiguration() local287 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()