Home
last modified time | relevance | path

Searched refs:size_pos (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Did3v2.h53 int64_t size_pos; ///< offset of the tag total size member
Did3v2enc.c215 id3->size_pos = avio_tell(pb); in ff_id3v2_start()
439 avio_seek(pb, id3->size_pos, SEEK_SET); in ff_id3v2_finish()
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Dcbor.cc1037 size_t size_pos = cbor->size() - new_envelope_size - sizeof(uint32_t); in AppendString8EntryToCBORMap() local
1038 uint8_t* out = reinterpret_cast<uint8_t*>(&cbor->at(size_pos)); in AppendString8EntryToCBORMap()
/third_party/node/tools/inspector_protocol/encoding/
Dencoding.cc1146 size_t size_pos = cbor->size() - new_envelope_size - sizeof(uint32_t); in AppendString8EntryToCBORMapTmpl() local
1147 uint8_t* out = reinterpret_cast<uint8_t*>(&cbor->at(size_pos)); in AppendString8EntryToCBORMapTmpl()
/third_party/node/tools/inspector_protocol/lib/
Dencoding_cpp.template1154 size_t size_pos = cbor->size() - new_envelope_size - sizeof(uint32_t);
1155 uint8_t* out = reinterpret_cast<uint8_t*>(&cbor->at(size_pos));