Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/hidl_service/
Dhidl_camera_device.cc224 StreamConfiguration streams3_7; in isStreamCombinationSupported() local
226 hidl_utils::ConvertStreamConfigurationV34ToV37(streams, &streams3_7); in isStreamCombinationSupported()
228 return isStreamCombinationSupported_3_7(streams3_7, _hidl_cb); in isStreamCombinationSupported()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp6918 ::android::hardware::hidl_vec<V3_7::Stream> streams3_7(streams3_2.size()); in createStreamConfiguration()
6929 streams3_7[idx] = {stream, /*groupId*/ -1, {ANDROID_SENSOR_PIXEL_MODE_DEFAULT}}; in createStreamConfiguration()
6933 *config3_7 = {streams3_7, configMode, {}, 0, false}; in createStreamConfiguration()
7018 ::android::hardware::hidl_vec<V3_7::Stream> streams3_7(1); in configureStreams3_7()
7019 streams3_7[0].groupId = -1; in configureStreams3_7()
7020 streams3_7[0].sensorPixelModesUsed = { in configureStreams3_7()
7022 streams3_7[0].v3_4.bufferSize = 0; in configureStreams3_7()
7023 streams3_7[0].v3_4.v3_2.id = 0; in configureStreams3_7()
7024 streams3_7[0].v3_4.v3_2.streamType = StreamType::OUTPUT; in configureStreams3_7()
7025 streams3_7[0].v3_4.v3_2.width = static_cast<uint32_t>(maxSize.width); in configureStreams3_7()
[all …]