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

/external/chromium_org/content/common/gpu/media/
H A Dvideo_encode_accelerator_unittest.cc468 class VEAClient : public VideoEncodeAccelerator::Client { class in namespace:content::__anon7620
470 VEAClient(TestStream* test_stream,
478 virtual ~VEAClient();
540 // Used to notify another thread about the state. VEAClient does not own this.
623 VEAClient::VEAClient(TestStream* test_stream, function in class:content::__anon7620::VEAClient
660 base::Bind(&VEAClient::HandleEncodedFrame, base::Unretained(this)));
678 VEAClient::~VEAClient() { CHECK(!has_encoder()); }
680 void VEAClient
[all...]

Completed in 74 milliseconds