Home
last modified time | relevance | path

Searched refs:fixed_frame (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/test/fuzzers/
H A Daudio_processing_fuzzer_helper.cc57 AudioFrame* fixed_frame) { in GenerateFixedFrame() argument
60 fixed_frame->samples_per_channel_ = samples_per_input_channel; in GenerateFixedFrame()
61 fixed_frame->sample_rate_hz_ = input_rate; in GenerateFixedFrame()
62 fixed_frame->num_channels_ = num_channels; in GenerateFixedFrame()
67 fixed_frame->mutable_data()[i] = fuzz_data->ReadOrDefaultValue<int16_t>(0); in GenerateFixedFrame()
74 AudioFrame fixed_frame; in FuzzAudioProcessing() local
131 GenerateFixedFrame(fuzz_data, input_rate, num_channels, &fixed_frame); in FuzzAudioProcessing()
134 apm_return_code = ProcessAudioFrame(apm.get(), &fixed_frame); in FuzzAudioProcessing()
136 apm_return_code = ProcessReverseAudioFrame(apm.get(), &fixed_frame); in FuzzAudioProcessing()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/test/fuzzers/
H A Daudio_processing_fuzzer.cc59 AudioFrame fixed_frame; in FuzzAudioProcessing() local
75 fixed_frame.samples_per_channel_ = samples_per_input_channel; in FuzzAudioProcessing()
76 fixed_frame.sample_rate_hz_ = input_rate_hz; in FuzzAudioProcessing()
79 fixed_frame.num_channels_ = 1; in FuzzAudioProcessing()
88 fixed_frame.mutable_data())) { in FuzzAudioProcessing()
111 : (apm->ProcessStream(&fixed_frame)); in FuzzAudioProcessing()
118 : (apm->ProcessReverseStream(&fixed_frame)); in FuzzAudioProcessing()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/test/fuzzers/
H A Daudio_processing_fuzzer.cc59 AudioFrame fixed_frame; in FuzzAudioProcessing() local
75 fixed_frame.samples_per_channel_ = samples_per_input_channel; in FuzzAudioProcessing()
76 fixed_frame.sample_rate_hz_ = input_rate_hz; in FuzzAudioProcessing()
79 fixed_frame.num_channels_ = 1; in FuzzAudioProcessing()
88 fixed_frame.mutable_data())) { in FuzzAudioProcessing()
111 : (apm->ProcessStream(&fixed_frame)); in FuzzAudioProcessing()
118 : (apm->ProcessReverseStream(&fixed_frame)); in FuzzAudioProcessing()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/test/fuzzers/
H A Daudio_processing_fuzzer.cc59 AudioFrame fixed_frame; in FuzzAudioProcessing() local
75 fixed_frame.samples_per_channel_ = samples_per_input_channel; in FuzzAudioProcessing()
76 fixed_frame.sample_rate_hz_ = input_rate_hz; in FuzzAudioProcessing()
79 fixed_frame.num_channels_ = 1; in FuzzAudioProcessing()
88 fixed_frame.mutable_data())) { in FuzzAudioProcessing()
111 : (apm->ProcessStream(&fixed_frame)); in FuzzAudioProcessing()
118 : (apm->ProcessReverseStream(&fixed_frame)); in FuzzAudioProcessing()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dgnomon_seq.hpp101 …onst CEResidueVec& mrna, const CAlignMap& mrnamap, TSignedSeqRange search_region, int fixed_frame);
102 …onst CEResidueVec& mrna, const CAlignMap& mrnamap, TSignedSeqRange search_region, int fixed_frame);
H A Dgnomon_seq.cpp147 …, const EResidue codon[], const CEResidueVec& mrna, TSignedSeqRange search_region, int fixed_frame) in FindAllCodonInstances() argument
152 if (fixed_frame==-1 || fixed_frame==frame) in FindAllCodonInstances()
157 …AllStarts(TIVec starts[], const CEResidueVec& mrna, TSignedSeqRange search_region, int fixed_frame) in FindAllStarts() argument
159 FindAllCodonInstances(starts, ecodons[0], mrna, search_region, fixed_frame); in FindAllStarts()
162 …ndAllStops(TIVec stops[], const CEResidueVec& mrna, TSignedSeqRange search_region, int fixed_frame) in FindAllStops() argument
165 FindAllCodonInstances(stops, ecodons[i], mrna, search_region, fixed_frame); in FindAllStops()