Home
last modified time | relevance | path

Searched refs:streampos (Results 1 - 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dphotocd.c52 int streampos; member
79 int start = s->streampos + img_info[2].start; in interp_lowres()
140 s->streampos += bytestream2_tell(gb) - start; in interp_lowres()
191 int start = s->streampos; in read_hufftable()
219 s->streampos = bytestream2_tell(gb); in read_hufftable()
231 int start = s->streampos; in decode_huff()
287 s->streampos += (get_bits_count(&g) + 7) >> 3; in decode_huff()
288 s->streampos = (s->streampos + 0x6000 + 2047) & ~0x7ff; in decode_huff()
360 s->streampos in photocd_decode_frame()
[all...]
/third_party/elfio/elfio/
H A Delfio_section.hpp67 std::streampos header_offset,
70 std::streampos header_offset,
71 std::streampos data_offset ) noexcept = 0;
221 std::streampos header_offset,
293 std::streampos header_offset,
294 std::streampos data_offset ) noexcept override
312 std::streampos header_offset ) const noexcept
320 void save_data( std::ostream& stream, std::streampos data_offset ) noexcept
H A Delfio_segment.hpp67 std::streampos header_offset,
70 std::streampos header_offset,
71 std::streampos data_offset ) noexcept = 0;
172 std::streampos header_offset,
228 std::streampos header_offset,
229 std::streampos data_offset ) noexcept override
H A Delfio_utils.hpp173 std::streampos start;
174 std::streampos size;
175 std::streampos mapped_to;
195 std::streampos operator[]( std::streampos value ) const in operator []()
H A Delfio.hpp515 static_cast<std::streampos>( i ) * entry_size,
590 static_cast<std::streampos>( i ) * entry_size,
633 std::streampos headerPosition =
635 static_cast<std::streampos>(
648 std::streampos headerPosition =
650 static_cast<std::streampos>(
/third_party/zlib/contrib/iostream/
H A Dzfstream.cpp129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { in seekoff()
131 return streampos(EOF); in seekoff()
H A Dzfstream.h24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
/third_party/elfio/examples/anonymizer/
H A Danonymizer.cpp61 file.seekp( (std::streampos)offset ); in overwrite_data()
/third_party/skia/third_party/externals/angle2/src/common/vulkan/
H A Dvulkan_icd.cpp233 if (strstr.tellp() != std::streampos(0))
/third_party/ltp/tools/sparse/sparse-src/
H A Dpre-process.c591 static struct token *dup_token(struct token *token, struct position *streampos) in dup_token() argument
593 struct token *alloc = alloc_token(streampos); in dup_token()
/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.cpp381 if (m_curLine.tellp() != std::streampos(0)) in ~DebugOutStreambuf()
/third_party/libabigail/src/
H A Dabg-tools-utils.cc1485 std::streampos initial_pos = in.tellg(); in guess_file_type()
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h5969 if(oss.tellp() != std::streampos{}) { \
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp14271 typedef fpos<mbstate_t> streampos;
16234 typedef std::streampos pos_type;
16380 typedef streampos pos_type;
26264 typedef std::streampos streampos;
[all...]

Completed in 50 milliseconds