Home
last modified time | relevance | path

Searched defs:timestamp (Results 76 - 100 of 424) sorted by relevance

12345678910>>...17

/third_party/ffmpeg/libavformat/
H A Dtta.c175 static int tta_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags) in tta_read_seek() argument
H A Dvpk.c115 vpk_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags) vpk_read_seek() argument
H A Drtpdec_h261.c33 uint32_t timestamp; member
46 h261_handle_packet(AVFormatContext *ctx, PayloadContext *rtp_h261_ctx, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) h261_handle_packet() argument
H A Drtpdec_h263_rfc2190.c39 uint32_t timestamp; member
48 h263_handle_packet(AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) h263_handle_packet() argument
H A Drtpdec_dv.c29 uint32_t timestamp; member
89 dv_handle_packet(AVFormatContext *ctx, PayloadContext *rtp_dv_ctx, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) dv_handle_packet() argument
H A Drtpdec_qcelp.c54 store_packet(AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len) store_packet() argument
151 return_stored_frame(AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len) return_stored_frame() argument
201 qcelp_parse_packet(AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) qcelp_parse_packet() argument
[all...]
H A Drtpdec_mpa_robust.c31 uint32_t timestamp; member
66 mpa_robust_parse_packet(AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) mpa_robust_parse_packet() argument
/third_party/ffmpeg/libavformat/tests/
H A Dseek.c63 int64_t timestamp; in main() local
/third_party/libdrm/freedreno/msm/
H A Dmsm_pipe.c78 static int msm_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp, in msm_pipe_wait() argument
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_disk_cache.c62 char timestamp[41]; in ir3_disk_cache_init() local
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_dec_h264_common.h55 OMX_TICKS timestamp; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_screen.h57 unsigned timestamp; member
/third_party/libwebsockets/lib/system/smd/
H A Dprivate-lib-system-smd.h39 lws_usec_t timestamp; member
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/
H A Dlws-minimal-esp32.c112 smd_cb(void *opaque, lws_smd_class_t _class, lws_usec_t timestamp, void *buf, in smd_cb() argument
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/main/
H A Dlws-minimal-esp32.c115 smd_cb(void *opaque, lws_smd_class_t _class, lws_usec_t timestamp, void *buf, in smd_cb() argument
/third_party/node/deps/v8/src/profiler/
H A Dtick-sample.h101 base::TimeTicks timestamp; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_query.c271 static const struct fd_hw_sample_provider timestamp = { variable
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_disk_cache.c47 char timestamp[41]; in etna_disk_cache_init() local
H A Detnaviv_fence.c42 uint32_t timestamp; member
/third_party/node/deps/openssl/openssl/crypto/ct/
H A Dct_b64.c63 SCT_new_from_base64(unsigned char version, const char *logid_base64, ct_log_entry_type_t entry_type, uint64_t timestamp, const char *extensions_base64, const char *signature_base64) SCT_new_from_base64() argument
/third_party/skia/src/gpu/
H A DGrGpuResourceCacheAccess.h72 uint32_t timestamp() const { return fResource->fTimestamp; } in timestamp() function in GrGpuResource::CacheAccess
/third_party/openssl/crypto/ct/
H A Dct_b64.c63 SCT_new_from_base64(unsigned char version, const char *logid_base64, ct_log_entry_type_t entry_type, uint64_t timestamp, const char *extensions_base64, const char *signature_base64) SCT_new_from_base64() argument
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbt-codec-cvsd.c79 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/rust/crates/env_logger/src/fmt/humantime/
H A Dextern_impl.rs34 pub fn timestamp(&self) -> Timestamp { in timestamp() functions
/base/hiviewdfx/hiview/base/utility/
H A Dfreeze_json_util.cpp47 std::string GetFilePath(long pid, long uid, unsigned long long timestamp) in GetFilePath() argument
50 ss << LOGGER_FREEZEJSON_LOG_PATH << "/" << pid << "-" << uid << "-" << timestamp; in GetFilePath() local

Completed in 9 milliseconds

12345678910>>...17