OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FrameWriterImpl
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/test/testsupport/
frame_writer.cc
18
FrameWriterImpl
::
FrameWriterImpl
(std::string output_filename,
25
FrameWriterImpl
::~
FrameWriterImpl
() {
29
bool
FrameWriterImpl
::Init() {
44
void
FrameWriterImpl
::Close() {
51
size_t
FrameWriterImpl
::FrameLength() { return frame_length_in_bytes_; }
53
bool
FrameWriterImpl
::WriteFrame(uint8_t* frame_buffer) {
frame_writer.h
45
class
FrameWriterImpl
: public FrameWriter {
54
FrameWriterImpl
(std::string output_filename, size_t frame_length_in_bytes);
55
~
FrameWriterImpl
() override;
frame_writer_unittest.cc
28
frame_writer_ = new
FrameWriterImpl
(temp_filename_, kFrameLength);
41
FrameWriterImpl
frame_writer(temp_filename_, kFrameLength);
58
FrameWriterImpl
frame_writer(temp_filename_, kFrameLength);
/external/webrtc/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc
495
webrtc::test::
FrameWriterImpl
frame_writer(config.output_filename,
/external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor_integrationtest.cc
217
frame_writer_ = new webrtc::test::
FrameWriterImpl
(
[
all
...]
Completed in 291 milliseconds