Home
last modified time | relevance | path

Searched refs:chunk_seq (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/tracing/
Dnode_trace_buffer.cc41 uint32_t buffer_id, chunk_seq; in GetEventByHandle() local
42 ExtractHandle(handle, &buffer_id, &chunk_index, &chunk_seq, &event_index); in GetEventByHandle()
50 if (chunk->seq() != chunk_seq) { in GetEventByHandle()
82 size_t chunk_index, uint32_t chunk_seq, size_t event_index) const { in MakeHandle() argument
83 return ((static_cast<uint64_t>(chunk_seq) * Capacity() + in MakeHandle()
89 uint32_t* chunk_seq, size_t* event_index) const { in ExtractHandle() argument
92 *chunk_seq = static_cast<uint32_t>(handle / Capacity()); in ExtractHandle()
Dnode_trace_buffer.h35 uint64_t MakeHandle(size_t chunk_index, uint32_t chunk_seq,
38 uint32_t* chunk_seq, size_t* event_index) const;
/third_party/ffmpeg/libavformat/
Dmmsh.c61 int chunk_seq; ///< data packet sequence member
111 mmsh->chunk_seq = AV_RL32(ext_header); in get_chunk_header()
338 mmsh->chunk_seq = 0; in handle_chunk_type()
407 …return mms->asf_header_read_size + mms->remaining_in_len + mmsh->chunk_seq * (int64_t)mms->asf_pac… in mmsh_seek()