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)
28 PPB_Buffer_Impl::~PPB_Buffer_Impl() {
32 PP_Resource PPB_Buffer_Impl::Create(PP_Instance instance, uint32_t size) {
33 scoped_refptr<PPB_Buffer_Impl> new_resource(CreateResource(instance, size));
40 scoped_refptr<PPB_Buffer_Impl> PPB_Buffer_Impl::CreateResource(
43 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 30 class PPB_Buffer_Impl;
110 // Fills |resource| with a PPB_Buffer_Impl and copies the data from
113 // in requesting new PPB_Buffer_Impl resources. The caller must make sure that
123 scoped_refptr<PPB_Buffer_Impl>* resource);
176 scoped_refptr<PPB_Buffer_Impl> audio_input_resource_;
177 scoped_refptr<PPB_Buffer_Impl> video_input_resource_;
content_decryptor_delegate.cc 11 #include "content/renderer/pepper/ppb_buffer_impl.h"
40 // Fills |resource| with a PPB_Buffer_Impl and copies |data| into the buffer
46 scoped_refptr<PPB_Buffer_Impl>* resource) {
56 scoped_refptr<PPB_Buffer_Impl> buffer(
57 PPB_Buffer_Impl::CreateResource(instance, size));
329 scoped_refptr<PPB_Buffer_Impl> encrypted_resource;
422 scoped_refptr<PPB_Buffer_Impl> extra_data_resource;
456 scoped_refptr<PPB_Buffer_Impl> extra_data_resource;
507 scoped_refptr<PPB_Buffer_Impl> encrypted_resource;
551 scoped_refptr<PPB_Buffer_Impl> encrypted_resource
    [all...]
pepper_video_capture_host.h 12 #include "content/renderer/pepper/ppb_buffer_impl.h"
86 scoped_refptr<PPB_Buffer_Impl> buffer;
ppb_video_decoder_impl.cc 18 #include "content/renderer/pepper/ppb_buffer_impl.h"
162 PPB_Buffer_Impl* buffer = static_cast<PPB_Buffer_Impl*>(enter.object());
pepper_video_capture_host.cc 201 PP_Resource res = PPB_Buffer_Impl::Create(pp_instance(), size);
209 buf.buffer = static_cast<PPB_Buffer_Impl*>(enter.object());
resource_creation_impl.cc 10 #include "content/renderer/pepper/ppb_buffer_impl.h"
80 return PPB_Buffer_Impl::Create(instance, size);

Completed in 796 milliseconds