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

  /external/chromium/net/spdy/
spdy_test_util.cc 149 spdy::SpdyFrame* ConstructSpdyPacket(const SpdyHeaderInfo& header_info,
162 switch (header_info.kind) {
164 frame = framer.CreateSynStream(header_info.id, header_info.assoc_id,
165 header_info.priority,
166 header_info.control_flags,
167 header_info.compressed, &headers);
170 frame = framer.CreateSynReply(header_info.id, header_info.control_flags,
171 header_info.compressed, &headers)
    [all...]
spdy_test_util.h 116 spdy::SpdyFrame* ConstructSpdyPacket(const SpdyHeaderInfo& header_info,
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 158 Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp[], uint8 *currYUV);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp 1005 VopHeaderInfo header_info; local
    [all...]

Completed in 47 milliseconds