Home
last modified time | relevance | path

Searched refs:kOutput (Results 1 – 11 of 11) sorted by relevance

/aosp12/hardware/google/camera/common/hal/utils/
H A Dutils.cc40 if (stream.stream_type == StreamType::kOutput && in IsDepthStream()
50 if (stream.stream_type == StreamType::kOutput && in IsPreviewStream()
61 if (stream.stream_type == StreamType::kOutput && in IsJPEGSnapshotStream()
72 if (stream.stream_type == StreamType::kOutput && in IsOutputZslStream()
82 if (stream.stream_type == StreamType::kOutput && in IsVideoStream()
91 if (stream.stream_type == StreamType::kOutput && in IsRawStream()
117 if (stream.stream_type == StreamType::kOutput && in IsYUVSnapshotStream()
H A Dmulticam_realtime_process_block.cc114 if (stream.stream_type != StreamType::kOutput || in GetCameraStreamConfigurationMap()
/aosp12/system/extras/partition_tools/
H A Dlpmake.cc105 kOutput = 'o', enumerator
175 { "output", required_argument, nullptr, (int)Option::kOutput }, in main()
176 { "help", no_argument, nullptr, (int)Option::kOutput }, in main()
249 case Option::kOutput: in main()
/aosp12/hardware/google/camera/common/hal/tests/
H A Dinternal_stream_manager_tests.cc33 .stream_type = StreamType::kOutput,
43 .stream_type = StreamType::kOutput,
53 .stream_type = StreamType::kOutput,
H A Dtest_utils.cc37 stream->stream_type = StreamType::kOutput; in GetDummyPreviewStream()
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Drealtime_zsl_request_processor.cc69 entry.data.i32[4 * i + 3] == static_cast<int32_t>(StreamType::kOutput)) { in SelectWidthAndHeight()
89 entry.data.i32[4 * i + 3] == static_cast<int32_t>(StreamType::kOutput)) { in SelectWidthAndHeight()
216 stream_to_add.stream_type = StreamType::kOutput; in ConfigureStreams()
H A Drgbird_rt_request_processor.cc333 yuv_stream.stream_type = StreamType::kOutput; in CreateDepthInternalStreams()
363 raw_stream[i].stream_type = StreamType::kOutput; in CreateDepthInternalStreams()
401 raw_stream.stream_type = StreamType::kOutput; in RegisterHdrplusInternalRaw()
H A Drgbird_result_request_processor.cc734 if (stream.stream_type == StreamType::kOutput) { in ConfigureStreams()
H A Dcamera_device_session.cc518 if (stream.stream_type == StreamType::kOutput && stream.group_id != -1) { in DeriveGroupedStreamIdMap()
1653 if (stream.stream_type != StreamType::kOutput) { in RegisterStreamsIntoCacheManagerLocked()
/aosp12/hardware/google/camera/common/hal/common/
H A Dhal_types.h95 kOutput = 0, enumerator
112 StreamType stream_type = StreamType::kOutput;
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_utils.cc929 *hal_stream_type = google_camera_hal::StreamType::kOutput; in ConvertToHalStreamType()