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

  /external/chromium_org/media/filters/
gpu_video_decoder.cc 33 GpuVideoDecoder::SHMBuffer::SHMBuffer(base::SharedMemory* m, size_t s)
37 GpuVideoDecoder::SHMBuffer::~SHMBuffer() {}
39 GpuVideoDecoder::BufferPair::BufferPair(
44 GpuVideoDecoder::BufferPair::~BufferPair() {}
46 GpuVideoDecoder::BufferData::BufferData(
52 GpuVideoDecoder::BufferData::~BufferData() {}
54 GpuVideoDecoder::GpuVideoDecoder(
68 void GpuVideoDecoder::Reset(const base::Closure& closure) {
74 &GpuVideoDecoder::Reset, weak_this_, closure))
    [all...]
gpu_video_decoder.h 33 class MEDIA_EXPORT GpuVideoDecoder
38 explicit GpuVideoDecoder(
65 virtual ~GpuVideoDecoder();
117 base::WeakPtrFactory<GpuVideoDecoder> weak_factory_;
118 base::WeakPtr<GpuVideoDecoder> weak_this_;
179 DISALLOW_COPY_AND_ASSIGN(GpuVideoDecoder);
  /external/chromium_org/content/renderer/media/
webmediaplayer_impl.cc     [all...]

Completed in 476 milliseconds