Searched refs:kOutput (Results 1 – 11 of 11) sorted by relevance
/aosp12/hardware/google/camera/common/hal/utils/ |
H A D | utils.cc | 40 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 D | multicam_realtime_process_block.cc | 114 if (stream.stream_type != StreamType::kOutput || in GetCameraStreamConfigurationMap()
|
/aosp12/system/extras/partition_tools/ |
H A D | lpmake.cc | 105 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 D | internal_stream_manager_tests.cc | 33 .stream_type = StreamType::kOutput, 43 .stream_type = StreamType::kOutput, 53 .stream_type = StreamType::kOutput,
|
H A D | test_utils.cc | 37 stream->stream_type = StreamType::kOutput; in GetDummyPreviewStream()
|
/aosp12/hardware/google/camera/common/hal/google_camera_hal/ |
H A D | realtime_zsl_request_processor.cc | 69 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 D | rgbird_rt_request_processor.cc | 333 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 D | rgbird_result_request_processor.cc | 734 if (stream.stream_type == StreamType::kOutput) { in ConfigureStreams()
|
H A D | camera_device_session.cc | 518 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 D | hal_types.h | 95 kOutput = 0, enumerator 112 StreamType stream_type = StreamType::kOutput;
|
/aosp12/hardware/google/camera/common/hal/hidl_service/ |
H A D | hidl_utils.cc | 929 *hal_stream_type = google_camera_hal::StreamType::kOutput; in ConvertToHalStreamType()
|