Home
last modified time | relevance | path

Searched refs:PictureReady (Results 1 – 25 of 66) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/cpp/dev/
H A Dvideo_decoder_client_dev.cc45 void PictureReady(PP_Instance instance, in PictureReady() function
52 static_cast<VideoDecoderClient_Dev*>(object)->PictureReady(decoder, *picture); in PictureReady()
68 &PictureReady,
H A Dvideo_decoder_client_dev.h37 virtual void PictureReady(PP_Resource decoder,
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/cpp/dev/
H A Dvideo_decoder_client_dev.cc45 void PictureReady(PP_Instance instance, in PictureReady() function
52 static_cast<VideoDecoderClient_Dev*>(object)->PictureReady(decoder, *picture); in PictureReady()
68 &PictureReady,
H A Dvideo_decoder_client_dev.h37 virtual void PictureReady(PP_Resource decoder,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/proxy/
H A Dppp_video_decoder_proxy.cc53 void PictureReady(PP_Instance instance, PP_Resource decoder, in PictureReady() function
85 &PictureReady,
163 CallWhileUnlocked(ppp_video_decoder_impl_->PictureReady, in OnMsgPictureReady()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/proxy/
H A Dppp_video_decoder_proxy.cc53 void PictureReady(PP_Instance instance, PP_Resource decoder, in PictureReady() function
85 &PictureReady,
163 CallWhileUnlocked(ppp_video_decoder_impl_->PictureReady, in OnMsgPictureReady()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/ipc/service/
H A Dvda_video_decoder_unittest.cc205 client_->PictureReady(picture); in PictureReady_NoRunUntilIdle()
209 base::BindOnce(&VideoDecodeAccelerator::Client::PictureReady, in PictureReady_NoRunUntilIdle()
215 scoped_refptr<VideoFrame> PictureReady( in PictureReady() function in media::VdaVideoDecoderTest
397 PictureReady(bitstream_id, picture_buffer_id); in TEST_P()
448 PictureReady(bitstream_id, picture_buffer_id, gfx::Rect(320, 240)); in TEST_P()
H A Dgpu_video_decode_accelerator.h68 void PictureReady(const Picture& picture) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/ipc/service/
H A Dvda_video_decoder_unittest.cc202 client_->PictureReady(picture); in PictureReady_NoRunUntilIdle()
206 base::BindOnce(&VideoDecodeAccelerator::Client::PictureReady, in PictureReady_NoRunUntilIdle()
212 scoped_refptr<VideoFrame> PictureReady( in PictureReady() function in media::VdaVideoDecoderTest
394 PictureReady(bitstream_id, picture_buffer_id); in TEST_P()
445 PictureReady(bitstream_id, picture_buffer_id, gfx::Rect(320, 240)); in TEST_P()
H A Dgpu_video_decode_accelerator.h68 void PictureReady(const Picture& picture) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/c/dev/
H A Dppp_video_decoder_dev.h82 void (*PictureReady)(PP_Instance instance, member
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/c/dev/
H A Dppp_video_decoder_dev.h82 void (*PictureReady)(PP_Instance instance, member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/examples/video_decode/
H A Dvideo_decode.cc176 void PictureReady(int32_t result, PP_VideoPicture picture);
283 callback_factory_.NewCallbackWithOutput(&Decoder::PictureReady)); in Start()
337 void Decoder::PictureReady(int32_t result, PP_VideoPicture picture) { in PictureReady() function in __anona08f34ae0111::Decoder
350 callback_factory_.NewCallbackWithOutput(&Decoder::PictureReady)); in PictureReady()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/examples/api/video_decode/
H A Dvideo_decode.cc173 void PictureReady(int32_t result, PP_VideoPicture picture);
280 callback_factory_.NewCallbackWithOutput(&Decoder::PictureReady)); in Start()
334 void Decoder::PictureReady(int32_t result, PP_VideoPicture picture) { in PictureReady() function in __anonaf625e5f0111::Decoder
347 callback_factory_.NewCallbackWithOutput(&Decoder::PictureReady)); in PictureReady()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/examples/video_decode/
H A Dvideo_decode.cc176 void PictureReady(int32_t result, PP_VideoPicture picture);
283 callback_factory_.NewCallbackWithOutput(&Decoder::PictureReady)); in Start()
337 void Decoder::PictureReady(int32_t result, PP_VideoPicture picture) { in PictureReady() function in __anondaf2e1b30111::Decoder
350 callback_factory_.NewCallbackWithOutput(&Decoder::PictureReady)); in PictureReady()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/pepper/
H A Dppb_video_decoder_impl.cc262 void PPB_VideoDecoder_Impl::PictureReady(const media::Picture& picture) { in PictureReady() function in content::PPB_VideoDecoder_Impl
274 GetPPP()->PictureReady(pp_instance(), pp_resource(), &output); in PictureReady()
H A Dppb_video_decoder_impl.h52 void PictureReady(const media::Picture& picture) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/pepper/
H A Dppb_video_decoder_impl.cc263 void PPB_VideoDecoder_Impl::PictureReady(const media::Picture& picture) { in PictureReady() function in content::PPB_VideoDecoder_Impl
275 GetPPP()->PictureReady(pp_instance(), pp_resource(), &output); in PictureReady()
H A Dppb_video_decoder_impl.h52 void PictureReady(const media::Picture& picture) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/arc/mojom/
H A Dvideo_decode_accelerator.mojom65 // via PictureReady() to indicate when a buffer is ready to be used. After
139 // The calls to PictureReady() are in display order and Picture should
141 PictureReady@1(Picture picture);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/arc/mojom/
H A Dvideo_decode_accelerator.mojom65 // via PictureReady() to indicate when a buffer is ready to be used. After
139 // The calls to PictureReady() are in display order and Picture should
141 PictureReady@1(Picture picture);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/api/dev/
H A Dppb_video_decoder_dev.idl21 * - Receive PictureReady callbacks
98 * function is to call from PictureReady callback to recycle picture buffer
/dports/lang/spidermonkey60/firefox-60.9.0/browser/extensions/mortar/ppapi/api/dev/
H A Dppb_video_decoder_dev.idl21 * - Receive PictureReady callbacks
98 * function is to call from PictureReady callback to recycle picture buffer
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/api/dev/
H A Dppb_video_decoder_dev.idl21 * - Receive PictureReady callbacks
98 * function is to call from PictureReady callback to recycle picture buffer
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/test/video_player/
H A Dtest_vda_video_decoder.h77 void PictureReady(const Picture& picture) override;

123