get 187 cygnal/cgi-bin/echo/echo.cpp int ret = net.writeNet(netfd, filestream.get(), filestream.getPagesize()); get 192 cygnal/cgi-bin/fitcDemo/fitcDemo.cpp int ret = net.writeNet(netfd, filestream.get(), filestream.getPagesize()); get 259 cygnal/cgi-bin/oflaDemo/oflaDemo.cpp int ret = net.writeNet(netfd, filestream.get(), filestream.getPagesize()); get 924 cygnal/cygnal.cpp Cygnal::peer_t *peer = (*it).get(); get 928 cygnal/cygnal.cpp rargs->handler = reinterpret_cast<void *>(hand.get()); get 293 cygnal/http_server.cpp boost::uint8_t *data = processHeaderFields(buf.get()); get 102 cygnal/libamf/buffer.cpp return gnash::hexify(_data.get(), allocated(), false); get 108 cygnal/libamf/buffer.cpp return gnash::hexify(_data.get(), allocated(), ascii); get 130 cygnal/libamf/buffer.cpp _seekptr = _data.get(); get 132 cygnal/libamf/buffer.cpp _seekptr = _data.get(); get 180 cygnal/libamf/buffer.cpp (void *)_data.get(), _nbytes, get 203 cygnal/libamf/buffer.cpp std::copy(data, data + nbytes, _data.get()); get 204 cygnal/libamf/buffer.cpp _seekptr = _data.get() + nbytes; get 305 cygnal/libamf/buffer.cpp if ((_seekptr + 1) <= (_data.get() + _nbytes)) { get 547 cygnal/libamf/buffer.cpp if (memcmp(buf.reference(), _data.get(), _nbytes) == 0) { get 578 cygnal/libamf/buffer.cpp return _data.get(); get 594 cygnal/libamf/buffer.cpp std::copy((_data.get() + start + 1), end(), (_data.get() + start)), get 597 cygnal/libamf/buffer.cpp return _data.get(); get 618 cygnal/libamf/buffer.cpp std::copy((_data.get() + range + 1), end(), (_data.get() + start)), get 622 cygnal/libamf/buffer.cpp return _data.get(); get 634 cygnal/libamf/buffer.cpp memset(_data.get(), 0, _nbytes); get 636 cygnal/libamf/buffer.cpp _seekptr = _data.get(); get 652 cygnal/libamf/buffer.cpp return resize(_seekptr - _data.get()); get 677 cygnal/libamf/buffer.cpp if (_seekptr == _data.get()) { get 695 cygnal/libamf/buffer.cpp if (_seekptr != _data.get()) { get 696 cygnal/libamf/buffer.cpp used = _seekptr - _data.get(); get 715 cygnal/libamf/buffer.cpp std::copy(_data.get(), _data.get() + used, newptr); get 719 cygnal/libamf/buffer.cpp _seekptr = _data.get() + used; get 733 cygnal/libamf/buffer.cpp os << "Buffer is " << _seekptr-_data.get() << "/" << _nbytes << " bytes: "; get 736 cygnal/libamf/buffer.cpp const size_t bytes = _seekptr - _data.get(); get 737 cygnal/libamf/buffer.cpp os << gnash::hexify((unsigned char *)_data.get(), bytes, false) get 739 cygnal/libamf/buffer.cpp os << gnash::hexify((unsigned char *)_data.get(), bytes, true) get 316 cygnal/libamf/buffer.h boost::uint8_t *begin() { return _data.get() ; }; get 317 cygnal/libamf/buffer.h boost::uint8_t *reference() { return _data.get(); } get 318 cygnal/libamf/buffer.h const boost::uint8_t *reference() const { return _data.get(); } get 370 cygnal/libamf/buffer.h boost::uint8_t *at(int index) { return _data.get() + index; }; get 377 cygnal/libamf/buffer.h size_t spaceLeft() { return (_nbytes - (_seekptr - _data.get())); }; get 384 cygnal/libamf/buffer.h size_t allocated() { return (_seekptr - _data.get()); }; get 392 cygnal/libamf/buffer.h void setSeekPointer(off_t offset) { _seekptr = _data.get() + offset; }; get 89 cygnal/libamf/flv.cpp memcpy(header.get(), data, sizeof(flv_header_t)); get 165 cygnal/libamf/flv.cpp if (_metadata.get()) { get 297 cygnal/libamf/flv.cpp memcpy(tag.get(), data, sizeof(flv_tag_t)); get 271 cygnal/libamf/sol.cpp std::fill_n(body.get(), size, 0); get 272 cygnal/libamf/sol.cpp ptr = body.get(); get 325 cygnal/libamf/sol.cpp _filesize = ptr - body.get(); get 328 cygnal/libamf/sol.cpp memset(head.get(), 0, len); get 329 cygnal/libamf/sol.cpp ptr = head.get(); get 335 cygnal/libamf/sol.cpp if ( ofs.write(head.get(), _header.size()).fail() ) get 342 cygnal/libamf/sol.cpp if ( ofs.write(body.get(), _filesize).fail() ) get 379 cygnal/libamf/sol.cpp ptr = buf.get(); get 380 cygnal/libamf/sol.cpp boost::uint8_t* tooFar = buf.get() + _filesize; get 327 cygnal/libnet/diskstream.cpp _dataptr = stream->get(); get 241 cygnal/libnet/diskstream.h boost::uint8_t *get() { return _dataptr; }; get 477 cygnal/libnet/http.cpp ret = writeNet(fd, filestream->get(), getbytes); get 486 cygnal/libnet/http.cpp ret = writeNet(fd, filestream->get(), filesize); get 135 cygnal/libnet/sslclient.cpp int ret = SSL_read(_ssl.get(), buf, size); get 158 cygnal/libnet/sslclient.cpp int ret = SSL_write(_ssl.get(), buf, length); get 207 cygnal/libnet/sslclient.cpp if (!(SSL_CTX_load_verify_locations(_ctx.get(), cafile.c_str(), get 218 cygnal/libnet/sslclient.cpp if ((ret = SSL_CTX_use_certificate_chain_file(_ctx.get(), keyfile.c_str())) != 1) { get 226 cygnal/libnet/sslclient.cpp SSL_CTX_set_default_passwd_cb(_ctx.get(), password_cb); get 230 cygnal/libnet/sslclient.cpp if((ret = SSL_CTX_use_PrivateKey_file(_ctx.get(), keyfile.c_str(), get 239 cygnal/libnet/sslclient.cpp SSL_CTX_set_verify(_ctx.get(), SSL_VERIFY_PEER, verify_callback); get 242 cygnal/libnet/sslclient.cpp SSL_CTX_set_verify_depth(_ctx.get(), 4); get 255 cygnal/libnet/sslclient.cpp SSL_free(_ssl.get()); get 256 cygnal/libnet/sslclient.cpp SSL_CTX_free(_ctx.get()); get 280 cygnal/libnet/sslclient.cpp _ssl.reset(SSL_new(_ctx.get())); get 296 cygnal/libnet/sslclient.cpp BIO_set_conn_int_port(_bio.get(), &port); get 297 cygnal/libnet/sslclient.cpp log_debug("PORT is: %d", BIO_get_conn_port(_bio.get())); get 299 cygnal/libnet/sslclient.cpp if (BIO_do_connect(_bio.get()) <= 0) { get 305 cygnal/libnet/sslclient.cpp SSL_set_bio(_ssl.get(), _bio.get(), _bio.get()); get 306 cygnal/libnet/sslclient.cpp SSL_set_connect_state(_ssl.get()); get 308 cygnal/libnet/sslclient.cpp if ((ret = SSL_connect(_ssl.get())) < 0) { get 345 cygnal/libnet/sslclient.cpp if (SSL_get_verify_result(_ssl.get()) != X509_V_OK) { get 357 cygnal/libnet/sslclient.cpp if ((peer = SSL_get_peer_certificate(_ssl.get())) == 0) { get 113 cygnal/libnet/sslserver.cpp return loadDhParams(_ctx.get(), file); get 157 cygnal/libnet/sslserver.cpp loadDhParams(_ctx.get(), const_cast<char *>(DHFILE)); get 163 cygnal/libnet/sslserver.cpp _ssl.reset(SSL_new(_ctx.get())); get 164 cygnal/libnet/sslserver.cpp SSL_set_accept_state(_ssl.get()); get 165 cygnal/libnet/sslserver.cpp SSL_set_bio(_ssl.get(), _bio.get(), _bio.get()); get 168 cygnal/libnet/sslserver.cpp if((ret = SSL_accept(_ssl.get()) <= 0)) { get 1278 cygnal/rtmp_server.cpp RTMP::NOTIFY, RTMPMsg::FROM_SERVER, filestream->get(), get 1288 cygnal/rtmp_server.cpp RTMP::NOTIFY, RTMPMsg::FROM_SERVER, filestream->get(), get 1298 cygnal/rtmp_server.cpp RTMP::NOTIFY, RTMPMsg::FROM_SERVER, filestream->get()+24, get 1387 cygnal/rtmp_server.cpp boost::uint8_t *ptr = hand->getDiskStream(i)->get(); get 1611 cygnal/rtmp_server.cpp boost::uint8_t *ptr = hand->getDiskStream(active_stream)->get(); get 129 cygnal/testsuite/libnet.all/test_diskstream.cpp if ((ds1.get() == MAP_FAILED) || (ds1.get() == 0)) { get 132 cygnal/testsuite/libnet.all/test_diskstream.cpp if ((memcmp(ds1.get(), buf, 48) == 0) get 145 cygnal/testsuite/libnet.all/test_diskstream.cpp if ((ds1.get() == MAP_FAILED) || (ds1.get() == 0)) { get 148 cygnal/testsuite/libnet.all/test_diskstream.cpp if ((memcmp(ds1.get(), buf, range) == 0) get 170 cygnal/testsuite/libnet.all/test_diskstream.cpp if ((ds2.get() == MAP_FAILED) || (ds2.get() == 0)) { get 173 cygnal/testsuite/libnet.all/test_diskstream.cpp if ((memcmp(ds2.get(), buf, range-4) == 0) get 183 cygnal/testsuite/libnet.all/test_diskstream.cpp if ((ds2.get() == MAP_FAILED) || (ds2.get() == 0)) { get 186 cygnal/testsuite/libnet.all/test_diskstream.cpp if ((memcmp(ds2.get(), buf, range-4) == 0) get 137 extensions/gtk2/gtkext.cpp return o.get(); get 224 extensions/gtk2/gtkext.cpp GtkExt *window = dynamic_cast<GtkExt *>(fn.arg(0).to_object(*getGlobal(fn)).get()); get 247 extensions/gtk2/gtkext.cpp GtkExt *window = dynamic_cast<GtkExt *>(fn.arg(0).to_object(*getGlobal(fn)).get()); get 287 extensions/gtk2/gtkext.cpp GtkExt *parent = dynamic_cast<GtkExt *>(fn.arg(0).to_object(*getGlobal(fn)).get()); get 289 extensions/gtk2/gtkext.cpp GtkExt *child = dynamic_cast<GtkExt *>(fn.arg(3).to_object(*getGlobal(fn)).get()); get 308 extensions/gtk2/gtkext.cpp GtkExt *parent = dynamic_cast<GtkExt *>(fn.arg(0).to_object(*getGlobal(fn)).get()); get 309 extensions/gtk2/gtkext.cpp GtkExt *child = dynamic_cast<GtkExt *>(fn.arg(1).to_object(*getGlobal(fn)).get()); get 322 extensions/gtk2/gtkext.cpp GtkExt *window = dynamic_cast<GtkExt *>(fn.arg(0).to_object(*getGlobal(fn)).get()); get 357 extensions/gtk2/gtkext.cpp attachInterface(cl.get()); get 360 extensions/gtk2/gtkext.cpp obj.init_member("GtkExt", cl.get()); get 280 gui/Player.cpp _mediaHandler.get())); get 283 gui/Player.cpp _mediaHandler.get())); get 286 gui/Player.cpp _mediaHandler.get())); get 325 gui/Player.cpp assert(_runResources.get()); get 435 gui/Player.cpp _mediaHandler.reset(media::MediaFactory::instance().get(_media)); get 437 gui/Player.cpp if (!_mediaHandler.get()) { get 494 gui/Player.cpp _gui->setMovieDefinition(_movieDef.get()); get 505 gui/Player.cpp root.registerEventCallback(_callbacksHandler.get()); get 508 gui/Player.cpp root.registerFSCommandCallback(_callbacksHandler.get()); get 844 gui/Player.cpp if (_movieDef.get()) { get 172 gui/dump/dump.cpp _agg_renderer = static_cast<Renderer_agg_base*>(_renderer.get()); get 268 gui/dump/dump.cpp _fileStream.write(reinterpret_cast<char*>(_offscreenbuf.get()), get 348 gui/dump/dump.cpp if (_offscreenbuf.get() && (width == _width) && (height == _height)) { get 381 gui/dump/dump.cpp _agg_renderer->init_buffer(_offscreenbuf.get(), get 214 gui/fb/EventDevice.cpp struct input_event *ev = reinterpret_cast<struct input_event *>(buf.get()); get 124 gui/fb/InputDevice.cpp ret = ::read(_fd, inbuf.get(), size); get 126 gui/fb/InputDevice.cpp log_debug("Read %d bytes, %s", ret, hexify(inbuf.get(), ret, false)); get 260 gui/fltk/fltk.cpp if (!_renderer.get()) return false; get 121 gui/gtk/gtk_canvas.cpp if (canvas->renderer.get()) { get 161 gui/gtk/gtk_glue_agg_vaapi.cpp VaapiGlobalContext *const gvactx = VaapiGlobalContext::get(); get 187 gui/gtk/gtk_glue_agg_vaapi.cpp VaapiGlobalContext * const gvactx = VaapiGlobalContext::get(); get 306 gui/gtk/gtk_glue_agg_vaapi.cpp if (!contextData.get()) get 316 gui/gtk/gtk_glue_agg_vaapi.cpp VaapiGlobalContext * const gvactx = VaapiGlobalContext::get(); get 323 gui/gtk/gtk_glue_agg_vaapi.cpp if (!_vaapi_image.get() || !_vaapi_surface.get()) get 333 gui/gtk/gtk_glue_agg_vaapi.cpp _vaapi_surface->get(), get 371 gui/gtk/gtk_glue_agg_vaapi.cpp log_debug(_("ERROR: failed to setup video window for surface 0x%08x."), surface->get()); get 378 gui/gtk/gtk_glue_agg_vaapi.cpp log_debug(_("ERROR: failed to associate subpicture to surface 0x%08x."), surface->get()); get 383 gui/gtk/gtk_glue_agg_vaapi.cpp surface->get(), get 398 gui/gtk/gtk_glue_agg_vaapi.cpp status = vaSyncSurface(gvactx->display(), surface->get()); get 184 gui/gui.cpp if ( _movieDef.get() ) log_debug("~Gui - _movieDef refcount: %d", _movieDef->get_ref_count()); get 222 gui/gui.cpp if (_screenShotter.get() && _renderer.get()) { get 421 gui/gui.cpp if (_renderer.get()) { get 812 gui/gui.cpp if (_renderer.get() && !changed_ranges.isWorld()) { get 923 gui/gui.cpp _stage->init(_movieDef.get(), _flashVars); get 1016 gui/gui.cpp if (_screenShotter.get() && _renderer.get()) { get 1042 gui/gui.cpp if (!_screenShotter.get()) { get 1052 gui/gui.cpp assert (_screenShotter.get()); get 83 gui/kde/Kde4GlueAgg.cpp renderer->init_buffer(_offscreenbuf.get(), bufsize, _width, _height, get 86 gui/kde/Kde4GlueAgg.cpp _image.reset(new QImage(_offscreenbuf.get(), _width, _height, QImage::Format_RGB32)); get 82 gui/kde/Kde4GlueCairo.cpp _image.reset(new QImage(_offscreenbuf.get(), get 91 gui/kde/Kde4GlueCairo.cpp _offscreenbuf.get(), cairoFormat, _width, _height, get 201 gui/kde/Kde4Gui.cpp if (!_renderer.get()) { get 562 gui/kde/Kde4Gui.cpp propertiesAction = new QAction(_q("Properties"), _window.get()); get 566 gui/kde/Kde4Gui.cpp quitAction = new QAction(_q("Quit Gnash"), _window.get()); get 573 gui/kde/Kde4Gui.cpp preferencesAction = new QAction(_q("Preferences"), _window.get()); get 578 gui/kde/Kde4Gui.cpp playAction = new QAction(_q("Play"), _window.get()); get 582 gui/kde/Kde4Gui.cpp pauseAction = new QAction(_q("Pause"), _window.get()); get 586 gui/kde/Kde4Gui.cpp stopAction = new QAction(_q("Stop"), _window.get()); get 590 gui/kde/Kde4Gui.cpp restartAction = new QAction(_q("Restart"), _window.get()); get 595 gui/kde/Kde4Gui.cpp refreshAction = new QAction(_q("Refresh"), _window.get()); get 599 gui/kde/Kde4Gui.cpp fullscreenAction = new QAction(_q("Fullscreen"), _window.get()); get 614 gui/kde/Kde4Gui.cpp fileMenu = new QMenu(_q("File"), _window.get()); get 619 gui/kde/Kde4Gui.cpp editMenu = new QMenu(_q("Edit"), _window.get()); get 623 gui/kde/Kde4Gui.cpp movieControlMenu = new QMenu(_q("Movie Control"), _window.get()); get 630 gui/kde/Kde4Gui.cpp viewMenu = new QMenu(_q("View"), _window.get()); get 74 gui/kde/kde.cpp QXEmbed::embedClientIntoWindow(_qwidget.get(), _xid); get 102 gui/kde/kde.cpp _qapp->setMainWidget(_qwidget.get()); get 105 gui/kde/kde.cpp _glue.prepDrawingArea(_qwidget.get()); get 107 gui/kde/kde.cpp if (!_renderer.get()) get 139 gui/kde/kde.cpp QTimer::singleShot(timeout, _qapp.get(), SLOT(quit())); get 91 gui/kde/kde_glue_agg.cpp renderer->init_buffer(_offscreenbuf.get(), bufsize, width, height, get 100 gui/kde/kde_glue_agg.cpp _qimage.reset(new QImage(_offscreenbuf.get(), _width, _height, 32 /* bits per pixel */, get 166 gui/pythonmod/gnash-view.cpp if(view->movie_definition.get() != NULL) { get 213 gui/pythonmod/gnash-view.cpp view->media_handler.reset(gnash::media::MediaFactory::instance().get("")); get 219 gui/pythonmod/gnash-view.cpp view->media_handler.get())); get 258 gui/pythonmod/gnash-view.cpp if( view->stage.get() != NULL) { get 272 gui/pythonmod/gnash-view.cpp if( view->movie_definition.get() == NULL ) { get 288 gui/pythonmod/gnash-view.cpp if(view->movie_definition.get() == NULL) { get 299 gui/pythonmod/gnash-view.cpp if (view->stage.get() == NULL) get 318 gui/pythonmod/gnash-view.cpp if (view->stage.get() == NULL) get 337 gui/pythonmod/gnash-view.cpp if (view->stage.get() == NULL) get 357 gui/pythonmod/gnash-view.cpp if (view->stage.get() == NULL) get 449 gui/pythonmod/gnash-view.cpp g_return_if_fail(view->movie_definition.get() != NULL); get 469 gui/pythonmod/gnash-view.cpp gnash::Movie* m = view->stage->init(view->movie_definition.get(), variables); get 505 gui/pythonmod/gnash-view.cpp gnash_canvas_before_rendering(view->canvas, view->stage.get()); get 104 libbase/GnashFactory.h T* get(const Key& name) { get 79 libbase/GnashImage.cpp std::copy(data, data + size(), _data.get()); get 221 libbase/GnashImage.cpp if (!inChannel.get()) return im; get 276 libbase/GnashImage.cpp assert(j_in.get()); get 289 libbase/GnashImage.cpp j_in->readScanline(line.get()); get 157 libbase/GnashImage.h return _data.get(); get 162 libbase/GnashImage.h return _data.get(); get 192 libbase/GnashImageGif.cpp std::fill_n(_gifData[i].get(), screenWidth, get 272 libbase/GnashImageGif.cpp _gif = DGifOpen(_inStream.get(), &readData); get 620 libbase/GnashImageJpeg.cpp writeImageRGB(data.get()); get 124 libbase/GnashImageJpeg.h if (ret.get()) ret->read(); get 149 libbase/GnashImageJpeg.h if (ret.get()) ret->readHeader(maxHeaderBytes); get 239 libbase/GnashImagePng.cpp png_set_read_fn(_pngPtr, _inStream.get(), &readData); get 309 libbase/GnashImagePng.cpp _rowPtrs[y] = _pixelData.get() + y * width * components; get 313 libbase/GnashImagePng.cpp png_read_image(_pngPtr, _rowPtrs.get()); get 357 libbase/GnashImagePng.cpp png_set_write_fn(_pngPtr, _outStream.get(), &writeData, &flushData); get 369 libbase/GnashImagePng.cpp png_set_rows(_pngPtr, _infoPtr, const_cast<png_bytepp>(rows.get())); get 382 libbase/GnashImagePng.cpp png_set_write_fn(_pngPtr, _outStream.get(), &writeData, &flushData); get 394 libbase/GnashImagePng.cpp png_set_rows(_pngPtr, _infoPtr, const_cast<png_bytepp>(rows.get())); get 51 libbase/GnashVaapiImage.cpp _surface->get(), _width, _height); get 57 libbase/GnashVaapiImage.cpp _surface->get()); get 104 libbase/GnashVaapiImage.cpp return _data.get() != NULL; get 111 libbase/GnashVaapiImage.cpp log_debug("GnashVaapiImage::data(): surface 0x%08x\n", _surface->get()); get 119 libbase/GnashVaapiImage.cpp return _data.get(); get 126 libbase/GnashVaapiImage.cpp log_debug("GnashVaapiImage::data() const: surface 0x%08x\n", _surface->get()); get 135 libbase/GnashVaapiImage.cpp return _data.get(); get 255 libbase/RTMP.cpp if (_incompletePacket.get()) { get 231 libbase/RTMP.h return (p.buffer.get()); get 74 libbase/SimpleBuffer.h std::copy(b.data(), b.data()+b.size(), _data.get()); get 102 libbase/SimpleBuffer.h boost::uint8_t* data() { return _data.get(); } get 105 libbase/SimpleBuffer.h const boost::uint8_t* data() const { return _data.get(); } get 127 libbase/SimpleBuffer.h if ( tmp.get() ) get 129 libbase/SimpleBuffer.h if ( _size ) std::copy(tmp.get(), tmp.get()+_size, _data.get()); get 150 libbase/SimpleBuffer.h std::copy(newData, newData+size, _data.get()+curSize); get 99 libbase/StreamProvider.h assert(_namingPolicy.get()); get 168 libbase/URL.cpp dir = getcwd(buf.get(), bufSize); get 178 libbase/URL.cpp std::string currentDir(buf.get()); get 146 libbase/curl_adapter.cpp static CurlSession& get(); get 851 libbase/curl_adapter.cpp CurlSession::get().getSharedHandle()); get 45 libbase/string_table.cpp _table.get<StringValue>().find(t_f); get 47 libbase/string_table.cpp if (i == _table.get<StringValue>().end()) { get 53 libbase/string_table.cpp i = _table.get<StringValue>().find(t_f); get 120 libbase/string_table.cpp _table.get<StringValue>().find(lower); get 107 libbase/string_table.h _table.get<StringID>().find(to_find); get 108 libbase/string_table.h return (r == _table.get<StringID>().end()) ? _empty : r->value; get 302 libbase/zlib_adapter.cpp assert(m_in.get()); get 314 libbase/zlib_adapter.cpp assert(in.get()); get 576 libcore/Button.cpp if (code.get()) { get 98 libcore/CharacterProxy.h DisplayObject* get(bool skipRebinding = false) const get 131 libcore/CharacterProxy.h return get() == sp.get(); get 159 libcore/ExternalInterface.cpp const int ret = ::read(fd, buffer.get(), bytes); get 161 libcore/ExternalInterface.cpp return parseInvoke(std::string(buffer.get(), ret)); get 53 libcore/FillStyle.cpp const T& a = boost::get<T>(_a); get 54 libcore/FillStyle.cpp const T& b = boost::get<T>(_b); get 185 libcore/FillStyle.cpp return _bitmapInfo->disposed() ? 0 : _bitmapInfo.get(); get 191 libcore/FillStyle.cpp return _bitmapInfo.get(); get 118 libcore/Font.cpp return lookup[index].glyph.get(); get 298 libcore/Font.cpp if (!sh.get()) { get 330 libcore/Font.cpp if (_ftProvider.get()) return _ftProvider.get(); get 340 libcore/Font.cpp if (!_ftProvider.get()) { get 345 libcore/Font.cpp return _ftProvider.get(); get 383 libcore/FreetypeGlyphsProvider.cpp assert(! ret.get()); get 536 libcore/FreetypeGlyphsProvider.cpp SWFRect bound; sh->compute_bound(&bound, VM::get().getSWFVersion()); get 90 libcore/Function.cpp DisplayObject* ch = get<DisplayObject>(fn.this_ptr); get 69 libcore/Function2.cpp DisplayObject* ch = get<DisplayObject>(fn.this_ptr); get 54 libcore/LoadVariablesThread.cpp while ( size_t bytesRead = _stream->read(buf.get(), chunkSize) ) get 62 libcore/LoadVariablesThread.cpp std::string chunk(buf.get(), bytesRead); get 69 libcore/LoadVariablesThread.cpp char* ptr = utf8::stripBOM(buf.get(), dataSize, get 151 libcore/LoadVariablesThread.cpp if ( ! _stream.get() ) get 164 libcore/LoadVariablesThread.cpp if ( ! _stream.get() ) get 186 libcore/LoadVariablesThread.cpp if ( _thread.get() ) get 92 libcore/LoadVariablesThread.h assert(!_thread.get()); get 93 libcore/LoadVariablesThread.h assert(_stream.get()); get 108 libcore/LoadVariablesThread.h return ( _thread.get() != NULL ); get 120 libcore/LoadVariablesThread.h if ( _completed && _thread.get() ) get 526 libcore/MovieClip.cpp TextFields* etc = textfieldVar(_text_variables.get(), uri); get 648 libcore/MovieClip.cpp MovieClip* newmovieclip = new MovieClip(o, _def.get(), _swf, parent); get 704 libcore/MovieClip.cpp if (code.get()) { get 741 libcore/MovieClip.cpp dynamic_cast<const sprite_definition*>(_def.get()); get 799 libcore/MovieClip.cpp TextFields* etc = textfieldVar(_text_variables.get(), uri); get 1523 libcore/MovieClip.cpp if (!_text_variables.get()) return; get 1543 libcore/MovieClip.cpp if (!_text_variables.get()) { get 1615 libcore/MovieClip.cpp dynamic_cast<const sprite_definition*>(_def.get()); get 1955 libcore/MovieClip.cpp if (_text_variables.get()) { get 69 libcore/MovieFactory.cpp assert(in.get()); get 121 libcore/MovieFactory.cpp if (movieLibrary.get(cache_label, &mov)) { get 140 libcore/MovieFactory.cpp movieLibrary.add(cache_label, mov.get()); get 261 libcore/MovieFactory.cpp assert (in.get()); get 273 libcore/MovieFactory.cpp if (!im.get()) { get 309 libcore/MovieFactory.cpp if (!in.get()) { get 67 libcore/MovieLibrary.h bool get(const std::string& key, get 156 libcore/MovieLoader.cpp if (_thread.get()) { get 454 libcore/MovieLoader.cpp if (!_thread.get()) { get 103 libcore/Property.cpp return boost::get<as_value>(_bound); get 106 libcore/Property.cpp const GetterSetter* a = boost::get<const GetterSetter>(&_bound); get 112 libcore/Property.cpp as_value ret = a->get(fn); get 121 libcore/Property.cpp return a->get(fn); get 156 libcore/Property.cpp GetterSetter* a = boost::get<GetterSetter>(&_bound); get 83 libcore/Property.h return t.get(a); get 137 libcore/Property.h as_value get(fn_call& fn) const { get 169 libcore/Property.h UserDefinedGetterSetter(as_function* get, as_function* set) get 171 libcore/Property.h _getter(get), get 178 libcore/Property.h as_value get(const fn_call& fn) const; get 241 libcore/Property.h NativeGetterSetter(as_c_function_ptr get, as_c_function_ptr set) get 243 libcore/Property.h _getter(get), _setter(set) {} get 246 libcore/Property.h as_value get(const fn_call& fn) const { get 66 libcore/PropertyList.cpp p.get<PropertyList::Case>().find(uri)); get 70 libcore/PropertyList.cpp p.get<PropertyList::NoCase>().find(uri)); get 66 libcore/RunResources.h assert (_streamProvider.get()); get 86 libcore/RunResources.h return _soundHandler.get(); get 94 libcore/RunResources.h return _mediaHandler.get(); get 102 libcore/RunResources.h return _renderer.get(); get 116 libcore/RunResources.h assert(_tagLoaders.get()); get 135 libcore/SWFMovie.h return _def.get(); get 50 libcore/Shape.cpp assert(_shape.get()); get 49 libcore/Shape.h assert(_shape.get()); get 1069 libcore/TextField.cpp rec.setFont(_font.get()); get 1998 libcore/TextField.cpp MovieClip* sprite = get<MovieClip>(target); get 432 libcore/TextField.h const Font* getFont() { return _font.get(); } get 145 libcore/Video.cpp if (tmp.get()) _lastDecodedVideoFrame = tmp; get 155 libcore/Video.cpp if (!_decoder.get()) { get 157 libcore/Video.cpp return _lastDecodedVideoFrame.get(); get 175 libcore/Video.cpp return _lastDecodedVideoFrame.get(); get 204 libcore/Video.cpp _decoder.get(), _1), get 207 libcore/Video.cpp if (!frames) return _lastDecodedVideoFrame.get(); get 212 libcore/Video.cpp return _lastDecodedVideoFrame.get(); get 314 libcore/abc/AbcBlock.cpp mCH = &VM::get().getMachine()->global()->classHierarchy(); get 45 libcore/abc/Class.cpp Global_as* g = VM::get().getGlobal(); get 73 libcore/abc/Class.cpp Global_as& gl = *VM::get().getGlobal(); get 97 libcore/abc/Method.cpp Global_as* g = VM::get().getGlobal(); get 634 libcore/as_environment.cpp return get<DisplayObject>(findObject(env, path)); get 344 libcore/as_object.cpp if (!_trigs.get()) return; get 536 libcore/as_object.cpp if (!_trigs.get() || (trigIter = _trigs->find(uri)) == _trigs->end()) { get 980 libcore/as_object.cpp if (!_trigs.get()) _trigs.reset(new TriggerContainer); get 994 libcore/as_object.cpp if (!_trigs.get()) return false; get 1017 libcore/as_object.cpp if (_trigs.get()) { get 622 libcore/as_object.h return _relay.get(); get 843 libcore/as_object.h get(as_object* o) get 113 libcore/as_value.cpp if (!(is >> target) || (whole && is.get(c))) { get 216 libcore/as_value.cpp if (!sp.get()) return ""; get 717 libcore/as_value.cpp return boost::get<as_object*>(_value); get 724 libcore/as_value.cpp return boost::get<CharacterProxy>(_value); get 730 libcore/as_value.cpp return getCharacterProxy().get(allowUnloaded); get 1067 libcore/as_value.cpp DisplayObject* rebound = sp.get(); get 1079 libcore/as_value.cpp DisplayObject* ch = sp.get(); get 463 libcore/as_value.h return boost::get<double>(_value); get 471 libcore/as_value.h return boost::get<bool>(_value); get 479 libcore/as_value.h return boost::get<std::string>(_value); get 164 libcore/asobj/Camera_as.cpp assert(_input.get()); get 267 libcore/asobj/Camera_as.cpp if (!input.get()) { get 231 libcore/asobj/LocalConnection_as.cpp assert(d.get()); get 154 libcore/asobj/Microphone_as.cpp assert(_input.get()); get 269 libcore/asobj/Microphone_as.cpp if (!input.get()) { get 196 libcore/asobj/MovieClipLoader.cpp MovieClip* sp = get<MovieClip>(target); get 1147 libcore/asobj/MovieClip_as.cpp DisplayObject* o = get<DisplayObject>(fn.this_ptr); get 1405 libcore/asobj/MovieClip_as.cpp DisplayObject* mask = get<DisplayObject>(obj); get 246 libcore/asobj/NetConnection_as.cpp return _currentRequest.get() || !_requestQueue.empty(); get 375 libcore/asobj/NetConnection_as.cpp while (b.get()) { get 422 libcore/asobj/NetConnection_as.cpp if (_currentConnection.get()) _currentConnection->setReachable(); get 538 libcore/asobj/NetConnection_as.cpp const bool needSendClosedStatus = _currentConnection.get() || _isConnected; get 541 libcore/asobj/NetConnection_as.cpp if (_currentConnection.get() && _currentConnection->hasPendingCalls()) { get 567 libcore/asobj/NetConnection_as.cpp if (!_currentConnection.get()) { get 632 libcore/asobj/NetConnection_as.cpp if (_currentConnection.get()) { get 639 libcore/asobj/NetConnection_as.cpp if (_oldConnections.empty() && !_currentConnection.get()) { get 1025 libcore/asobj/NetConnection_as.cpp if (_currentRequest.get()) { get 1168 libcore/asobj/NetConnection_as.cpp if (!_currentRequest.get()) { get 187 libcore/asobj/NetStream_as.cpp if ( m_parser.get() ) m_parser->setBufferTime(time); get 193 libcore/asobj/NetStream_as.cpp if (m_parser.get() == NULL) return 0; get 428 libcore/asobj/NetStream_as.cpp assert (!_videoDecoder.get()); get 434 libcore/asobj/NetStream_as.cpp assert ( _videoDecoder.get() ); get 457 libcore/asobj/NetStream_as.cpp assert ( !_audioDecoder.get() ); get 463 libcore/asobj/NetStream_as.cpp assert ( _audioDecoder.get() ); get 486 libcore/asobj/NetStream_as.cpp assert(!_videoDecoder.get()); get 488 libcore/asobj/NetStream_as.cpp assert(!_audioDecoder.get()); get 496 libcore/asobj/NetStream_as.cpp if (!_inputStream.get()) { get 512 libcore/asobj/NetStream_as.cpp assert(!_inputStream.get()); get 514 libcore/asobj/NetStream_as.cpp if (!m_parser.get()) { get 558 libcore/asobj/NetStream_as.cpp assert(_videoDecoder.get()); get 562 libcore/asobj/NetStream_as.cpp assert(m_parser.get()); get 563 libcore/asobj/NetStream_as.cpp if (!m_parser.get()) { get 605 libcore/asobj/NetStream_as.cpp if (!video.get()) { get 640 libcore/asobj/NetStream_as.cpp if (!m_parser.get()) { get 646 libcore/asobj/NetStream_as.cpp if (!frame.get()) { get 655 libcore/asobj/NetStream_as.cpp assert(_videoDecoder.get()); get 662 libcore/asobj/NetStream_as.cpp if (!video.get()) { get 673 libcore/asobj/NetStream_as.cpp assert (m_parser.get()); get 676 libcore/asobj/NetStream_as.cpp if (!frame.get()) { get 692 libcore/asobj/NetStream_as.cpp DisplayObject* ch = _audioController->get(); get 724 libcore/asobj/NetStream_as.cpp if ( ! m_parser.get() ) get 783 libcore/asobj/NetStream_as.cpp assert (m_parser.get()); get 830 libcore/asobj/NetStream_as.cpp assert(m_parser.get()); get 832 libcore/asobj/NetStream_as.cpp if (!_audioDecoder.get()) { get 866 libcore/asobj/NetStream_as.cpp if (!_audioDecoder.get()) { get 1056 libcore/asobj/NetStream_as.cpp assert (m_parser.get()); get 1058 libcore/asobj/NetStream_as.cpp if (!_videoDecoder.get()) { get 1092 libcore/asobj/NetStream_as.cpp if (!_videoDecoder.get()) { get 1139 libcore/asobj/NetStream_as.cpp if (!video.get()) get 1167 libcore/asobj/NetStream_as.cpp assert(!video.get()); get 1188 libcore/asobj/NetStream_as.cpp if (!_videoDecoder.get()) return 0; get 1195 libcore/asobj/NetStream_as.cpp if (!_videoDecoder.get()) return 0; get 1208 libcore/asobj/NetStream_as.cpp if (!m_parser.get()) { get 1266 libcore/asobj/NetStream_as.cpp if (!m_imageframe.get() && get 1406 libcore/asobj/NetStream_as.cpp if ( ! m_parser.get() ) { get 1417 libcore/asobj/NetStream_as.cpp if ( ! m_parser.get() ) { get 215 libcore/asobj/Selection_as.cpp ch = get<DisplayObject>(obj); get 915 libcore/asobj/SharedObject_as.cpp const boost::uint8_t *buf = sbuf.get(); get 920 libcore/asobj/SharedObject_as.cpp ifs.read(reinterpret_cast<char*>(sbuf.get()), size); get 943 libcore/asobj/SharedObject_as.cpp "byte %s", buf - sbuf.get()); get 378 libcore/asobj/Sound_as.cpp assert(!_audioDecoder.get()); get 395 libcore/asobj/Sound_as.cpp assert(_audioDecoder.get()); get 474 libcore/asobj/Sound_as.cpp DisplayObject* ch = _attachedCharacter->get(); get 535 libcore/asobj/Sound_as.cpp if ( ! inputStream.get() ) { get 603 libcore/asobj/Sound_as.cpp DisplayObject* ch = _attachedCharacter->get(); get 774 libcore/asobj/Sound_as.cpp if ( ! frame.get() ) { get 805 libcore/asobj/Sound_as.cpp _leftOverPtr = _leftOverData.get(); get 834 libcore/asobj/Sound_as.cpp while (_mediaParser->nextVideoFrame().get()) {}; get 917 libcore/asobj/Sound_as.cpp DisplayObject* ch = get<DisplayObject>(obj); get 168 libcore/asobj/TextFormat_as.cpp static as_value get(const fn_call& fn) { get 250 libcore/asobj/TextFormat_as.cpp Get<const TextFormat_as, std::string, &TextFormat_as::font>::get, get 259 libcore/asobj/TextFormat_as.cpp &TextFormat_as::size, TwipsToPixels>::get, get 270 libcore/asobj/TextFormat_as.cpp Get<const TextFormat_as, std::string, &TextFormat_as::url>::get, get 278 libcore/asobj/TextFormat_as.cpp Get<const TextFormat_as, std::string, &TextFormat_as::target>::get, get 286 libcore/asobj/TextFormat_as.cpp Get<const TextFormat_as, bool, &TextFormat_as::bold>::get, get 294 libcore/asobj/TextFormat_as.cpp Get<const TextFormat_as, bool, &TextFormat_as::italic>::get, get 302 libcore/asobj/TextFormat_as.cpp Get<const TextFormat_as, bool, &TextFormat_as::underlined>::get, get 314 libcore/asobj/TextFormat_as.cpp &TextFormat_as::leftMargin, TwipsToPixels>::get, get 323 libcore/asobj/TextFormat_as.cpp &TextFormat_as::rightMargin, TwipsToPixels>::get, get 333 libcore/asobj/TextFormat_as.cpp TwipsToPixels>::get, 110, 23); get 342 libcore/asobj/TextFormat_as.cpp TwipsToPixels>::get, 110, 25); get 351 libcore/asobj/TextFormat_as.cpp TwipsToPixels>::get, 110, 27); get 362 libcore/asobj/TextFormat_as.cpp Nothing>::get, 110, 31); get 590 libcore/asobj/TextFormat_as.cpp fontlib::get_default_font().get(); get 643 libcore/asobj/TextFormat_as.cpp NativeFunction* get; get 648 libcore/asobj/TextFormat_as.cpp get = vm.getNative(110, 1); get 650 libcore/asobj/TextFormat_as.cpp o.init_property("font", *get, *set, flags); get 651 libcore/asobj/TextFormat_as.cpp get = vm.getNative(110, 3); get 653 libcore/asobj/TextFormat_as.cpp o.init_property("size", *get, *set, flags); get 654 libcore/asobj/TextFormat_as.cpp get = vm.getNative(110, 5); get 656 libcore/asobj/TextFormat_as.cpp o.init_property("color", *get, *set, flags); get 657 libcore/asobj/TextFormat_as.cpp get = vm.getNative(110, 7); get 659 libcore/asobj/TextFormat_as.cpp o.init_property("url", *get, *set, flags); get 660 libcore/asobj/TextFormat_as.cpp get = vm.getNative(110, 9); get 662 libcore/asobj/TextFormat_as.cpp o.init_property("target", *get, *set, flags); get 663 libcore/asobj/TextFormat_as.cpp get = vm.getNative(110, 11); get 665 libcore/asobj/TextFormat_as.cpp o.init_property("bold", *get, *set, flags); get 666 libcore/asobj/TextFormat_as.cpp get = vm.getNative(110, 13); get 668 libcore/asobj/TextFormat_as.cpp o.init_property("italic", *get, *set, flags); get 669 libcore/asobj/TextFormat_as.cpp get = vm.getNative(110, 15); get 671 libcore/asobj/TextFormat_as.cpp o.init_property("underline", *get, *set, flags); get 672 libcore/asobj/TextFormat_as.cpp get = vm.getNative(110, 17); get 674 libcore/asobj/TextFormat_as.cpp o.init_property("align", *get, *set, flags); get 675 libcore/asobj/TextFormat_as.cpp get = vm.getNative(110, 19); get 677 libcore/asobj/TextFormat_as.cpp o.init_property("leftMargin", *get, *set, flags); get 678 libcore/asobj/TextFormat_as.cpp get = vm.getNative(110, 21); get 680 libcore/asobj/TextFormat_as.cpp o.init_property("rightMargin", *get, *set, flags); get 681 libcore/asobj/TextFormat_as.cpp get = vm.getNative(110, 23); get 683 libcore/asobj/TextFormat_as.cpp o.init_property("indent", *get, *set, flags); get 684 libcore/asobj/TextFormat_as.cpp get = vm.getNative(110, 25); get 686 libcore/asobj/TextFormat_as.cpp o.init_property("leading", *get, *set, flags); get 687 libcore/asobj/TextFormat_as.cpp get = vm.getNative(110, 27); get 689 libcore/asobj/TextFormat_as.cpp o.init_property("blockIndent", *get, *set, flags); get 690 libcore/asobj/TextFormat_as.cpp get = vm.getNative(110, 29); get 692 libcore/asobj/TextFormat_as.cpp o.init_property("tabStops", *get, *set, flags); get 693 libcore/asobj/TextFormat_as.cpp get = vm.getNative(110, 31); get 695 libcore/asobj/TextFormat_as.cpp o.init_property("bullet", *get, *set, flags); get 198 libcore/asobj/XMLSocket_as.cpp const size_t bytesRead = _socket.readNonBlocking(buf.get(), bufSize - 1); get 209 libcore/asobj/XMLSocket_as.cpp char* ptr = buf.get(); get 210 libcore/asobj/XMLSocket_as.cpp while (static_cast<size_t>(ptr - buf.get()) < bytesRead) { get 214 libcore/asobj/XMLSocket_as.cpp ptr + std::strlen(ptr) - buf.get()); get 223 libcore/asobj/XMLSocket_as.cpp ptr + std::strlen(ptr) - buf.get()) == bytesRead) { get 449 libcore/asobj/flash/display/BitmapData_as.cpp MovieClip* mc = get<MovieClip>(o); get 90 libcore/asobj/flash/display/BitmapData_as.h return _cachedBitmap.get(); get 148 libcore/asobj/flash/display/BitmapData_as.h return _cachedBitmap.get() ? &_cachedBitmap->image() : _image.get(); get 362 libcore/asobj/flash/geom/Transform_as.cpp MovieClip* mc = get<MovieClip>(o); get 65 libcore/fontlib.cpp return s_fonts[index].get(); get 74 libcore/fontlib.cpp Font* f = s_fonts[i].get(); get 784 libcore/movie_root.cpp assert(timer.get()); get 1489 libcore/movie_root.cpp if (processInvoke(invoke.get()) == false) { get 2063 libcore/movie_root.cpp return get<DisplayObject>(o); get 124 libcore/parser/BitmapMovieDefinition.h return _bitmap.get(); get 86 libcore/parser/SWFMovieDefinition.cpp if ( _thread.get() ) get 98 libcore/parser/SWFMovieDefinition.cpp return _thread.get() != NULL; get 106 libcore/parser/SWFMovieDefinition.cpp if (!_thread.get()) { get 189 libcore/parser/SWFMovieDefinition.cpp return ch.get(); get 207 libcore/parser/SWFMovieDefinition.cpp return f.get(); get 217 libcore/parser/SWFMovieDefinition.cpp Font* f = it->second.get(); get 228 libcore/parser/SWFMovieDefinition.cpp return it->second.get(); get 246 libcore/parser/SWFMovieDefinition.cpp return ch.get(); get 270 libcore/parser/SWFMovieDefinition.cpp assert(!_str.get()); get 308 libcore/parser/SWFMovieDefinition.cpp assert(_in.get()); get 310 libcore/parser/SWFMovieDefinition.cpp _str.reset(new SWFStream(_in.get())); get 352 libcore/parser/SWFMovieDefinition.cpp assert(_str.get()); get 417 libcore/parser/SWFMovieDefinition.cpp << " at address: " << static_cast<void*>(it->second.get()); get 449 libcore/parser/SWFMovieDefinition.cpp assert(_str.get()); get 597 libcore/parser/SWFMovieDefinition.cpp if (m_jpeg_in.get()) { get 729 libcore/parser/SWFMovieDefinition.cpp addDisplayObject(id, res.get()); get 302 libcore/parser/SWFMovieDefinition.h return m_jpeg_in.get(); get 94 libcore/parser/SWFParser.cpp else if (tagLoaders.get(_tag, lf)) { get 246 libcore/parser/TypesParser.cpp boost::get<GradientFill>(morph->fill).setRecords(morphrecs); get 296 libcore/parser/TypesParser.cpp boost::get<GradientFill>(morph->fill). get 193 libcore/swf/DefineBitsTag.cpp log_debug("Setting jpeg loader to %p", (void*)input.get()); get 233 libcore/swf/DefineBitsTag.cpp if (!im.get()) { get 384 libcore/swf/DefineBitsTag.cpp if (!im.get()) return std::auto_ptr<image::GnashImage>(); get 395 libcore/swf/DefineBitsTag.cpp inflateWrapper(in, buffer.get(), bufferLength); get 400 libcore/swf/DefineBitsTag.cpp image::mergeAlpha(*im, buffer.get(), bufferLength); get 491 libcore/swf/DefineBitsTag.cpp inflateWrapper(in, buffer.get(), bufSize); get 499 libcore/swf/DefineBitsTag.cpp boost::uint8_t* colorTable = buffer.get(); get 502 libcore/swf/DefineBitsTag.cpp boost::uint8_t* inRow = buffer.get() + get 525 libcore/swf/DefineBitsTag.cpp boost::uint8_t* inRow = buffer.get() + j * pitch; get 550 libcore/swf/DefineBitsTag.cpp boost::uint8_t* inRow = buffer.get() + j * pitch; get 213 libcore/swf/DefineButtonTag.h bool hasSound() const { return (_soundTag.get()); } get 219 libcore/swf/DefineButtonTag.h assert(!_soundTag.get()); get 228 libcore/swf/DefineButtonTag.h assert(_soundTag.get()); get 71 libcore/swf/DefineFontTag.h return _codeTable.get(); get 72 libcore/swf/DefineVideoStreamTag.cpp assert(!_videoInfo.get()); // allowed to be called only once get 132 libcore/swf/DefineVideoStreamTag.h media::VideoInfo* getVideoInfo() const { return _videoInfo.get(); } get 68 libcore/swf/TagLoadersTable.h bool get(TagType t, TagLoader& lf) const; get 80 libcore/swf/TextRecord.cpp _font.get()); get 134 libcore/swf/TextRecord.h return _font.get(); get 1038 libcore/vm/ASHandlers.cpp target = get<DisplayObject>(thread.getTarget()); get 168 libcore/vm/VM.cpp if (_shLib.get()) _shLib->markReachableResources(); get 168 libcore/vm/VM.h assert(_shLib.get()); get 94 libmedia/AudioDecoderSpeex.cpp speex_bits_read_from(&_speex_bits, reinterpret_cast<char*>(input.data.get()), get 105 libmedia/AudioDecoderSpeex.cpp int rv = speex_decode_int(_speex_dec_state, &_speex_bits, output.get()); get 130 libmedia/AudioDecoderSpeex.cpp int err = speex_resampler_process_int(_resampler, 0 /* mono */, output.get(), &in_size, conv_data, &conv_size); get 149 libmedia/AudioDecoderSpeex.cpp AudioResampler::convert_raw_data(&conv_data, &outsize, output.get(), get 171 libmedia/AudioDecoderSpeex.cpp memcpy(ptr, frame->data.get(), frame->size); get 134 libmedia/FLVParser.cpp if ( _videoInfo.get()) { get 185 libmedia/FLVParser.cpp if ( ! frame.get() ) { get 191 libmedia/FLVParser.cpp if (!_audioInfo.get()) { get 205 libmedia/FLVParser.cpp std::copy(frame->data.get(), frame->data.get() + bufSize, data); get 262 libmedia/FLVParser.cpp if ( ! frame.get() ) { get 268 libmedia/FLVParser.cpp if ( ! _videoInfo.get() ) { get 380 libmedia/FLVParser.cpp if (!frame.get()) { get 404 libmedia/FLVParser.cpp if (!frame.get()) { get 75 libmedia/MediaHandler.cpp assert(!stream.get()); // TODO: when ownership will be transferred... get 81 libmedia/MediaParser.cpp bool hasVideo = _videoInfo.get(); get 82 libmedia/MediaParser.cpp bool hasAudio = _audioInfo.get(); get 128 libmedia/MediaParser.cpp while (!parsingCompleted() && _videoInfo.get() && _videoFrames.empty()) get 134 libmedia/MediaParser.cpp if (!_videoInfo.get() || _videoFrames.empty()) return 0; get 144 libmedia/MediaParser.cpp while (!parsingCompleted() && _videoInfo.get() && _videoFrames.empty()) get 196 libmedia/MediaParser.cpp while (!parsingCompleted() && _videoInfo.get() && _videoFrames.empty()) get 219 libmedia/MediaParser.cpp while (!parsingCompleted() && _audioInfo.get() && _audioFrames.empty()) get 255 libmedia/MediaParser.cpp while (!parsingCompleted() && _audioInfo.get() && _audioFrames.empty()) get 260 libmedia/MediaParser.cpp if (!_audioInfo.get() || _audioFrames.empty()) return 0; get 267 libmedia/MediaParser.cpp if ( _parserThread.get() ) get 390 libmedia/MediaParser.h const boost::uint8_t* data() const { return _data.get(); } get 547 libmedia/MediaParser.h VideoInfo* getVideoInfo() { return _videoInfo.get(); } get 554 libmedia/MediaParser.h AudioInfo* getAudioInfo() { return _audioInfo.get(); } get 285 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp if ( info.extra.get() ) get 287 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp if (dynamic_cast<ExtraAudioInfoFfmpeg*>(info.extra.get())) { get 292 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp } else if (dynamic_cast<ExtraAudioInfoFlv*>(info.extra.get())) { get 294 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp static_cast<ExtraAudioInfoFlv*>(info.extra.get()); get 295 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp _audioCodecCtx->extradata = extra->data.get(); get 502 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp std::copy(outBuf.get(), outBuf.get()+outSize, retBuf+retBufSize); get 516 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp return decodeFrame(ef.data.get(), ef.dataSize, outputSize); get 70 libmedia/ffmpeg/MediaHandlerFfmpeg.cpp assert(!parser.get()); get 71 libmedia/ffmpeg/MediaParserFfmpeg.cpp size_t actuallyRead = _stream->read(buffer.get(), probeSize); get 74 libmedia/ffmpeg/MediaParserFfmpeg.cpp std::fill(buffer.get() + actuallyRead, buffer.get() + bufSize, 0); get 87 libmedia/ffmpeg/MediaParserFfmpeg.cpp probe_data.buf = buffer.get(); get 371 libmedia/ffmpeg/MediaParserFfmpeg.cpp _byteIOBuffer.get(), // buffer get 549 libmedia/ffmpeg/MediaParserFfmpeg.cpp assert(_stream.get()); get 146 libmedia/ffmpeg/VideoConverterFfmpeg.cpp if (!_swsContext.get()) { get 147 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp if (info.extra.get()) get 149 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp if (dynamic_cast<ExtraVideoInfoFfmpeg*>(info.extra.get())) { get 155 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp else if (dynamic_cast<ExtraVideoInfoFlv*>(info.extra.get())) { get 158 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp extradata = ei.data.get(); get 227 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp if (!_videoCodecCtx.get()) return 0; get 234 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp if (!_videoCodecCtx.get()) return 0; get 265 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp im.reset(new GnashVaapiImage(vaSurface->get(), image::TYPE_RGBA)); get 273 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp if (!_swsContext.get()) { get 347 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp assert(_videoCodecCtx.get()); get 70 libmedia/ffmpeg/VideoDecoderFfmpegVaapi.cpp VaapiGlobalContext * const gvactx = VaapiGlobalContext::get(); get 92 libmedia/ffmpeg/VideoDecoderFfmpegVaapi.cpp pic->data[3] = reinterpret_cast<uint8_t *>((uintptr_t)surface->get()->get()); get 105 libmedia/ffmpeg/VideoDecoderFfmpegVaapi.cpp VaapiGlobalContext * const gvactx = VaapiGlobalContext::get(); get 113 libmedia/ffmpeg/VideoDecoderFfmpegVaapi.cpp this->context_id = _context->get(); get 93 libmedia/gst/AudioDecoderGst.cpp ExtraAudioInfoFlv* extra = dynamic_cast<ExtraAudioInfoFlv*>(info.extra.get()); get 96 libmedia/gst/AudioDecoderGst.cpp memcpy(GST_BUFFER_DATA(buf), extra->data.get(), extra->size); get 116 libmedia/gst/AudioDecoderGst.cpp ExtraInfoGst* extraaudioinfo = dynamic_cast<ExtraInfoGst*>(info.extra.get()); get 279 libmedia/gst/AudioDecoderGst.cpp EncodedExtraGstData* extradata = dynamic_cast<EncodedExtraGstData*>(ef.extradata.get()); get 286 libmedia/gst/AudioDecoderGst.cpp memcpy (GST_BUFFER_DATA (gstbuf), ef.data.get(), ef.dataSize); get 75 libmedia/gst/MediaHandlerGst.cpp assert(!parser.get()); get 86 libmedia/gst/MediaHandlerGst.cpp ExtraInfoGst* extrainfo = dynamic_cast<ExtraInfoGst*>(info.extra.get()); get 102 libmedia/gst/MediaHandlerGst.cpp ExtraVideoInfoFlv* extrainfo = dynamic_cast<ExtraVideoInfoFlv*>(info.extra.get()); get 104 libmedia/gst/MediaHandlerGst.cpp extradata = extrainfo->data.get(); get 87 libmedia/gst/MediaParserGst.cpp if (! (_videoInfo.get() || _audioInfo.get()) ) { get 247 libmedia/gst/MediaParserGst.cpp return _demux_probe_ended || (_videoInfo.get() && _audioInfo.get()); get 169 libmedia/gst/VideoDecoderGst.cpp dynamic_cast<EncodedExtraGstData*>(frame.extradata.get()); get 61 libmedia/haiku/MediaHandlerHaiku.cpp assert(!parser.get()); get 334 librender/agg/Renderer_agg.cpp _rbuf.attach(_buffer.get(), width, height, width); get 844 librender/agg/Renderer_agg.cpp assert(m_pixf.get()); get 889 librender/agg/Renderer_agg.cpp return _external.get(); get 942 librender/agg/Renderer_agg.cpp assert(m_pixf.get()); get 1479 librender/agg/Renderer_agg.cpp assert(m_pixf.get()); get 1692 librender/agg/Renderer_agg.cpp assert(m_pixf.get()); get 1811 librender/agg/Renderer_agg.cpp assert(m_pixf.get()); get 53 librender/agg/Renderer_agg_bitmap.h return !_image.get(); get 132 librender/cairo/Renderer_cairo.cpp return !_data.get(); get 137 librender/cairo/Renderer_cairo.cpp if (_image.get()) return *_image; get 155 librender/cairo/Renderer_cairo.cpp reinterpret_cast<boost::uint32_t*>(_data.get()); get 162 librender/cairo/Renderer_cairo.cpp if (!_image.get()) return; get 165 librender/cairo/Renderer_cairo.cpp rgb_to_cairo_rgb24(_data.get(), _image.get()); get 168 librender/cairo/Renderer_cairo.cpp rgba_to_cairo_argb(_data.get(), _image.get()); get 459 librender/cairo/Renderer_cairo.cpp rgb_to_cairo_rgb24(buffer, im.get()); get 467 librender/cairo/Renderer_cairo.cpp rgba_to_cairo_argb(buffer, im.get()); get 522 librender/cairo/Renderer_cairo.cpp rgb_to_cairo_rgb24(_video_buffer.get(), frame); get 526 librender/cairo/Renderer_cairo.cpp _video_buffer.get(), CAIRO_FORMAT_RGB24, w, h, w * 4); get 147 librender/opengl/Renderer_ogl.cpp if (_cache.get()) return *_cache; get 240 librender/opengl/Renderer_ogl.cpp if (!OSMesaMakeCurrent(_context, _buffer.get(), GL_UNSIGNED_BYTE, width, get 614 librender/opengl/Renderer_ogl.cpp GL_UNSIGNED_BYTE, resized_data.get()); get 620 librender/opengl/Renderer_ogl.cpp upload(resized_data.get(), w, h); get 764 librender/opengl/Renderer_ogl.cpp if (_offscreen.get()) { get 885 librender/opengl/Renderer_ogl.cpp if (!texture.get()) get 894 librender/opengl/Renderer_ogl.cpp dynamic_cast<GnashVaapiTexture *>(texture.get())->update(dynamic_cast<GnashVaapiImage *>(frame)->surface()); get 1725 librender/opengl/Renderer_ogl.cpp boost::get<SolidFill>(FillStyles[i].fill); get 1735 librender/opengl/Renderer_ogl.cpp boost::get<SolidFill>(FillStyles[i].fill); get 143 librender/opengl/Renderer_ogl.h const std::vector<PathRefs>& get() const get 65 libsound/EmbedSound.cpp if ( _buf.get() ) get 111 libsound/EmbedSound.cpp _soundInstances.push_back(ret.get()); get 112 libsound/EmbedSoundInst.cpp if ( _decodedData.get() ) get 135 libsound/EmbedSoundInst.cpp if (!_decoder.get()) get 438 libsound/EmbedSoundInst.cpp if ( ! _decodedData.get() ) get 168 libsound/EmbedSoundInst.h if ( ! _decodedData.get() ) get 276 libsound/EmbedSoundInst.h if ( _decodedData.get() ) get 183 libsound/sound_handler.cpp return _sounds[sound_handle]->soundinfo.get(); get 327 libsound/sound_handler.cpp assert(sinfo.get()); get 528 libsound/sound_handler.cpp InputStream* newStream = newStreamer.get(); // for debugging get 535 libsound/sound_handler.cpp "to deleted InputStream %p!", newStreamer.get()); get 586 libsound/sound_handler.cpp unsigned int wrote = is->fetchSamples(buf.get(), nSamples); get 590 libsound/sound_handler.cpp std::fill(buf.get()+wrote, buf.get()+nSamples, 0); get 599 libsound/sound_handler.cpp mix(to, buf.get(), nSamples, finalVolumeFact); get 606 libsound/sound_handler.cpp if (_wavWriter.get()) get 626 libsound/sound_handler.cpp bool wasDumping = (_wavWriter.get() != 0); get 736 libsound/sound_handler.cpp InputStream* ret = newStreamer.get(); get 126 libvaapi/VaapiContext.cpp VaapiGlobalContext * const gvactx = VaapiGlobalContext::get(); get 185 libvaapi/VaapiContext.cpp surface_ids.push_back(surface->get()); get 243 libvaapi/VaapiContext.cpp log_debug("VaapiContext::acquireSurface(): surface 0x%08x\n", surface->get()); get 251 libvaapi/VaapiContext.cpp log_debug("VaapiContext::releaseSurface(): surface 0x%08x\n", surface->get()); get 78 libvaapi/VaapiContext.h VAContextID get() const { return _context; } get 90 libvaapi/VaapiContext.h VaapiContextData *getData() const { return _user_data.get(); } get 37 libvaapi/VaapiDisplay.h VADisplay get() const { return _display; } get 32 libvaapi/VaapiDisplayGLX.h : VaapiDisplay(vaGetDisplayGLX(X11Display::get())) get 37 libvaapi/VaapiDisplayX11.h Display *get() const { return _x_display; } get 43 libvaapi/VaapiDisplayX11.h : VaapiDisplay(vaGetDisplay(X11Display::get())) get 136 libvaapi/VaapiGlobalContext.cpp if (!vaapi_global_context.get()) { get 145 libvaapi/VaapiGlobalContext.cpp if (!dpy.get()) { get 155 libvaapi/VaapiGlobalContext.cpp return vaapi_global_context.get(); get 48 libvaapi/VaapiGlobalContext.h static VaapiGlobalContext *get(); get 71 libvaapi/VaapiGlobalContext.h VADisplay display() const { return _display->get(); } get 64 libvaapi/VaapiImage.cpp VaapiGlobalContext * const gvactx = VaapiGlobalContext::get(); get 82 libvaapi/VaapiImage.cpp log_debug(" image 0x%08x, format '%s'\n", get(), string_of_FOURCC(_format)); get 96 libvaapi/VaapiImage.cpp VaapiGlobalContext * const gvactx = VaapiGlobalContext::get(); get 119 libvaapi/VaapiImage.cpp VaapiGlobalContext * const gvactx = VaapiGlobalContext::get(); get 142 libvaapi/VaapiImage.cpp VaapiGlobalContext * const gvactx = VaapiGlobalContext::get(); get 60 libvaapi/VaapiImage.h VAImageID get() const { return _image.image_id; } get 56 libvaapi/VaapiSubpicture.cpp if (!_image.get()) { get 60 libvaapi/VaapiSubpicture.cpp VaapiGlobalContext * const gvactx = VaapiGlobalContext::get(); get 66 libvaapi/VaapiSubpicture.cpp VAStatus status = vaCreateSubpicture(gvactx->display(), _image->get(), &subpicture); get 77 libvaapi/VaapiSubpicture.cpp VaapiGlobalContext * const gvactx = VaapiGlobalContext::get(); get 51 libvaapi/VaapiSubpicture.h VASubpictureID get() const { return _subpicture; } get 57 libvaapi/VaapiSurface.cpp VaapiGlobalContext * gvactx = VaapiGlobalContext::get(); get 83 libvaapi/VaapiSurface.cpp VaapiGlobalContext * gvactx = VaapiGlobalContext::get(); get 129 libvaapi/VaapiSurface.cpp VaapiGlobalContext * gvactx = VaapiGlobalContext::get(); get 135 libvaapi/VaapiSurface.cpp status = vaPutImage(gvactx->display(), get(), background.get(), get 147 libvaapi/VaapiSurface.cpp return a->get() == b->get(); get 155 libvaapi/VaapiSurface.cpp VaapiGlobalContext * gvactx = VaapiGlobalContext::get(); get 163 libvaapi/VaapiSurface.cpp VASurfaceID surface_id = this->get(); get 164 libvaapi/VaapiSurface.cpp status = vaAssociateSubpicture(gvactx->display(), subpicture->get(), get 189 libvaapi/VaapiSurface.cpp VaapiGlobalContext * gvactx = VaapiGlobalContext::get(); get 195 libvaapi/VaapiSurface.cpp VASurfaceID surface_id = this->get(); get 196 libvaapi/VaapiSurface.cpp status = vaDeassociateSubpicture(gvactx->display(), subpicture->get(), get 85 libvaapi/VaapiSurface.h VASurfaceID get() const { return static_cast<VASurfaceID>(_impl->surface()); } get 191 libvaapi/VaapiSurfaceGLX.cpp VaapiGlobalContext * gvactx = VaapiGlobalContext::get(); get 218 libvaapi/VaapiSurfaceGLX.cpp VaapiGlobalContext * gvactx = VaapiGlobalContext::get(); get 240 libvaapi/VaapiSurfaceGLX.cpp VaapiGlobalContext * gvactx = VaapiGlobalContext::get(); get 246 libvaapi/VaapiSurfaceGLX.cpp status = vaSyncSurface(gvactx->display(), surface->get()); get 251 libvaapi/VaapiSurfaceGLX.cpp surface->get(), VA_FRAME_PICTURE); get 266 libvaapi/VaapiSurfaceGLX.cpp log_debug("VaapiSurfaceGLX::update(): from surface 0x%08x\n", surface->get()); get 268 libvaapi/VaapiSurfaceGLX.cpp return dynamic_cast<VaapiSurfaceGLXImpl *>(_impl.get())->update(surface); get 40 libvaapi/VaapiSurfaceGLX.h void *get() const { return reinterpret_cast<void *>(_impl->surface()); } get 31 libvaapi/VaapiSurfaceProxy.cpp log_debug("VaapiSurfaceProxy::VaapiSurfaceProxy(): surface 0x%08x\n", _surface->get()); get 36 libvaapi/VaapiSurfaceProxy.cpp log_debug("VaapiSurfaceProxy::~VaapiSurfaceProxy(): surface 0x%08x\n", _surface->get()); get 43 libvaapi/VaapiSurfaceProxy.h boost::shared_ptr<VaapiSurface> get() const { return _surface; } get 71 plugin/klash/klash_part.h bool get (const unsigned long, const QString &, get 71 plugin/klash4/klash_part.h bool get (const unsigned long, const QString &, get 149 plugin/npapi/GnashNPVariant.h const NPVariant& get() const { return _variant; } get 234 plugin/npapi/callbacks.cpp if (NPVARIANT_TO_BOOLEAN(value.get()) == true) { get 378 plugin/npapi/callbacks.cpp if (NPVARIANT_IS_INT32(value.get())) { get 379 plugin/npapi/callbacks.cpp INT32_TO_NPVARIANT(NPVARIANT_TO_INT32(value.get()), *result); get 632 plugin/npapi/callbacks.cpp if (NPVARIANT_IS_INT32(value.get())) { get 704 plugin/npapi/callbacks.cpp if (!NPVARIANT_IS_NULL(parsed.get())) { get 705 plugin/npapi/callbacks.cpp answer = NPStringToString(NPVARIANT_TO_STRING(parsed.get())); get 327 plugin/npapi/external.cpp NPN_SetProperty(NULL, obj, id, &value.get()); get 343 plugin/npapi/external.cpp NPN_SetProperty(NULL, obj, id, &value.get()); get 793 plugin/npapi/plugin.cpp invoke->args[0].get())); get 799 plugin/npapi/plugin.cpp invoke->args[1].get())); get 810 plugin/npapi/plugin.cpp invoke->args[2].get())); get 820 plugin/npapi/plugin.cpp invoke->args[3].get())); get 840 plugin/npapi/plugin.cpp invoke->args[0].get())); get 842 plugin/npapi/plugin.cpp invoke->args[1].get())); get 864 plugin/npapi/plugin.cpp invoke->args[0].get())); get 889 plugin/npapi/plugin.cpp invokeResult=NPN_Invoke(_instance, windowObject, id, args.get(), get 638 plugin/npapi/pluginScriptObject.cpp printNPVariant(&parsed.get()); get 170 plugin/npapi/test.cpp std::string data = NPStringToString(NPVARIANT_TO_STRING(np.get())); get 171 plugin/npapi/test.cpp if (NPVARIANT_IS_STRING(np.get()) && get 180 plugin/npapi/test.cpp double num = NPVARIANT_TO_DOUBLE(np.get()); get 181 plugin/npapi/test.cpp if (NPVARIANT_IS_DOUBLE(np.get()) && get 190 plugin/npapi/test.cpp int inum = NPVARIANT_TO_INT32(np.get()); get 191 plugin/npapi/test.cpp if (NPVARIANT_IS_INT32(np.get()) && get 200 plugin/npapi/test.cpp bool flag = NPVARIANT_TO_BOOLEAN(np.get()); get 201 plugin/npapi/test.cpp if (NPVARIANT_IS_BOOLEAN(np.get()) && get 210 plugin/npapi/test.cpp flag = NPVARIANT_TO_BOOLEAN(np.get()); get 211 plugin/npapi/test.cpp if (NPVARIANT_IS_BOOLEAN(np.get()) && get 220 plugin/npapi/test.cpp if (NPVARIANT_IS_NULL(np.get())) { get 228 plugin/npapi/test.cpp if (NPVARIANT_IS_VOID(np.get())) { get 237 plugin/npapi/test.cpp data = NPStringToString(NPVARIANT_TO_STRING(np.get())); get 246 plugin/npapi/test.cpp if (NPVARIANT_IS_OBJECT(np.get())) { get 272 plugin/npapi/test.cpp str = NPStringToString(NPVARIANT_TO_STRING(np.get())); get 273 plugin/npapi/test.cpp double dub = NPVARIANT_TO_DOUBLE(arguments[1].get()); get 274 plugin/npapi/test.cpp int val = NPVARIANT_TO_INT32(arguments[2].get()); get 285 plugin/npapi/test.cpp str = NPStringToString(NPVARIANT_TO_STRING(invoke->args[0].get())); get 287 plugin/npapi/test.cpp && (NPVARIANT_IS_STRING(invoke->args[0].get())) get 289 plugin/npapi/test.cpp && (NPVARIANT_IS_DOUBLE(invoke->args[1].get())) get 290 plugin/npapi/test.cpp && (NPVARIANT_TO_DOUBLE(invoke->args[1].get()) == 135.78) get 315 plugin/npapi/test.cpp check(NPVARIANT_IS_STRING(invoke->args[0].get())); get 316 plugin/npapi/test.cpp str = NPStringToString(NPVARIANT_TO_STRING(invoke->args[0].get())); get 319 plugin/npapi/test.cpp xcheck(NPVARIANT_IS_OBJECT(invoke->args[1].get())); get 322 plugin/npapi/test.cpp xcheck(NPVARIANT_IS_STRING(invoke->args[2].get())); get 326 plugin/npapi/test.cpp xcheck(NPVARIANT_IS_DOUBLE(invoke->args[3].get())); get 329 plugin/npapi/test.cpp check(NPVARIANT_IS_STRING(invoke->args[4].get())); get 330 plugin/npapi/test.cpp str = NPStringToString(NPVARIANT_TO_STRING(invoke->args[4].get())); get 333 plugin/npapi/test.cpp xcheck(NPVARIANT_IS_STRING(invoke->args[5].get())); get 337 plugin/npapi/test.cpp xcheck(NPVARIANT_IS_STRING(invoke->args[6].get())); get 341 plugin/npapi/test.cpp xcheck(NPVARIANT_IS_STRING(invoke->args[7].get())); get 349 plugin/npapi/test.cpp check(NPVARIANT_IS_NULL(v.get())); get 357 plugin/npapi/test.cpp check(NPVARIANT_IS_NULL(v.get())); get 411 plugin/win32/plugin.cpp gnash::set_sound_handler(_sound_handler.get()); get 152 testsuite/MovieTester.cpp _movie_root->init(_movie_def.get(), v); get 314 testsuite/MovieTester.cpp Renderer* h = rend.getRenderer().get(); get 501 testsuite/MovieTester.cpp if ( ! _sound_handler.get() ) return 0; get 508 testsuite/MovieTester.cpp if ( ! _sound_handler.get() ) return 0; get 533 testsuite/MovieTester.cpp if ( handler.get() ) { get 600 testsuite/MovieTester.cpp if (_mediaHandler.get()) { get 601 testsuite/MovieTester.cpp _sound_handler.reset(new sound::NullSoundHandler(_mediaHandler.get())); get 612 testsuite/MovieTester.cpp _mediaHandler.reset(media::MediaFactory::instance().get("")); get 620 testsuite/MovieTester.cpp _movie_root->init(_movie_def.get(), v); get 273 testsuite/MovieTester.h bool canTestSound() const { return _sound_handler.get() != NULL; } get 155 testsuite/libbase.all/NoSeekFileTest.cpp compare_reads(orig.get(), raw, "cache", "raw"); get 85 testsuite/libcore.all/BitsReaderTest.cpp in.read(buf.get(), 1024); get 87 testsuite/libcore.all/BitsReaderTest.cpp BitsReader s(buf.get(), 1024); get 234 testsuite/libcore.all/BitsReaderTest.cpp in.read(buf.get(), 1024); get 66 testsuite/libcore.all/DisplayListTest.cpp stage.init(md5.get(), v); get 85 testsuite/libcore.all/PropertyListTest.cpp root.init(md5.get(), MovieClip::MovieVariables()); get 164 utilities/processor.cpp const HostMessage& ev = boost::get<HostMessage>(e); get 336 utilities/processor.cpp mediaHandler.reset(media::MediaFactory::instance().get(mh)); get 337 utilities/processor.cpp soundHandler.reset(new sound::NullSoundHandler(mediaHandler.get())); get 460 utilities/processor.cpp m.init(md.get(), v); get 518 utilities/rtmpget.cpp while (b.get()) { get 526 utilities/rtmpget.cpp while (f.get()) {