Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers_unittest.cc39 void EncodeFrame(uint32_t timestamp, in EncodeFrame()
66 uint32_t timestamp = 0; in RunGracePeriod() local
85 int SkipUntilTl(int layer, int timestamp) { in SkipUntilTl()
111 uint32_t timestamp = 0; variable
137 uint32_t timestamp = 0; variable
187 uint32_t timestamp = 0; variable
207 uint32_t timestamp = 0; variable
235 uint32_t timestamp = 0; variable
287 uint32_t timestamp = RunGracePeriod(); variable
316 uint32_t timestamp = 0; in TEST_F() local
[all …]
Ddefault_temporal_layers_unittest.cc84 uint32_t timestamp = 0; variable
125 unsigned int timestamp = 0; variable
165 uint32_t timestamp = 0; variable
193 uint32_t timestamp = 0; in TEST() local
Dscreenshare_layers.cc69 int ScreenshareLayers::EncodeFlags(uint32_t timestamp) { in EncodeFlags()
170 uint32_t timestamp, in FrameEncoded()
194 uint32_t timestamp) { in PopulateCodecSpecific()
Ddefault_temporal_layers.cc165 int DefaultTemporalLayers::EncodeFlags(uint32_t timestamp) { in EncodeFlags()
243 uint32_t timestamp) { in PopulateCodecSpecific()
/external/webrtc/webrtc/system_wrappers/source/
Drtp_to_ntp_unittest.cc40 uint32_t timestamp = 0; in TEST() local
59 uint32_t timestamp = 0xFFFFFFFF; in TEST() local
79 uint32_t timestamp = 0xFFFFFFFF - 2 * kTimestampTicksPerMs; in TEST() local
99 uint32_t timestamp = 0; in TEST() local
116 uint32_t timestamp = 0xFFFFFFFF; in TEST() local
136 uint32_t timestamp = 0; in TEST() local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DTimeLineGraphItem.java27 long timestamp; field in TimeLineGraphItem
33 … title, String description,double value,Color color,boolean display, long timestamp, boolean isSpe… in TimeLineGraphItem()
38 … title, String description,double value,Color color,boolean display, long timestamp, boolean isSpe… in TimeLineGraphItem()
43 …phItem(String title, String description,double value,Color color,boolean display, long timestamp) { in TimeLineGraphItem()
48 TimeLineGraphItem(String title, String description, double value, Color color,long timestamp) { in TimeLineGraphItem()
/external/libdrm/freedreno/kgsl/
Dkgsl_pipe.c59 static int kgsl_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp, in kgsl_pipe_wait()
80 uint32_t *timestamp) in kgsl_pipe_timestamp()
148 uint32_t timestamp = kgsl_bo_get_timestamp(kgsl_bo); in kgsl_pipe_pre_submit() local
156 uint32_t timestamp) in kgsl_pipe_post_submit()
175 uint32_t timestamp) in kgsl_pipe_process_pending()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dnack_unittest.cc62 uint32_t timestamp = 0; in TEST() local
80 uint32_t timestamp = 0; in TEST() local
116 uint32_t timestamp = 0; in TEST() local
164 uint32_t timestamp = 0; in TEST() local
236 uint32_t timestamp = timestamp_lost_packets[0] - 2 * kTimestampIncrement; in TEST() local
370 uint32_t timestamp = 0x12345678; in TEST() local
393 uint32_t timestamp = 0x87654321; in TEST() local
460 uint32_t timestamp = 0x87654321; in TEST() local
Ddtmf_buffer_unittest.cc67 uint32_t timestamp = 0x12345678; in TEST() local
89 uint32_t timestamp = 0x12345678; in TEST() local
124 uint32_t timestamp = 0x12345678; in TEST() local
150 uint32_t timestamp = 0x12345678 + 80; in TEST() local
194 uint32_t timestamp = 0x12345678; in TEST() local
271 uint32_t timestamp = 0x12345678; in TEST() local
Dnack.cc53 uint32_t timestamp) { in UpdateLastReceivedPacket()
135 uint32_t timestamp = EstimateTimestamp(n); in AddToList() local
151 uint32_t timestamp) { in UpdateLastDecodedPacket()
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_video.cc85 uint32_t timestamp, in BuildRTPheader()
97 uint32_t timestamp, in PaddingPacket()
145 uint32_t timestamp = 3000; in TEST_F() local
157 uint32_t timestamp = 3000; in TEST_F() local
/external/chromium-trace/catapult/telemetry/telemetry/timeline/
Dthread.py81 def AddSample(self, category, name, timestamp, args=None): argument
95 def BeginSlice(self, category, name, timestamp, thread_timestamp=None, argument
148 def PushCompleteSlice(self, category, name, timestamp, duration, argument
161 def PushMarkSlice(self, category, name, timestamp, thread_timestamp, argument
183 def IsTimestampValidForBeginOrEnd(self, timestamp): argument
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dinter_arrival_unittest.cc163 uint32_t timestamp, int64_t arrival_time_ms, in InternalExpectFalse()
181 uint32_t timestamp, int64_t arrival_time_ms, in InternalExpectTrue()
268 int64_t timestamp = kTriggerNewGroupUs; in TEST_F() local
289 int64_t timestamp = 0; in TEST_F() local
323 int64_t timestamp = 0; in TEST_F() local
364 int64_t timestamp = kTriggerNewGroupUs; in TEST_F() local
390 int64_t timestamp = kTriggerNewGroupUs; in TEST_F() local
Dinter_arrival.cc32 bool InterArrival::ComputeDeltas(uint32_t timestamp, in ComputeDeltas()
85 bool InterArrival::PacketInOrder(uint32_t timestamp) { in PacketInOrder()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DJavaBeanWithSqlTimestamp.java19 private java.sql.Timestamp timestamp; field in JavaBeanWithSqlTimestamp
26 public void setTimestamp(java.sql.Timestamp timestamp) { in setTimestamp()
/external/webrtc/webrtc/modules/video_coding/
Dtimestamp_map.cc27 void VCMTimestampMap::Add(uint32_t timestamp, VCMFrameInformation* data) { in Add()
38 VCMFrameInformation* VCMTimestampMap::Pop(uint32_t timestamp) { in Pop()
Dinter_frame_delay.cc30 bool VCMInterFrameDelay::CalculateDelay(uint32_t timestamp, in CalculateDelay()
87 void VCMInterFrameDelay::CheckForWrapArounds(uint32_t timestamp) { in CheckForWrapArounds()
Djitter_buffer.cc59 VCMFrameBuffer* FrameList::PopFrame(uint32_t timestamp) { in PopFrame()
137 bool Vp9SsMap::Find(uint32_t timestamp, SsMap::iterator* it_out) { in Find()
148 void Vp9SsMap::RemoveOld(uint32_t timestamp) { in RemoveOld()
168 void Vp9SsMap::AdvanceFront(uint32_t timestamp) { in AdvanceFront()
477 uint32_t* timestamp) { in NextCompleteTimestamp()
524 bool VCMJitterBuffer::NextMaybeIncompleteTimestamp(uint32_t* timestamp) { in NextMaybeIncompleteTimestamp()
561 VCMEncodedFrame* VCMJitterBuffer::ExtractAndSetDecode(uint32_t timestamp) { in ExtractAndSetDecode()
1317 uint32_t timestamp, in UpdateJitterEstimate()
/external/autotest/client/cros/netprotos/
Dcros_p2p.py147 def get_peers(self, timestamp=None): argument
172 def get_peer_files(self, peer_name, timestamp=None): argument
192 def get_peer_connections(self, peer_name, timestamp=None): argument
/external/libchrome/base/trace_event/common/
Dtrace_event_common.h299 timestamp) \ argument
349 thread_id, timestamp) \ argument
354 category_group, name, id, thread_id, timestamp) \ argument
359 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val) \ argument
364 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val, \ argument
398 #define TRACE_EVENT_MARK_WITH_TIMESTAMP1(category_group, name, timestamp, \ argument
408 #define TRACE_EVENT_COPY_MARK_WITH_TIMESTAMP(category_group, name, timestamp) \ argument
420 thread_id, timestamp) \ argument
425 category_group, name, id, thread_id, timestamp) \ argument
430 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val) \ argument
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/appstats/protorpc_appstats/
D__init__.py56 timestamp = messages.IntegerField(1, required=True) variable in GetDetailsRequest
105 def load_full_proto(timestamp): argument
/external/vogar/src/vogar/
DXmlReportPrinter.java78 String timestamp = getGMTTimestamp(); in generateReports() local
126 private void print(KXmlSerializer serializer, String timestamp) throws IOException { in print()
175 void printReport(String timestamp, String fileName) { in printReport()
/external/libdrm/freedreno/
Dfreedreno_pipe.c73 int fd_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp) in fd_pipe_wait()
78 int fd_pipe_wait_timeout(struct fd_pipe *pipe, uint32_t timestamp, in fd_pipe_wait_timeout()
/external/v8/base/trace_event/common/
Dtrace_event_common.h299 timestamp) \ argument
349 thread_id, timestamp) \ argument
354 category_group, name, id, thread_id, timestamp) \ argument
359 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val) \ argument
364 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val, \ argument
398 #define TRACE_EVENT_MARK_WITH_TIMESTAMP1(category_group, name, timestamp, \ argument
408 #define TRACE_EVENT_COPY_MARK_WITH_TIMESTAMP(category_group, name, timestamp) \ argument
420 thread_id, timestamp) \ argument
425 category_group, name, id, thread_id, timestamp) \ argument
430 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val) \ argument
[all …]
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DStatsReport.java53 public final double timestamp; field in StatsReport
56 public StatsReport(String id, String type, double timestamp, Value[] values) { in StatsReport()

12345678910>>...15