/aosp_15_r20/hardware/google/camera/common/hal/google_camera_hal/ |
D | camera_device_session.cc | 144 for (auto& stream_buffer : result->output_buffers) { in UpdatePendingRequest() local 1053 for (auto& stream_buffer : result->output_buffers) { in TryHandlePlaceholderResult() local 1078 for (auto& stream_buffer : result->output_buffers) { in TryHandlePlaceholderResult() local 1146 for (auto& stream_buffer : request.output_buffers) { in NotifyBufferError() local 1152 for (auto& stream_buffer : request.input_buffers) { in NotifyBufferError() local 1169 StreamBuffer stream_buffer; in NotifyBufferError() local 1188 for (auto& stream_buffer : request.output_buffers) { in HandleSBCInactiveStreams() local 1242 for (auto& stream_buffer : request.output_buffers) { in CheckRequestForStreamBufferCacheManager() local 1743 for (auto& stream_buffer : buffers) { in RegisterStreamsIntoCacheManagerLocked() local 1939 for (auto& stream_buffer : buffers) { in ReturnStreamBuffers() local [all …]
|
/aosp_15_r20/system/nvram/messages/ |
H A D | io.cpp | 52 bool DecodeVarint(InputStreamBuffer* stream_buffer, uint64_t* value) { in DecodeVarint() 242 ProtoReader::ProtoReader(InputStreamBuffer* stream_buffer) in ProtoReader() 302 ProtoWriter::ProtoWriter(OutputStreamBuffer* stream_buffer) in ProtoWriter()
|
/aosp_15_r20/system/nvram/messages/include/nvram/messages/ |
H A D | io.h | 239 InputStreamBuffer* stream_buffer() { return stream_buffer_; } in stream_buffer() function 291 OutputStreamBuffer* stream_buffer() { return stream_buffer_; } in stream_buffer() function
|
/aosp_15_r20/hardware/google/camera/common/hal/tests/ |
D | zsl_buffer_manager_tests.cc | 94 StreamBuffer stream_buffer; in TEST() local 118 StreamBuffer stream_buffer[kMaxBufferDepth]; in TEST() local
|
D | internal_stream_manager_tests.cc | 289 StreamBuffer stream_buffer[kRawHalStreamTemplate.max_buffers]; in TEST() local
|
/aosp_15_r20/hardware/google/camera/common/hal/utils/ |
D | hal_utils.cc | 787 for (auto stream_buffer : stream_buffers) { in DumpBufferReturn() local 804 for (const auto& stream_buffer : buffer_return.val.buffers) { in DumpBufferRequest() local
|
/aosp_15_r20/external/llvm-libc/src/stdio/scanf_core/ |
H A D | reader.h | 48 : rb(stream_buffer), input_stream(stream), stream_getc(stream_getc_in), in rb() argument
|
/aosp_15_r20/external/crosvm/audio_streams_conformance_test/src/ |
H A D | main.rs | 51 let mut stream_buffer = stream in run_playback() localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A D | compiler_functor.cc | 148 llvm::SmallVector<char, 0> stream_buffer; in operator ()() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/aot/ |
H A D | embedded_protocol_buffers.cc | 80 llvm::SmallVector<char, 0> stream_buffer; in CodegenModule() local
|
/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | Base.h | 59 StreamBuffer stream_buffer; member
|
D | EmulatedRequestProcessor.cpp | 364 StreamBuffer stream_buffer, int32_t override_width, in CreateSensorBuffer()
|
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/ |
H A D | v4l2_wrapper.cpp | 681 const camera3_stream_buffer_t* stream_buffer = in DequeueRequest() local
|