Searched refs:SetStream (Results 1 - 25 of 61) sorted by path

123

/external/chromium_org/content/common/gpu/media/
H A Dv4l2_video_decode_accelerator.cc621 decoder_h264_parser_->SetStream(data, size);
H A Dvaapi_h264_decoder.cc1568 void VaapiH264Decoder::SetStream(const uint8* ptr, function in class:content::VaapiH264Decoder
1577 parser_.SetStream(ptr, size);
H A Dvaapi_h264_decoder.h94 void SetStream(const uint8* ptr, size_t size, int32 input_id);
H A Dvaapi_h264_decoder_unittest.cc148 decoder_->SetStream(
H A Dvaapi_video_decode_accelerator.cc467 decoder_->SetStream(
H A Dvideo_decode_accelerator_unittest.cc721 parser.SetStream(data, size);
H A Dvideo_encode_accelerator_unittest.cc369 h264_parser_.SetStream(stream, size);
H A Dvt_video_decode_accelerator.cc224 parser_.SetStream(buf, size);
/external/chromium_org/content/renderer/media/
H A Drtc_video_encoder.cc39 parser.SetStream(data, length);
/external/chromium_org/media/filters/
H A Dh264_parser.cc136 void H264Parser::SetStream(const uint8* stream, off_t stream_size) { function in class:media::H264Parser
H A Dh264_parser.h346 void SetStream(const uint8* stream, off_t stream_size);
H A Dh264_parser_unittest.cc26 parser.SetStream(stream.data(), stream.length());
/external/chromium_org/media/formats/mp2t/
H A Des_parser_h264.cc131 h264_parser_->SetStream(es, access_unit_size);
/external/chromium_org/net/http/
H A Dhttp_network_transaction.h262 void SetStream(HttpStreamBase* stream);
/external/lldb/include/lldb/Core/
H A DLog.h181 SetStream (const lldb::StreamSP &stream_sp) function in class:lldb_private::Log
/external/lldb/include/lldb/Host/
H A DFile.h231 SetStream (FILE *fh, bool transfer_ownership);
/external/lldb/source/Core/
H A DDebugger.cpp736 in_file.SetStream (fh, tranfer_ownership);
738 in_file.SetStream (stdin, true);
765 out_file.SetStream (fh, tranfer_ownership);
767 out_file.SetStream (stdout, false);
781 err_file.SetStream (fh, tranfer_ownership);
783 err_file.SetStream (stderr, false);
/external/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp312 SetStream (Stream* s) function in class:ReadUTFBufferAndDumpToStreamOptions
464 options.SetStream(&stream);
492 options.SetStream(&stream);
539 options.SetStream(&stream);
551 options.SetStream(&stream);
563 options.SetStream(&stream);
1048 options.SetStream(&stream);
1086 options.SetStream(&stream);
1100 options.SetStream(&stream);
/external/lldb/source/Host/common/
H A DFile.cpp153 File::SetStream (FILE *fh, bool transfer_ownership) function in class:File
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDPLog.cpp108 g_log->SetStream(log_stream_sp);
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.cpp118 g_log->SetStream(log_stream_sp);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.cpp119 g_log->SetStream(log_stream_sp);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.cpp134 m_log_ap->SetStream(log_stream_sp);
/external/lldb/source/
H A Dlldb-log.cpp178 g_log->SetStream(log_stream_sp);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.cpp126 streamSpec->SetStream(lockedStreamImp);

Completed in 2039 milliseconds

123