Home
last modified time | relevance | path

Searched refs:PP_Picture_Dev (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/ppapi/c/dev/
Dpp_video_dev.h104 struct PP_Picture_Dev { struct
114 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_Picture_Dev, 8); argument
Dppp_video_decoder_dev.h84 const struct PP_Picture_Dev* picture);
/external/chromium_org/ppapi/proxy/
Dppp_video_decoder_proxy.h13 struct PP_Picture_Dev;
38 const PP_Picture_Dev& picture_buffer);
Dppp_video_decoder_proxy.cc46 const PP_Picture_Dev* picture) { in PictureReady()
147 const HostResource& decoder, const PP_Picture_Dev& picture) { in OnMsgPictureReady()
Dppapi_messages.h175 IPC_STRUCT_TRAITS_BEGIN(PP_Picture_Dev)
1205 PP_Picture_Dev /* output picture */)
/external/chromium_org/ppapi/cpp/dev/
Dvideo_decoder_client_dev.h39 const PP_Picture_Dev& picture) = 0;
Dvideo_decoder_client_dev.cc47 const PP_Picture_Dev* picture) { in PictureReady()
/external/chromium_org/ppapi/examples/video_decode/
Dvideo_decode_dev.cc84 virtual void PictureReady(PP_Resource decoder, const PP_Picture_Dev& picture);
173 std::list<std::pair<PP_Resource, PP_Picture_Dev> > pictures_pending_paint_;
409 const PP_Picture_Dev& picture) { in PictureReady()
529 std::pair<PP_Resource, PP_Picture_Dev> decoder_picture = in PaintFinished()
/external/chromium_org/ppapi/api/dev/
Dpp_video_dev.idl87 struct PP_Picture_Dev {
Dppp_video_decoder_dev.idl72 [in] PP_Picture_Dev picture);
/external/chromium_org/content/renderer/pepper/
Dppb_video_decoder_impl.cc254 PP_Picture_Dev output; in PictureReady()