/external/webrtc/modules/audio_processing/aec3/ |
D | echo_canceller3_unittest.cc | 42 size_t frame_index, in PopulateInputFrame() argument 47 float value = static_cast<int>(frame_index * frame_length + i) + offset; in PopulateInputFrame() 55 size_t frame_index, in PopulateInputFrame() argument 59 float value = static_cast<int>(frame_index * frame_length + i) + offset; in PopulateInputFrame() 69 size_t frame_index, in VerifyOutputFrameBitexactness() argument 78 PopulateInputFrame(frame_length, num_bands, frame_index, reference_frame, in VerifyOutputFrameBitexactness() 196 for (size_t frame_index = 0; frame_index < kNumFramesToProcess; in RunCaptureTransportVerificationTest() local 197 ++frame_index) { in RunCaptureTransportVerificationTest() 200 PopulateInputFrame(frame_length_, num_bands_, frame_index, in RunCaptureTransportVerificationTest() 202 PopulateInputFrame(frame_length_, frame_index, in RunCaptureTransportVerificationTest() [all …]
|
D | alignment_mixer_unittest.cc | 76 const auto channel_value = [&](int frame_index, in TEST() 78 return static_cast<float>(frame_index + in TEST() 129 const auto channel_value = [](int frame_index, int channel_index) { in TEST() argument 130 return static_cast<float>(frame_index + channel_index); in TEST() 160 const auto channel_value = [](int frame_index, int channel_index) { in TEST() argument 161 return static_cast<float>(frame_index + channel_index); in TEST()
|
D | block_delay_buffer_unittest.cc | 75 for (size_t frame_index = 0; frame_index < kNumFramesToProcess; in TEST_P() local 76 ++frame_index) { in TEST_P() 82 size_t first_sample_index = frame_index * subband_frame_length; in TEST_P()
|
/external/webrtc/modules/audio_processing/ns/ |
D | noise_suppressor_unittest.cc | 37 size_t frame_index, in PopulateInputFrameWithIdenticalChannels() argument 42 float value = static_cast<int>(frame_index * 160 + i); in PopulateInputFrameWithIdenticalChannels() 51 size_t frame_index, in VerifyIdenticalChannels() argument 82 for (size_t frame_index = 0; frame_index < 1000; ++frame_index) { in TEST() local 88 frame_index, &audio); in TEST() 93 VerifyIdenticalChannels(num_channels, num_bands, frame_index, in TEST()
|
/external/libaom/libaom/av1/encoder/ |
D | gop_structure.c | 94 int frame_index = 0; in construct_multi_layer_gf_structure() local 102 gf_group->update_type[frame_index] = first_frame_update_type; in construct_multi_layer_gf_structure() 103 gf_group->arf_src_offset[frame_index] = 0; in construct_multi_layer_gf_structure() 104 gf_group->cur_frame_idx[frame_index] = 0; in construct_multi_layer_gf_structure() 105 gf_group->layer_depth[frame_index] = in construct_multi_layer_gf_structure() 108 ++frame_index; in construct_multi_layer_gf_structure() 113 gf_group->update_type[frame_index] = ARF_UPDATE; in construct_multi_layer_gf_structure() 114 gf_group->arf_src_offset[frame_index] = gf_interval - 1; in construct_multi_layer_gf_structure() 115 gf_group->cur_frame_idx[frame_index] = 0; in construct_multi_layer_gf_structure() 116 gf_group->frame_disp_idx[frame_index] = gf_interval; in construct_multi_layer_gf_structure() [all …]
|
/external/webrtc/test/pc/e2e/analyzer/video/ |
D | single_process_encoded_image_data_injector.cc | 129 for (size_t frame_index = 0; frame_index < frame_sizes.size(); in ExtractData() local 130 ++frame_index) { in ExtractData() 132 const size_t frame_size = frame_sizes[frame_index]; in ExtractData() 133 const ExtractionInfo& info = extraction_infos[frame_index]; in ExtractData() 138 RTC_CHECK_LT(frame_index, frame_sl_index.size()) in ExtractData() 141 out.SetSpatialLayerFrameSize(frame_sl_index[frame_index], 0); in ExtractData()
|
/external/webrtc/modules/video_coding/ |
D | decoding_state.cc | 100 uint16_t frame_index = picture_id_ % kFrameDecodedLength; in SetState() local 102 frame_decoded_cleared_to_ = frame_index; in SetState() 105 frame_decoded_cleared_to_ = frame_index; in SetState() 107 if (AheadOfFramesDecodedClearedTo(frame_index)) { in SetState() 108 while (frame_decoded_cleared_to_ != frame_index) { in SetState() 115 frame_decoded_[frame_index] = true; in SetState() 281 uint16_t frame_index = frame_ref % kFrameDecodedLength; in ContinuousFrameRefs() local 282 if (AheadOfFramesDecodedClearedTo(frame_index) || in ContinuousFrameRefs() 283 !frame_decoded_[frame_index]) { in ContinuousFrameRefs()
|
/external/llvm-project/lldb/source/Target/ |
D | AssertFrameRecognizer.cpp | 120 for (uint32_t frame_index = 0; frame_index < frames_to_fetch; frame_index++) { in RecognizeFrame() local 121 prev_frame_sp = thread_sp->GetStackFrameAtIndex(frame_index); in RecognizeFrame() 146 std::min(frame_index + 1, last_frame_index)); in RecognizeFrame()
|
/external/google-breakpad/src/processor/ |
D | stackwalker_address_list.cc | 78 size_t frame_index = stack->frames()->size(); in GetCallerFrame() local 81 if (frame_index >= frame_count_) in GetCallerFrame() 87 frame->instruction = frames_[frame_index]; in GetCallerFrame()
|
D | stackwalker_selftest.cc | 352 for (unsigned int frame_index = 0; in CountCallerFrames() local 353 frame_index < stack.frames()->size(); in CountCallerFrames() 354 ++frame_index) { in CountCallerFrames() 355 StackFrame *frame = stack.frames()->at(frame_index); in CountCallerFrames() 357 frame_index, frame->instruction); in CountCallerFrames()
|
D | stackwalk_common.cc | 262 for (int frame_index = 0; frame_index < frame_count; ++frame_index) { in PrintStack() local 263 const StackFrame *frame = stack->frames()->at(frame_index); in PrintStack() 264 printf("%2d ", frame_index); in PrintStack() 609 if (output_stack_contents && frame_index + 1 < frame_count) { in PrintStack() 611 PrintStackContents(indent, frame, stack->frames()->at(frame_index + 1), in PrintStack() 626 for (int frame_index = 0; frame_index < frame_count; ++frame_index) { in PrintStackMachineReadable() local 627 const StackFrame *frame = stack->frames()->at(frame_index); in PrintStackMachineReadable() 628 printf("%d%c%d%c", thread_num, kOutputSeparator, frame_index, in PrintStackMachineReadable()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectThreadUtil.cpp | 139 for (uint32_t frame_index = 0; frame_index < frame_count; frame_index++) { in BucketThread() local 141 thread->GetStackFrameAtIndex(frame_index); in BucketThread()
|
/external/webrtc/modules/video_coding/utility/ |
D | ivf_file_reader_unittest.cc | 82 int frame_index, in ValidateFrame() argument 88 EXPECT_EQ(frame->capture_time_ms_, static_cast<int64_t>(frame_index)); in ValidateFrame() 89 EXPECT_EQ(frame->Timestamp(), static_cast<int64_t>(90 * frame_index)); in ValidateFrame() 91 EXPECT_EQ(frame->Timestamp(), static_cast<int64_t>(frame_index)); in ValidateFrame()
|
/external/libxaac/decoder/ |
D | ixheaacd_tcx_fwd_alcnx.c | 140 WORD32 frame_index, FLOAT32 lp_flt_coff_a[], WORD32 lg, in ixheaacd_tcx_mdct() argument 160 FLOAT32 *exc = &usac_data->exc_buf[usac_data->len_subfrm * frame_index + in ixheaacd_tcx_mdct() 163 &usac_data->synth_buf[usac_data->len_subfrm * frame_index + MAX_PITCH + in ixheaacd_tcx_mdct() 214 (8.0f - ((FLOAT32)pstr_td_frame_data->noise_factor[frame_index])); in ixheaacd_tcx_mdct() 217 for (i = 0; i < frame_index; i++) in ixheaacd_tcx_mdct() 253 ((FLOAT32)pstr_td_frame_data->global_gain[frame_index]) / 28.0f) / in ixheaacd_tcx_mdct() 286 (FLOAT32)pstr_td_frame_data->fac[frame_index * FAC_LENGTH + 2 * i]; in ixheaacd_tcx_mdct() 290 ->fac[frame_index * FAC_LENGTH + fac_length - 2 * i - 1]; in ixheaacd_tcx_mdct()
|
/external/libgsm/src/ |
D | gsm_option.c | 52 result = r->frame_index; 53 if (val) r->frame_index = *val;
|
/external/autotest/client/cros/chameleon/ |
D | chameleon_video_capturer.py | 145 for i, frame_index in enumerate(frame_indices): 149 curr_checksum = self.checksums[frame_index] 154 curr_img = self.chameleon_port.read_captured_frame(frame_index)
|
/external/libchrome/base/debug/ |
D | stack_trace_unittest.cc | 269 constexpr size_t frame_index = Depth - 1; in ExpectStackFramePointers() local 270 const void* frame = frames[frame_index]; in ExpectStackFramePointers() 271 EXPECT_GE(frame, &&code_start) << "For frame at index " << frame_index; in ExpectStackFramePointers() 272 EXPECT_LE(frame, &&code_end) << "For frame at index " << frame_index; in ExpectStackFramePointers()
|
/external/tensorflow/tensorflow/lite/experimental/microfrontend/ |
D | audio_microfrontend.cc | 138 int frame_index = 0; in GenerateFeatures() local 147 frame_buffer[frame_index].reserve(output.size); in GenerateFeatures() 150 frame_buffer[frame_index].push_back(static_cast<T>(output.values[i]) / in GenerateFeatures() 153 ++frame_index; in GenerateFeatures()
|
/external/webrtc/modules/audio_coding/neteq/test/ |
D | neteq_decoding_test.h | 50 static void PopulateRtpInfo(int frame_index, 53 static void PopulateCng(int frame_index,
|
/external/webrtc/rtc_tools/ |
D | video_file_reader.cc | 54 size_t frame_index) const override { in GetFrame() 55 RTC_CHECK_LT(frame_index, frame_positions_.size()); in GetFrame() 57 fsetpos(file_, &frame_positions_[frame_index]); in GetFrame() 65 RTC_LOG(LS_ERROR) << "Could not read YUV data for frame " << frame_index; in GetFrame()
|
/external/tensorflow/tensorflow/lite/experimental/microfrontend/ops/ |
D | audio_microfrontend_op.cc | 243 int frame_index = 0; in Compute() local 252 frame_buffer[frame_index].reserve(output.size); in Compute() 255 frame_buffer[frame_index].push_back(static_cast<T>(output.values[i]) / in Compute() 258 ++frame_index; in Compute()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 2223 int frame_index, in set_gf_overlay_frame_type() argument 2226 gf_group->update_type[frame_index] = OVERLAY_UPDATE; in set_gf_overlay_frame_type() 2227 gf_group->rf_level[frame_index] = INTER_NORMAL; in set_gf_overlay_frame_type() 2228 gf_group->layer_depth[frame_index] = MAX_ARF_LAYERS - 1; in set_gf_overlay_frame_type() 2229 gf_group->gfu_boost[frame_index] = NORMAL_BOOST; in set_gf_overlay_frame_type() 2231 gf_group->update_type[frame_index] = GF_UPDATE; in set_gf_overlay_frame_type() 2232 gf_group->rf_level[frame_index] = GF_ARF_STD; in set_gf_overlay_frame_type() 2233 gf_group->layer_depth[frame_index] = 0; in set_gf_overlay_frame_type() 2241 int frame_index = 0; in define_gf_group_structure() local 2256 set_gf_overlay_frame_type(gf_group, frame_index, rc->source_alt_ref_active); in define_gf_group_structure() [all …]
|
/external/libvpx/libvpx/examples/ |
D | vp9_lossless_encoder.c | 33 int frame_index, int flags, VpxVideoWriter *writer) { in encode_frame() argument 38 vpx_codec_encode(codec, img, frame_index, 1, flags, VPX_DL_GOOD_QUALITY); in encode_frame()
|
D | vp8cx_set_ref.c | 68 int frame_index, VpxVideoWriter *writer) { in encode_frame() argument 73 vpx_codec_encode(codec, img, frame_index, 1, 0, VPX_DL_GOOD_QUALITY); in encode_frame()
|
/external/libaom/libaom/examples/ |
D | lossless_encoder.c | 32 int frame_index, int flags, AvxVideoWriter *writer) { in encode_frame() argument 37 aom_codec_encode(codec, img, frame_index, 1, flags); in encode_frame()
|