HomeSort by relevance Sort by last modified time
    Searched refs:RecyclePicture (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ppapi/cpp/
video_decoder.h 120 /// system by calling RecyclePicture().
140 void RecyclePicture(const PP_VideoPicture& picture);
145 /// calls to the decoder other than GetPicture() and RecyclePicture() until
163 /// the decoder other than RecyclePicture() until the decoder signals
video_decoder.cc 98 void VideoDecoder::RecyclePicture(const PP_VideoPicture& picture) {
100 get_interface<PPB_VideoDecoder_0_2>()->RecyclePicture(pp_resource(),
103 get_interface<PPB_VideoDecoder_0_1>()->RecyclePicture(pp_resource(),
  /external/chromium_org/ppapi/c/
ppb_video_decoder.h 146 * system by calling RecyclePicture().
175 void (*RecyclePicture)(PP_Resource video_decoder,
181 * calls to the decoder other than GetPicture() and RecyclePicture() until
203 * the decoder other than RecyclePicture() until the decoder signals
238 void (*RecyclePicture)(PP_Resource video_decoder,
  /external/chromium_org/ppapi/thunk/
ppb_video_decoder_api.h 36 virtual void RecyclePicture(const PP_VideoPicture* picture) = 0;
ppb_video_decoder_thunk.cc 89 void RecyclePicture(PP_Resource video_decoder,
91 VLOG(4) << "PPB_VideoDecoder::RecyclePicture()";
95 enter.object()->RecyclePicture(picture);
122 &RecyclePicture,
133 &RecyclePicture,
  /external/chromium_org/ppapi/api/
ppb_video_decoder.idl 167 * system by calling RecyclePicture().
198 void RecyclePicture(
206 * calls to the decoder other than GetPicture() and RecyclePicture() until
230 * the decoder other than RecyclePicture() until the decoder signals
  /external/chromium_org/native_client_sdk/src/examples/api/video_decode/
video_decode.cc 162 void RecyclePicture(const PP_VideoPicture& picture);
292 void Decoder::RecyclePicture(const PP_VideoPicture& picture) {
294 decoder_->RecyclePicture(picture);
539 decoder->RecyclePicture(picture);
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 163 void RecyclePicture(const PP_VideoPicture& picture);
293 void Decoder::RecyclePicture(const PP_VideoPicture& picture) {
295 decoder_->RecyclePicture(picture);
540 decoder->RecyclePicture(picture);
  /external/chromium_org/ppapi/proxy/
video_decoder_resource.h 61 virtual void RecyclePicture(const PP_VideoPicture* picture) OVERRIDE;
video_decoder_resource_unittest.cc 193 decoder_iface()->RecyclePicture(pp_decoder, &picture);
465 TEST_F(VideoDecoderResourceTest, RecyclePicture) {
520 // Plugin can call RecyclePicture while Flush is pending.
video_decoder_resource.cc 273 void VideoDecoderResource::RecyclePicture(const PP_VideoPicture* picture) {
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 1273 milliseconds