Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dutils.cc68 if (stream.stream_type == StreamType::kOutput && in IsDepthStream()
78 if (stream.stream_type == StreamType::kOutput && in IsPreviewStream()
89 if (stream.stream_type == StreamType::kOutput && in IsJPEGSnapshotStream()
100 if (stream.stream_type == StreamType::kOutput && in IsOutputZslStream()
110 if (stream.stream_type == StreamType::kOutput && in IsVideoStream()
119 if (stream.stream_type == StreamType::kOutput && in IsRawStream()
145 if (stream.stream_type == StreamType::kOutput && in IsYUVSnapshotStream()
/hardware/google/camera/common/hal/tests/
Dinternal_stream_manager_tests.cc33 .stream_type = StreamType::kOutput,
43 .stream_type = StreamType::kOutput,
53 .stream_type = StreamType::kOutput,
Dtest_utils.cc37 stream->stream_type = StreamType::kOutput; in GetDummyPreviewStream()
/hardware/google/camera/common/hal/google_camera_hal/
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()
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()
Drgbird_result_request_processor.cc735 if (stream.stream_type == StreamType::kOutput) { in ConfigureStreams()
Dcamera_device_session.cc542 if (stream.stream_type == StreamType::kOutput && stream.group_id != -1) { in DeriveGroupedStreamIdMap()
1704 if (stream.stream_type != StreamType::kOutput) { in RegisterStreamsIntoCacheManagerLocked()
/hardware/google/camera/common/hal/common/
Dhal_types.h96 kOutput = 0, enumerator
120 StreamType stream_type = StreamType::kOutput;
/hardware/google/camera/common/hal/aidl_service/
Daidl_camera_device_session.cc646 if (stream.stream_type == google_camera_hal::StreamType::kOutput && in configureStreamsImpl()
Daidl_utils.cc999 *hal_stream_type = google_camera_hal::StreamType::kOutput; in ConvertToHalStreamType()