Home
last modified time | relevance | path

Searched defs:stream_config (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/external/libaom/apps/
H A Daomenc.c532 struct stream_config { struct
533 struct aom_codec_enc_cfg cfg;
534 const char *out_fn;
535 const char *stats_fn;
536 stereo_format_t stereo_fmt;
537 int arg_ctrls[ARG_CTRL_CNT_MAX][2];
538 int arg_ctrl_cnt;
562 struct stream_config config; argument
/aosp_15_r20/hardware/google/camera/common/hal/google_camera_hal/
Dzsl_snapshot_capture_session.cc198 const StreamConfiguration& stream_config) { in IsStreamConfigurationSupported()
268 const StreamConfiguration& stream_config, in Create()
361 const StreamConfiguration& stream_config, in ConfigureStreams()
527 const StreamConfiguration& stream_config) { in ConfigureSnapshotStreams()
560 const StreamConfiguration& stream_config, in SetupSnapshotProcessChain()
622 const StreamConfiguration& stream_config, in SetupRealtimeProcessChain()
677 const StreamConfiguration& stream_config, in PurgeHalConfiguredStream()
716 const StreamConfiguration& stream_config, in Initialize()
Dbasic_capture_session.cc48 const StreamConfiguration& stream_config, in Create()
80 const StreamConfiguration& stream_config, in ConfigureStreams()
190 const StreamConfiguration& stream_config, in Initialize()
Dcamera_device.cc338 const StreamConfiguration& stream_config, in GetSessionCharacteristics()
442 const StreamConfiguration& stream_config, bool check_settings) { in IsStreamCombinationSupported()
Dcapture_session_utils.cc25 const StreamConfiguration& stream_config, in CreateCaptureSession()
Dbasic_request_processor.cc48 const StreamConfiguration& stream_config, in ConfigureStreams()
Dsnapshot_request_processor.cc89 const StreamConfiguration& stream_config, in ConfigureStreams()
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/
H A Dstatic_properties.cpp255 const camera3_stream_configuration_t* stream_config) { in StreamConfigurationSupported()
263 const camera3_stream_configuration_t* stream_config) { in SanityCheckStreamConfiguration()
296 const camera3_stream_configuration_t* stream_config) { in InputStreamsSupported()
372 const camera3_stream_configuration_t* stream_config) { in OutputStreamsSupported()
436 const camera3_stream_configuration_t* stream_config) { in OperationModeSupported()
H A Dv4l2_camera.cpp299 const camera3_stream_configuration_t* stream_config) { in validateDataspacesAndRotations()
314 int V4L2Camera::setupStreams(camera3_stream_configuration_t* stream_config) { in setupStreams()
H A Dcamera.cpp170 int Camera::configureStreams(camera3_stream_configuration_t *stream_config) in configureStreams()
215 const camera3_stream_configuration_t* stream_config) in validateStreamConfiguration()
/aosp_15_r20/external/libvpx/
H A Dvpxenc.c679 struct stream_config { struct
696 struct stream_config config; argument
/aosp_15_r20/external/webrtc/modules/audio_processing/test/
H A Daudio_buffer_tools.cc18 void SetupFrame(const StreamConfig& stream_config, in SetupFrame()
29 void CopyVectorToAudioBuffer(const StreamConfig& stream_config, in CopyVectorToAudioBuffer()
44 void ExtractVectorFromAudioBuffer(const StreamConfig& stream_config, in ExtractVectorFromAudioBuffer()
/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Daudio_processing_impl_unittest.cc171 StreamConfig stream_config(/*sample_rate_hz=*/kSampleRateHz, in ProcessInputVolume() local
608 StreamConfig stream_config(kSampleRateHz, kNumChannels); in TEST() local
661 StreamConfig stream_config(/*sample_rate_hz=*/kSampleRateHz, in TEST() local
693 StreamConfig stream_config(/*sample_rate_hz=*/kSampleRateHz, in TEST() local
725 StreamConfig stream_config(kSampleRateHz, kNumChannels); in TEST() local
790 StreamConfig stream_config(kSampleRateHz, kNumChannels); in TEST() local
845 StreamConfig stream_config(/*sample_rate_hz=*/kSampleRateHz, in TEST() local
929 StreamConfig stream_config(/*sample_rate_hz=*/16000, in TEST() local
H A Daudio_buffer.cc104 const StreamConfig& stream_config) { in CopyFrom()
155 void AudioBuffer::CopyTo(const StreamConfig& stream_config, in CopyTo()
222 const StreamConfig& stream_config) { in CopyFrom()
294 void AudioBuffer::CopyTo(const StreamConfig& stream_config, in CopyTo()
H A Dhigh_pass_filter_unittest.cc27 const StreamConfig& stream_config, in ProcessOneFrameAsAudioBuffer()
45 const StreamConfig& stream_config, in ProcessOneFrameAsVector()
78 const StreamConfig stream_config(16000, num_channels); in RunBitexactnessTest() local
H A Dgain_controller2_unittest.cc421 const StreamConfig stream_config(kSampleRateHz, kStereo); in TEST() local
480 const StreamConfig stream_config(kSampleRateHz, kStereo); in TEST() local
549 const StreamConfig stream_config(kSampleRateHz, kStereo); in TEST() local
621 const StreamConfig stream_config(kSampleRateHz, kStereo); in TEST() local
H A Daudio_frame_view_unittest.cc22 const webrtc::StreamConfig stream_config(kSampleRateHz, kNumChannels); in TEST() local
/aosp_15_r20/external/webrtc/modules/audio_processing/aec_dump/
H A Daec_dump_integration_test.cc58 webrtc::StreamConfig stream_config(kNumSampleRateHz, kNumChannels); in TEST() local
77 webrtc::StreamConfig stream_config(kNumSampleRateHz, kNumChannels); in TEST() local
/aosp_15_r20/hardware/google/camera/common/hal/utils/
Dresult_dispatcher.cc41 NotifyFunc notify, const StreamConfiguration& stream_config, in Create()
60 NotifyFunc notify, const StreamConfiguration& stream_config, in ResultDispatcher()
424 const StreamConfiguration& stream_config) { in InitializeGroupStreamIdsMap()
Dzsl_result_dispatcher.cc34 const StreamConfiguration& stream_config) { in Create()
59 uint32_t partial_result_count, const StreamConfiguration& stream_config) { in Initialize()
Dmulticam_realtime_process_block.cc105 const StreamConfiguration& stream_config, in GetCameraStreamConfigurationMap()
136 const StreamConfiguration& stream_config, in ConfigureStreams()
Dutils.cc297 bool IsLiveSnapshotConfigured(const StreamConfiguration& stream_config) { in IsLiveSnapshotConfigured()
579 const StreamConfiguration& stream_config, uint32_t logical_camera_id, in IsStreamUseCaseSupported()
/aosp_15_r20/hardware/google/camera/common/hal/aidl_service/
Daidl_camera_device.cc214 google_camera_hal::StreamConfiguration stream_config; in getSessionCharacteristics() local
348 google_camera_hal::StreamConfiguration stream_config; in isStreamCombinationSupportedInternal() local
/aosp_15_r20/external/libaom/common/
H A Dwarnings.c79 const struct aom_codec_enc_cfg *stream_config) { in check_encoder_config()
/aosp_15_r20/frameworks/native/libs/bufferstreams/rust/src/publishers/
H A Dbuffer_pool_publisher.rs22 stream_config: StreamConfig, field

12