Searched defs:FrameGeneratorForTest (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromecast/media/cma/base/
H A Dframe_generator_for_test.cc15 FrameGeneratorForTest::FrameSpec::FrameSpec()
22 FrameGeneratorForTest::FrameSpec::~FrameSpec() {
25 FrameGeneratorForTest::FrameGeneratorForTest( function in class:chromecast::media::FrameGeneratorForTest
32 FrameGeneratorForTest::~FrameGeneratorForTest() {
35 bool FrameGeneratorForTest::HasDecoderConfig() const {
42 scoped_refptr<DecoderBufferBase> FrameGeneratorForTest::Generate() {
107 size_t FrameGeneratorForTest::RemainingFrameCount() const {
H A Dframe_generator_for_test.h17 class FrameGeneratorForTest { class in namespace:chromecast::media
33 explicit FrameGeneratorForTest(const std::vector<FrameSpec> frame_specs);
34 ~FrameGeneratorForTest();
53 DISALLOW_COPY_AND_ASSIGN(FrameGeneratorForTest);

Completed in 117 milliseconds