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

  /external/chromium_org/content/renderer/pepper/
ppb_buffer_impl.cc 5 #include "content/renderer/pepper/ppb_buffer_impl.h"
22 PPB_Buffer_Impl::PPB_Buffer_Impl(PP_Instance instance)
25 PPB_Buffer_Impl::~PPB_Buffer_Impl() {}
28 PP_Resource PPB_Buffer_Impl::Create(PP_Instance instance, uint32_t size) {
29 scoped_refptr<PPB_Buffer_Impl> new_resource(CreateResource(instance, size));
36 scoped_refptr<PPB_Buffer_Impl> PPB_Buffer_Impl::CreateResource(
39 scoped_refptr<PPB_Buffer_Impl> buffer(new PPB_Buffer_Impl(instance))
    [all...]
ppb_buffer_impl.h 17 class PPB_Buffer_Impl : public ppapi::Resource,
21 static scoped_refptr<PPB_Buffer_Impl> CreateResource(PP_Instance instance,
24 virtual PPB_Buffer_Impl* AsPPB_Buffer_Impl();
42 virtual ~PPB_Buffer_Impl();
44 explicit PPB_Buffer_Impl(PP_Instance instance);
51 DISALLOW_COPY_AND_ASSIGN(PPB_Buffer_Impl);
content_decryptor_delegate.h 36 class PPB_Buffer_Impl;
178 // Fills |resource| with a PPB_Buffer_Impl and copies the data from
181 // in requesting new PPB_Buffer_Impl resources. The caller must make sure that
191 scoped_refptr<PPB_Buffer_Impl>* resource);
248 scoped_refptr<PPB_Buffer_Impl> audio_input_resource_;
249 scoped_refptr<PPB_Buffer_Impl> video_input_resource_;
pepper_video_capture_host.h 14 #include "content/renderer/pepper/ppb_buffer_impl.h"
99 scoped_refptr<PPB_Buffer_Impl> buffer;
content_decryptor_delegate.cc 13 #include "content/renderer/pepper/ppb_buffer_impl.h"
53 // Fills |resource| with a PPB_Buffer_Impl and copies |data| into the buffer
60 scoped_refptr<PPB_Buffer_Impl>* resource) {
70 scoped_refptr<PPB_Buffer_Impl> buffer(
71 PPB_Buffer_Impl::CreateResource(instance, size));
469 scoped_refptr<PPB_Buffer_Impl> encrypted_resource;
553 scoped_refptr<PPB_Buffer_Impl> extra_data_resource;
582 scoped_refptr<PPB_Buffer_Impl> extra_data_resource;
628 scoped_refptr<PPB_Buffer_Impl> encrypted_resource;
666 scoped_refptr<PPB_Buffer_Impl> encrypted_resource
    [all...]
ppb_video_decoder_impl.cc 16 #include "content/renderer/pepper/ppb_buffer_impl.h"
153 PPB_Buffer_Impl* buffer = static_cast<PPB_Buffer_Impl*>(enter.object());
pepper_video_capture_host.cc 186 PP_Resource res = PPB_Buffer_Impl::Create(pp_instance(), size);
194 buf.buffer = static_cast<PPB_Buffer_Impl*>(enter.object());
resource_creation_impl.cc 9 #include "content/renderer/pepper/ppb_buffer_impl.h"
76 return PPB_Buffer_Impl::Create(instance, size);

Completed in 93 milliseconds