Searched defs:GpuVideoDecodeAcceleratorHost (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/content/common/gpu/client/
H A Dgpu_video_decode_accelerator_host.cc23 GpuVideoDecodeAcceleratorHost::GpuVideoDecodeAcceleratorHost( function in class:content::GpuVideoDecodeAcceleratorHost
36 GpuVideoDecodeAcceleratorHost::~GpuVideoDecodeAcceleratorHost() {
45 bool GpuVideoDecodeAcceleratorHost::OnMessageReceived(const IPC::Message& msg) {
48 IPC_BEGIN_MESSAGE_MAP(GpuVideoDecodeAcceleratorHost, msg)
71 void GpuVideoDecodeAcceleratorHost::OnChannelError() {
82 bool GpuVideoDecodeAcceleratorHost::Initialize(media::VideoCodecProfile profile,
107 void GpuVideoDecodeAcceleratorHost::Decode(
125 void GpuVideoDecodeAcceleratorHost
[all...]
H A Dgpu_video_decode_accelerator_host.h22 class GpuVideoDecodeAcceleratorHost class in namespace:content
30 GpuVideoDecodeAcceleratorHost(GpuChannelHost* channel,
53 virtual ~GpuVideoDecodeAcceleratorHost();
94 base::WeakPtrFactory<GpuVideoDecodeAcceleratorHost> weak_this_factory_;
96 DISALLOW_COPY_AND_ASSIGN(GpuVideoDecodeAcceleratorHost);

Completed in 50 milliseconds