HomeSort by relevance Sort by last modified time
    Searched defs:header_info (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp 1005 VopHeaderInfo header_info; local
    [all...]
  /external/chromium_org/net/spdy/
spdy_test_util_common.cc 741 const SpdyHeaderInfo& header_info,
743 BufferedSpdyFramer framer(spdy_version_, header_info.compressed);
745 switch (header_info.kind) {
747 frame = framer.CreateDataFrame(header_info.id, header_info.data,
748 header_info.data_length,
749 header_info.data_flags);
753 size_t credential_slot = is_spdy2() ? 0 : header_info.credential_slot;
754 frame = framer.CreateSynStream(header_info.id, header_info.assoc_id
801 const SpdyHeaderInfo header_info = { local
896 const SpdyHeaderInfo header_info = { local
    [all...]

Completed in 44 milliseconds