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

  /external/chromium_org/chrome/utility/cloud_print/
pwg_encoder_unittest.cc 69 PwgHeaderInfo header_info; local
70 header_info.dpi = kRasterDPI;
71 header_info.total_pages = 1;
74 encoder.EncodePage(*image, header_info, &output);
  /external/chromium_org/chrome/utility/
printing_handler.cc 451 cloud_print::PwgHeaderInfo header_info; local
452 header_info.dpi = settings.dpi();
453 header_info.total_pages = total_page_count;
461 header_info.flipx = true;
462 header_info.flipy = true;
465 header_info.flipx = true;
468 header_info.flipy = true;
474 header_info.flipx = !header_info.flipx;
475 header_info.flipy = !header_info.flipy
    [all...]
  /external/chromium_org/net/spdy/
spdy_test_util_common.cc 763 const SpdyHeaderInfo& header_info,
765 BufferedSpdyFramer framer(spdy_version_, header_info.compressed);
767 switch (header_info.kind) {
769 frame = framer.CreateDataFrame(header_info.id, header_info.data,
770 header_info.data_length,
771 header_info.data_flags);
775 frame = framer.CreateSynStream(header_info.id, header_info.assoc_id,
776 header_info.priority
821 const SpdyHeaderInfo header_info = { local
    [all...]
spdy_test_util_common.h 324 // specified in header_info.kind), the provided headers are included in the
327 const SpdyHeaderInfo& header_info,
331 // specified in header_info.kind), the headers provided in extra_headers and
334 SpdyFrame* ConstructSpdyFrame(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 1010 VopHeaderInfo header_info; local
    [all...]

Completed in 4891 milliseconds