Searched refs:header_status (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/filter/
H A Dgzip_filter.cc157 GZipHeader::Status header_status; local
158 header_status = gzip_header_->ReadMore(next_stream_data_, stream_data_len_,
161 switch (header_status) {
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp1642 const long long header_status = ParseHeaders(); local
1644 if (header_status < 0) // error
1645 return static_cast<long>(header_status);
1647 if (header_status > 0) // underflow
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp1839 const long long header_status = ParseHeaders(); local
1841 if (header_status < 0) //error
1842 return static_cast<long>(header_status);
1844 if (header_status > 0) //underflow
/external/libvpx/libwebm/
H A Dmkvparser.cpp1644 const long long header_status = ParseHeaders(); local
1646 if (header_status < 0) // error
1647 return static_cast<long>(header_status);
1649 if (header_status > 0) // underflow

Completed in 2022 milliseconds