Home
last modified time | relevance | path

Searched defs:timestamp (Results 326 - 350 of 458) sorted by relevance

1...<<111213141516171819

/third_party/ffmpeg/libavformat/
H A Dvividas.c755 static int viv_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags) in viv_read_seek() argument
H A Drtspdec.c961 rtsp_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags) rtsp_read_seek() argument
/third_party/curl/lib/
H A Dhttp_aws_sigv4.c541 char timestamp[TIMESTAMP_SIZE]; in Curl_output_aws_sigv4() local
133 make_headers(struct Curl_easy *data, const char *hostname, char *timestamp, char *provider1, char **date_header, char *content_sha256_header, struct dynbuf *canonical_headers, struct dynbuf *signed_headers) make_headers() argument
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_kgsl.c25 uint32_t timestamp; member
273 timestamp_to_fd(struct tu_queue *queue, uint32_t timestamp) in timestamp_to_fd() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_bo.c263 uint64_t timestamp; /* CPU timestamp */ member
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_screen.c969 char timestamp[41]; in virgl_disk_cache_create() local
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_h265.c85 OMX_TICKS timestamp; member
686 OMX_TICKS timestamp; in vid_dec_h265_EndFrame() local
650 vid_dec_h265_Flush(vid_dec_PrivateType *priv, OMX_TICKS *timestamp) vid_dec_h265_Flush() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_dec_h264_common.c112 OMX_TICKS timestamp = 0; in vid_dec_h264_EndFrame() local
77 vid_dec_h264_Flush(vid_dec_PrivateType *priv, OMX_TICKS *timestamp) vid_dec_h264_Flush() argument
1067 OMX_TICKS timestamp; vid_dec_FrameDecoded_common() local
[all...]
/third_party/node/src/tracing/
H A Dtrace_event.h481 AddTraceEventWithTimestampImpl( char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, unsigned int flags, int64_t timestamp) AddTraceEventWithTimestampImpl() argument
627 AddTraceEventWithTimestamp( char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags, int64_t timestamp) AddTraceEventWithTimestamp() argument
637 AddTraceEventWithTimestamp( char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags, int64_t timestamp, const char* arg1_name, ARG1_TYPE&& arg1_val) AddTraceEventWithTimestamp() argument
651 AddTraceEventWithTimestamp( char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags, int64_t timestamp, const char* arg1_name, ARG1_TYPE&& arg1_val, const char* arg2_name, ARG2_TYPE&& arg2_val) AddTraceEventWithTimestamp() argument
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscp.c73 int timestamp; /* Copy the modification time */ member
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/
H A Dcper.h116 __u64 timestamp; member
/third_party/ltp/testcases/kernel/mce-test/hwpoison/erst-inj/
H A Dcper.h116 __u64 timestamp; member
/third_party/node/deps/v8/include/
H A Dv8-platform.h325 AddTraceEventWithTimestamp( char phase, const uint8_t* category_enabled_flag, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, std::unique_ptr<ConvertableToTraceFormat>* arg_convertables, unsigned int flags, int64_t timestamp) AddTraceEventWithTimestamp() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-profiler-agent-impl.cc270 double timestamp; in restore() local
272 Maybe<bool>(updatesAllowed), &timestamp); in restore() local
H A Dv8-console-message.cc196 V8ConsoleMessage::V8ConsoleMessage(V8MessageOrigin origin, double timestamp, in V8ConsoleMessage() argument
428 createForConsoleAPI( v8::Local<v8::Context> v8Context, int contextId, int groupId, V8InspectorImpl* inspector, double timestamp, ConsoleAPIType type, const std::vector<v8::Local<v8::Value>>& arguments, const String16& consoleContext, std::unique_ptr<V8StackTraceImpl> stackTrace) createForConsoleAPI() argument
487 createForException( double timestamp, const String16& detailedMessage, const String16& url, unsigned lineNumber, unsigned columnNumber, std::unique_ptr<V8StackTraceImpl> stackTrace, int scriptId, v8::Isolate* isolate, const String16& message, int contextId, v8::Local<v8::Value> exception, unsigned exceptionId) createForException() argument
511 createForRevokedException( double timestamp, const String16& messageText, unsigned revokedExceptionId) createForRevokedException() argument
/third_party/node/deps/v8/src/tracing/
H A Dtrace-event.h402 AddTraceEventWithTimestampImpl( char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, unsigned int flags, int64_t timestamp) AddTraceEventWithTimestampImpl() argument
516 AddTraceEventWithTimestamp( char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags, int64_t timestamp) AddTraceEventWithTimestamp() argument
526 AddTraceEventWithTimestamp( char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags, int64_t timestamp, const char* arg1_name, ARG1_TYPE&& arg1_val) AddTraceEventWithTimestamp() argument
540 AddTraceEventWithTimestamp( char phase, const uint8_t* category_group_enabled, const char* name, const char* scope, uint64_t id, uint64_t bind_id, unsigned int flags, int64_t timestamp, const char* arg1_name, ARG1_TYPE&& arg1_val, const char* arg2_name, ARG2_TYPE&& arg2_val) AddTraceEventWithTimestamp() argument
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-sbc.c781 static size_t encode_buffer(void *codec_info, uint32_t timestamp, const uint8_t *input_buffer, size_t input_size, uint8_t *output_buffer, size_t output_size, size_t *processed) { in encode_buffer() argument
/third_party/pulseaudio/src/modules/rtp/
H A Dmodule-rtp-recv.c101 pa_atomic_t timestamp; member
207 uint32_t timestamp; in rtpoll_work_cb() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dlog.c358 static void log_syslog(pa_log_level_t level, char *t, char *timestamp, char *location, char *bt) { in log_syslog() argument
389 char text[256], location[128], timestamp[32]; in pa_log_levelv_meta() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/demux/
H A Danim_decode.c323 int timestamp; in WebPAnimDecoderGetNext() local
/third_party/skia/third_party/externals/oboe/include/oboe/
H A DDefinitions.h495 int64_t timestamp; // in nanoseconds member
/third_party/skia/tools/gpu/gl/angle/
H A DGLTestContext_angle.cpp149 ANGLE_addTraceEvent(angle::PlatformMethods* platform, char phase, const unsigned char* category_group_enabled, const char* name, unsigned long long id, double timestamp, int num_args, const char** arg_names, const unsigned char* arg_types, const unsigned long long* arg_values, unsigned char flags) ANGLE_addTraceEvent() argument
/third_party/protobuf/src/google/protobuf/util/
H A Dtime_util.cc155 std::string TimeUtil::ToString(const Timestamp& timestamp) { in ToString() argument
159 bool TimeUtil::FromString(const std::string& value, Timestamp* timestamp) { in FromString() argument
316 int64 TimeUtil::TimestampToNanoseconds(const Timestamp& timestamp) { in TimestampToNanoseconds() argument
320 int64 TimeUtil::TimestampToMicroseconds(const Timestamp& timestamp) { in TimestampToMicroseconds() argument
325 TimestampToMilliseconds(const Timestamp& timestamp) TimestampToMilliseconds() argument
330 TimestampToSeconds(const Timestamp& timestamp) TimestampToSeconds() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineTimestampTests.cpp209 DE_ASSERT(queueFamilyIndex < queueProperties.size()); const deUint32& validBits = queueProperties[queueFamilyIndex].timestampValidBits; if (validBits == 0) throw tcu::NotSupportedError(�); checkValidBits(validBits, queueFamilyIndex); return timestampMaskFromValidBits(validBits); } void checkTimestampBits (deUint64 timestamp, deUint64 mask) { if (timestamp > mask) checkTimestampsSupported() argument
[all...]
/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H A Dpermission_manager.cpp872 void PermissionManager::NotifyPermGrantStoreResult(bool result, uint64_t timestamp) in NotifyPermGrantStoreResult() argument

Completed in 36 milliseconds

1...<<111213141516171819