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

  /external/chromium_org/remoting/codec/
video_encoder_vpx.h 21 class VideoEncoderVpx : public VideoEncoder {
24 static scoped_ptr<VideoEncoderVpx> CreateForVP8();
26 virtual ~VideoEncoderVpx();
36 VideoEncoderVpx(const InitializeCodecCallback& init_codec);
62 DISALLOW_COPY_AND_ASSIGN(VideoEncoderVpx);
video_encoder_vpx_unittest.cc 25 scoped_ptr<VideoEncoderVpx> encoder(VideoEncoderVpx::CreateForVP8());
35 scoped_ptr<VideoEncoderVpx> encoder(VideoEncoderVpx::CreateForVP8());
56 scoped_ptr<VideoEncoderVpx> encoder(VideoEncoderVpx::CreateForVP8());
video_encoder_vpx.cc 83 scoped_ptr<VideoEncoderVpx> VideoEncoderVpx::CreateForVP8() {
84 return scoped_ptr<VideoEncoderVpx>(
85 new VideoEncoderVpx(base::Bind(&CreateVP8Codec)));
88 VideoEncoderVpx::~VideoEncoderVpx() {}
90 scoped_ptr<VideoPacket> VideoEncoderVpx::Encode(
179 VideoEncoderVpx::VideoEncoderVpx(const InitializeCodecCallback& init_codec)
186 bool VideoEncoderVpx::Initialize(const webrtc::DesktopSize& size)
    [all...]
video_decoder_vpx_unittest.cc 17 scoped_ptr<VideoEncoderVpx> encoder_;
20 VideoDecoderVpxTest() : encoder_(VideoEncoderVpx::CreateForVP8()),
  /external/chromium_org/remoting/host/
client_session.cc 431 return remoting::VideoEncoderVpx::CreateForVP8().PassAs<VideoEncoder>();

Completed in 177 milliseconds