Home
last modified time | relevance | path

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

/hardware/google/easel/amber/camera/libhdrplusclient/
DHdrPlusClientUtils.cpp31 const pbcamera::StreamConfiguration &streamConfig, in getRgb() argument
33 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 …]
/hardware/google/easel/amber/camera/libhdrplusclient/include/
DHdrPlusClientUtils.h39 status_t writePpm(const std::string &filename, const pbcamera::StreamConfiguration &streamConfig,
57 status_t comparePpm(const std::string &filename, const pbcamera::StreamConfiguration &streamConfig,
/hardware/interfaces/camera/device/3.5/default/
DExternalCameraDevice.cpp104 V3_2::StreamConfiguration streamConfig = {streamsV3_2, streams.operationMode}; in isStreamCombinationSupported() local
105 auto status = ExternalCameraDeviceSession::isStreamCombinationSupported(streamConfig, in isStreamCombinationSupported()
/hardware/google/easel/amber/camera/include/
DHdrPlusTypes.h175 StreamConfiguration streamConfig; member