Searched refs:streamConfig (Results 1 – 4 of 4) sorted by relevance
31 const pbcamera::StreamConfiguration &streamConfig, in getRgb() argument33 switch (streamConfig.image.format) { in getRgb()37 if (streamConfig.image.planes.size() != 2) { in getRgb()39 streamConfig.image.planes.size()); in getRgb()44 uint32_t yIndex = y * streamConfig.image.planes[0].stride + x; in getRgb()45 uint32_t vIndex = streamConfig.image.planes[0].scanline * in getRgb()46 streamConfig.image.planes[0].stride + in getRgb()47 (y / 2) * streamConfig.image.planes[1].stride + (x & ~0x1); in getRgb()62 if (streamConfig.image.planes.size() != 1) { in getRgb()64 streamConfig.image.planes.size()); in getRgb()[all …]
39 status_t writePpm(const std::string &filename, const pbcamera::StreamConfiguration &streamConfig,57 status_t comparePpm(const std::string &filename, const pbcamera::StreamConfiguration &streamConfig,
104 V3_2::StreamConfiguration streamConfig = {streamsV3_2, streams.operationMode}; in isStreamCombinationSupported() local105 auto status = ExternalCameraDeviceSession::isStreamCombinationSupported(streamConfig, in isStreamCombinationSupported()
175 StreamConfiguration streamConfig; member