HomeSort by relevance Sort by last modified time
    Searched defs:GpuVideoDecoder (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/filters/
gpu_video_decoder.cc 39 GpuVideoDecoder::SHMBuffer::SHMBuffer(base::SharedMemory* m, size_t s)
43 GpuVideoDecoder::SHMBuffer::~SHMBuffer() {}
45 GpuVideoDecoder::PendingDecoderBuffer::PendingDecoderBuffer(
52 GpuVideoDecoder::PendingDecoderBuffer::~PendingDecoderBuffer() {}
54 GpuVideoDecoder::BufferData::BufferData(
60 GpuVideoDecoder::BufferData::~BufferData() {}
62 GpuVideoDecoder::GpuVideoDecoder(
75 void GpuVideoDecoder::Reset(const base::Closure& closure) {
83 &GpuVideoDecoder::Reset, weak_factory_.GetWeakPtr(), closure))
    [all...]
gpu_video_decoder.h 36 class MEDIA_EXPORT GpuVideoDecoder
40 explicit GpuVideoDecoder(
68 virtual ~GpuVideoDecoder();
103 base::WeakPtr<GpuVideoDecoder> decoder,
189 base::WeakPtrFactory<GpuVideoDecoder> weak_factory_;
191 DISALLOW_COPY_AND_ASSIGN(GpuVideoDecoder);

Completed in 116 milliseconds