/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_packet_unittest.cc | 471 int32_t time_offset; in TEST() local 472 EXPECT_TRUE(packet.GetExtension<TransmissionOffset>(&time_offset)); in TEST() 473 EXPECT_EQ(kTimeOffset, time_offset); in TEST() 486 auto time_offset = packet.GetExtension<TransmissionOffset>(); in TEST() local 488 std::is_same<decltype(time_offset), in TEST() 491 EXPECT_EQ(time_offset, kTimeOffset); in TEST() 536 int32_t time_offset; in TEST() local 537 EXPECT_FALSE(packet.GetExtension<TransmissionOffset>(&time_offset)); in TEST() 561 int32_t time_offset; in TEST() local 563 EXPECT_FALSE(packet.GetExtension<TransmissionOffset>(&time_offset)); in TEST() [all …]
|
/external/libxaac/decoder/drc_src/ |
D | impd_drc_dynamic_payload.c | 183 WORD32 full_frame, WORD32 time_offset, in impd_dec_times() argument 191 WORD32 time_offs = time_offset; in impd_dec_times() 236 if (node_time_tmp > drc_frame_size + time_offset) { in impd_dec_times() 238 str_node[k].time = drc_frame_size + time_offset; in impd_dec_times() 248 str_node[k].time = drc_frame_size + time_offset; in impd_dec_times() 389 WORD32 time_offset; in impd_parse_spline_nodes() local 391 time_offset = -1; in impd_parse_spline_nodes() 394 time_offset = -gain_set_params->time_delt_min_val + in impd_parse_spline_nodes() 397 time_offset = in impd_parse_spline_nodes() 423 time_offset; in impd_parse_spline_nodes() [all …]
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 457 const int time_offset = b * max_time + t_rel; in EvalFloat() local 459 GetTensorData<float>(input) + time_offset * input_step; in EvalFloat() 463 GetTensorData<float>(aux_input) + time_offset * input_step; in EvalFloat() 466 time_offset * output_step + output_offset; in EvalFloat()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 388 const int time_offset = b * max_time + t_rel; in EvalCalibration() local 390 GetTensorData<float>(input) + time_offset * input_step; in EvalCalibration() 394 GetTensorData<float>(aux_input) + time_offset * input_step; in EvalCalibration() 397 time_offset * output_step + output_offset; in EvalCalibration()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.cc | 1809 const int time_offset = b * max_time + t_rel; in EvalFloat() local 1811 GetTensorData<float>(input) + time_offset * input_step; in EvalFloat() 1815 GetTensorData<float>(aux_input) + time_offset * input_step; in EvalFloat() 1818 time_offset * output_step + output_offset; in EvalFloat() 2054 const int time_offset = b * max_time + t_rel; in EvalHybrid() local 2056 GetTensorData<float>(input) + time_offset * input_step; in EvalHybrid() 2060 GetTensorData<float>(aux_input) + time_offset * input_step; in EvalHybrid() 2063 time_offset * output_step + output_offset; in EvalHybrid() 2292 const int time_offset = b * max_time + t_rel; in EvalInteger8x8_16() local 2294 GetTensorData<int8_t>(input) + time_offset * input_step; in EvalInteger8x8_16() [all …]
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
D | H264TrackImpl.java | 583 int time_offset; field in H264TrackImpl.SEIMessage 682 … time_offset = reader.readU(24, "pic_timing SEI: time_offset"); in SEIMessage() 732 ", time_offset=" + time_offset; in toString()
|
/external/ImageMagick/coders/ |
D | dpx.c | 292 time_offset, member 1060 dpx.television.time_offset=ReadBlobFloat(image); in ReadDPXImage() 1062 if (IsFloatDefined(dpx.television.time_offset) != MagickFalse) in ReadDPXImage() 1064 dpx.television.time_offset); in ReadDPXImage() 1926 dpx.television.time_offset=0.0f; in WriteDPXImage() 1929 dpx.television.time_offset=StringToDouble(value,(char **) NULL); in WriteDPXImage() 1930 offset+=WriteBlobFloat(image,dpx.television.time_offset); in WriteDPXImage()
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_i.h | 248 struct os_reltime time_offset; /* local time - offset = remote time */ member
|
D | wpa_auth_ft.c | 1054 os_reltime_sub(&now, &rkh_seq->rx.time_offset, &now_remote); in wpa_ft_rrb_seq_chk() 4538 os_reltime_sub(&now, &now_remote, &rkh_seq->rx.time_offset); in wpa_ft_rrb_rx_seq_resp()
|
/external/webrtc/video/ |
D | rtp_video_stream_receiver2.cc | 649 int32_t time_offset; in OnRtpPacket() local 650 if (packet.GetExtension<TransmissionOffset>(&time_offset)) { in OnRtpPacket() 651 ss << ", toffset: " << time_offset; in OnRtpPacket()
|
D | rtp_video_stream_receiver.cc | 682 int32_t time_offset; in OnRtpPacket() local 683 if (packet.GetExtension<TransmissionOffset>(&time_offset)) { in OnRtpPacket() 684 ss << ", toffset: " << time_offset; in OnRtpPacket()
|
/external/kernel-headers/original/uapi/linux/ |
D | perf_event.h | 585 __u64 time_offset; member
|
/external/libchrome/base/trace_event/ |
D | trace_event_unittest.cc | 2904 TimeDelta time_offset = TimeTicks::Now() - TimeTicks(); in TEST_F() local 2905 TraceLog::GetInstance()->SetTimeOffset(time_offset); in TEST_F() 2920 (TimeTicks::Now() - time_offset).ToInternalValue()); in TEST_F()
|
/external/rust/crates/quiche/src/ |
D | lib.rs | 1319 time_offset: Some("0".to_string()), in set_qlog()
|