OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RTCVideoDecoder
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/media/
rtc_video_decoder.h
44
class CONTENT_EXPORT
RTCVideoDecoder
48
virtual ~
RTCVideoDecoder
();
50
// Creates a
RTCVideoDecoder
. Returns NULL if failed. The video decoder will
52
static scoped_ptr<
RTCVideoDecoder
> Create(
109
RTCVideoDecoder
(
151
base::WeakPtr<
RTCVideoDecoder
> decoder,
238
// The state of
RTCVideoDecoder
. Guarded by |lock_|.
270
base::WeakPtrFactory<
RTCVideoDecoder
> weak_factory_;
272
DISALLOW_COPY_AND_ASSIGN(
RTCVideoDecoder
);
rtc_video_decoder.cc
27
const int32
RTCVideoDecoder
::ID_LAST = 0x3FFFFFFF;
28
const int32
RTCVideoDecoder
::ID_HALF = 0x20000000;
29
const int32
RTCVideoDecoder
::ID_INVALID = -1;
49
class
RTCVideoDecoder
::SHMBuffer {
57
RTCVideoDecoder
::SHMBuffer::SHMBuffer(base::SharedMemory* shm, size_t size)
60
RTCVideoDecoder
::SHMBuffer::~SHMBuffer() { shm->Close(); }
62
RTCVideoDecoder
::BufferData::BufferData(int32 bitstream_buffer_id,
73
RTCVideoDecoder
::BufferData::BufferData() {}
75
RTCVideoDecoder
::BufferData::~BufferData() {}
77
RTCVideoDecoder
::RTCVideoDecoder
[
all
...]
Completed in 3680 milliseconds