Home
last modified time | relevance | path

Searched refs:samples_per_frame (Results 1 – 18 of 18) sorted by relevance

/external/webrtc/test/fuzzers/
Dagc_fuzzer.cc88 const size_t samples_per_frame = sample_rate_hz / 100; in FuzzGainController() local
95 AudioBuffer audio(samples_per_frame, num_channels, samples_per_frame, in FuzzGainController()
96 num_channels, samples_per_frame); in FuzzGainController()
98 std::vector<int16_t> packed_render_audio(samples_per_frame); in FuzzGainController()
/external/skia/modules/skottie/src/effects/
DMotionBlurEffect.cpp39 size_t samples_per_frame, in Make() argument
41 if (!samples_per_frame || shutter_angle <= 0) { in Make()
49 dt = samples_duration / (samples_per_frame - 1); in Make()
53 samples_per_frame, in Make()
DMotionBlurEffect.h23 size_t samples_per_frame,
/external/libxaac/decoder/
Dixheaacd_aacdecoder.c201 if (512 == aac_dec_handle->samples_per_frame) { in ixheaacd_aacdec_decodeframe()
220 } else if (480 == aac_dec_handle->samples_per_frame) { in ixheaacd_aacdec_decodeframe()
243 if (aac_dec_handle->samples_per_frame <= 512) { in ixheaacd_aacdec_decodeframe()
384 aac_dec_handle->samples_per_frame); in ixheaacd_aacdec_decodeframe()
635 aac_dec_handle->samples_per_frame); in ixheaacd_aacdec_decodeframe()
655 aac_dec_handle->samples_per_frame, LEFT); in ixheaacd_aacdec_decodeframe()
828 aac_dec_handle->samples_per_frame, object_type, in ixheaacd_aacdec_decodeframe()
836 aac_dec_handle->samples_per_frame, object_type, in ixheaacd_aacdec_decodeframe()
Dixheaacd_latmdemux.c220 layer_info->asc.samples_per_frame = aac_state_struct->frame_len_flag; in ixheaacd_latm_stream_mux_config()
222 layer_info->asc.samples_per_frame = aac_state_struct->frame_length; in ixheaacd_latm_stream_mux_config()
Dixheaacd_latmdemux.h33 UWORD32 samples_per_frame; member
Dixheaacd_aacdec.h46 WORD32 samples_per_frame; member
Dixheaacd_channel.c492 aac_dec_handle->samples_per_frame); in ixheaacd_individual_ch_stream()
528 aac_dec_handle->samples_per_frame, 1); in ixheaacd_individual_ch_stream()
646 self->samples_per_frame, in_data, out_data); in ixheaacd_channel_pair_process()
660 self->samples_per_frame, in_data, out_data); in ixheaacd_channel_pair_process()
Dixheaacd_initfuncs.c484 aac_dec_handle->samples_per_frame = frame_length; in ixheaacd_aac_decoder_init()
/external/webrtc/modules/audio_device/android/
Daaudio_player.cc193 sizeof(int16_t) * aaudio_.samples_per_frame() * num_frames; in OnDataCallback()
198 aaudio_.samples_per_frame() * num_frames), in OnDataCallback()
Daaudio_wrapper.h89 int32_t samples_per_frame() const;
Daaudio_wrapper.cc289 int32_t AAudioWrapper::samples_per_frame() const { in samples_per_frame() function in webrtc::AAudioWrapper
415 ss << ", samples per frame=" << samples_per_frame(); in LogStreamConfiguration()
Daaudio_recorder.cc188 aaudio_.samples_per_frame() * num_frames), in OnDataCallback()
/external/webrtc/sdk/android/src/jni/audio_device/
Daaudio_player.cc209 sizeof(int16_t) * aaudio_.samples_per_frame() * num_frames; in OnDataCallback()
214 aaudio_.samples_per_frame() * num_frames), in OnDataCallback()
Daaudio_wrapper.h89 int32_t samples_per_frame() const;
Daaudio_wrapper.cc289 int32_t AAudioWrapper::samples_per_frame() const { in samples_per_frame() function in webrtc::jni::AAudioWrapper
415 ss << ", samples per frame=" << samples_per_frame(); in LogStreamConfiguration()
Daaudio_recorder.cc200 aaudio_.samples_per_frame() * num_frames), in OnDataCallback()
/external/webrtc/modules/audio_device/include/
Dtest_audio_device_unittest.cc30 size_t samples_per_frame) { in RunTest() argument