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

/external/chromium_org/ppapi/proxy/
H A Dvideo_decoder_resource_unittest.cc217 void SendPictureReady(const ResourceMessageCallParams& params, function in class:ppapi::proxy::__anon10159::VideoDecoderResourceTest
445 SendPictureReady(params, 1U, kTextureId1);
453 SendPictureReady(params, 2U, kTextureId2);
485 SendPictureReady(params, 0U, kTextureId1);
/external/chromium_org/content/common/gpu/media/
H A Dv4l2_video_decode_accelerator.cc1100 SendPictureReady();
1263 SendPictureReady(); // Send all pending PictureReady.
1350 SendPictureReady(); // Send all pending PictureReady.
1865 void V4L2VideoDecodeAccelerator::SendPictureReady() { function in class:content::V4L2VideoDecodeAccelerator
1866 DVLOG(3) << "SendPictureReady()";
1880 DVLOG(3) << "SendPictureReady()"
1912 SendPictureReady();

Completed in 525 milliseconds