Searched refs:header_bytes_read (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/media/formats/mpeg/
H A Dmpeg1_audio_stream_parser.cc255 const int header_bytes_read = kHeaderSize; local
257 return header_bytes_read;
267 header_bytes_read + xing_header_index + static_cast<int>(sizeof(tag))) {
268 return header_bytes_read;
273 BitReader reader(data + header_bytes_read, size - header_bytes_read);
284 return header_bytes_read + reader.bits_read() / 8;
288 return header_bytes_read;
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmtp_file_stream_reader.cc152 int header_bytes_read) {
154 DCHECK_GE(header_bytes_read, 0);
156 header_buf, header_bytes_read);
167 return FinishRead(callback, file_info, header_bytes_read);
147 FinishValidateMediaHeader( net::IOBuffer* header_buf, net::IOBuffer* buf, int buf_len, const net::CompletionCallback& callback, const base::File::Info& file_info, int header_bytes_read) argument
H A Dmtp_file_stream_reader.h47 int header_bytes_read);
/external/chromium_org/net/tools/quic/
H A Dquic_spdy_client_stream.h61 size_t header_bytes_read() const { return header_bytes_read_; } function in class:net::tools::QuicSpdyClientStream
/external/chromium_org/chrome/browser/android/thumbnail/
H A Dthumbnail_store.cc670 int header_bytes_read = 0; local
672 header_bytes_read = file.ReadAtCurrentPos(
675 if (header_bytes_read != ETC_PKM_HEADER_SIZE)
/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_test_client.cc502 bytes_read_ = stream_->stream_bytes_read() + stream_->header_bytes_read();

Completed in 2678 milliseconds