OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PpFrameWriter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/media/
video_destination_handler.h
33
//
PpFrameWriter
implements cricket::VideoCapturer so that it can be used in
37
class CONTENT_EXPORT
PpFrameWriter
41
PpFrameWriter
();
42
virtual ~
PpFrameWriter
();
66
DISALLOW_COPY_AND_ASSIGN(
PpFrameWriter
);
video_destination_handler.cc
28
PpFrameWriter
::
PpFrameWriter
()
31
PpFrameWriter
::~
PpFrameWriter
() {}
33
CaptureState
PpFrameWriter
::Start(const VideoFormat& capture_format) {
36
LOG(ERROR) << "
PpFrameWriter
::Start - "
44
void
PpFrameWriter
::Stop() {
50
bool
PpFrameWriter
::IsRunning() {
54
bool
PpFrameWriter
::GetPreferredFourccs(std::vector<uint32>* fourccs) {
56
LOG(ERROR) << "
PpFrameWriter
::GetPreferredFourccs -
[
all
...]
Completed in 77 milliseconds