OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PictureReady
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/ppapi/c/dev/
ppp_video_decoder_dev.h
82
void (*
PictureReady
)(PP_Instance instance,
/external/chromium_org/ppapi/cpp/dev/
video_decoder_client_dev.cc
45
void
PictureReady
(PP_Instance instance,
52
static_cast<VideoDecoderClient_Dev*>(object)->
PictureReady
(decoder, *picture);
68
&
PictureReady
,
/external/chromium_org/content/renderer/media/
pepper_platform_video_decoder.cc
102
void PlatformVideoDecoder::
PictureReady
(const media::Picture& picture) {
104
client_->
PictureReady
(picture);
rtc_video_decoder.cc
318
// Discards the sync point returned here since
PictureReady
will imply that
370
void RTCVideoDecoder::
PictureReady
(const media::Picture& picture) {
371
DVLOG(3) << "
PictureReady
";
/external/chromium_org/ppapi/proxy/
ppp_video_decoder_proxy.cc
47
void
PictureReady
(PP_Instance instance, PP_Resource decoder,
76
&
PictureReady
,
165
CallWhileUnlocked(ppp_video_decoder_impl_->
PictureReady
,
/external/chromium_org/content/renderer/pepper/
ppb_video_decoder_impl.cc
255
void PPB_VideoDecoder_Impl::
PictureReady
(const media::Picture& picture) {
262
ppp_videodecoder_->
PictureReady
(pp_instance(), pp_resource(), &output);
/external/chromium_org/content/common/gpu/media/
gpu_video_decode_accelerator.cc
205
void GpuVideoDecodeAccelerator::
PictureReady
(
207
// VDA may call
PictureReady
on IO thread. SetTextureCleared should run on
208
// the child thread. VDA is responsible to call
PictureReady
on the child
video_decode_accelerator_unittest.cc
197
// A wrapper client that throttles the
PictureReady
callbacks to a given rate.
216
virtual void
PictureReady
(const media::Picture& picture) OVERRIDE;
266
void ThrottlingVDAClient::
PictureReady
(const media::Picture& picture) {
298
client_->
PictureReady
(pending_pictures_.front());
396
virtual void
PictureReady
(const media::Picture& picture) OVERRIDE;
613
void GLRenderingVDAClient::
PictureReady
(const media::Picture& picture) {
[
all
...]
/external/chromium_org/media/filters/
gpu_video_decoder.cc
249
// Do nothing. Will be satisfied either by a
PictureReady
or
365
// Discards the sync point returned here since
PictureReady
will imply that
424
void GpuVideoDecoder::
PictureReady
(const media::Picture& picture) {
425
DVLOG(3) << "
PictureReady
()";
/external/chromium_org/ppapi/examples/video_decode/
video_decode.cc
84
virtual void
PictureReady
(PP_Resource decoder, const PP_Picture_Dev& picture);
408
void VideoDecodeDemoInstance::
PictureReady
(PP_Resource decoder,
532
PictureReady
(decoder_picture.first, decoder_picture.second);
Completed in 397 milliseconds