Searched refs:GetDataBuffer (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/ppapi/c/
H A Dpp_array_output.h21 * GetDataBuffer function before it returns.
107 PP_ArrayOutput_GetDataBuffer GetDataBuffer; member in struct:PP_ArrayOutput
H A Dppb_video_frame.h121 void* (*GetDataBuffer)(PP_Resource frame); member in struct:PPB_VideoFrame_0_1
H A Dppb_audio_buffer.h138 void* (*GetDataBuffer)(PP_Resource buffer); member in struct:PPB_AudioBuffer_0_1
/external/chromium_org/ppapi/proxy/
H A Dproxy_array_output.cc17 GetDataBuffer(element_count, element_size);
H A Dproxy_array_output.h45 pp_array_output_.GetDataBuffer =
54 virtual void* GetDataBuffer(uint32_t element_count,
95 virtual void* GetDataBuffer(uint32_t element_count, uint32_t element_size) { function in class:ppapi::proxy::ArrayOutputAdapter
H A Daudio_buffer_resource.h40 virtual void* GetDataBuffer() OVERRIDE;
H A Dflash_resource_unittest.cc51 output.GetDataBuffer = &Unused;
H A Dvideo_frame_resource.h35 virtual void* GetDataBuffer() OVERRIDE;
H A Daudio_buffer_resource.cc80 void* AudioBufferResource::GetDataBuffer() { function in class:ppapi::proxy::AudioBufferResource
H A Dvideo_frame_resource.cc64 void* VideoFrameResource::GetDataBuffer() { function in class:ppapi::proxy::VideoFrameResource
/external/chromium_org/ppapi/api/
H A Dpp_array_output.idl12 * GetDataBuffer function before it returns.
86 PP_ArrayOutput_GetDataBuffer GetDataBuffer;
H A Dppb_video_frame.idl112 mem_t GetDataBuffer([in] PP_Resource frame);
H A Dppb_audio_buffer.idl129 mem_t GetDataBuffer([in] PP_Resource buffer);
/external/chromium_org/ppapi/cpp/
H A Daudio_buffer.h75 void* GetDataBuffer();
H A Dvideo_frame.h67 void* GetDataBuffer();
H A Darray_output.cc16 GetDataBuffer(element_count, element_size);
H A Daudio_buffer.cc77 void* AudioBuffer::GetDataBuffer() { function in class:pp::AudioBuffer
79 return get_interface<PPB_AudioBuffer_0_1>()->GetDataBuffer(pp_resource());
H A Dvideo_frame.cc60 void* VideoFrame::GetDataBuffer() { function in class:pp::VideoFrame
62 return get_interface<PPB_VideoFrame_0_1>()->GetDataBuffer(pp_resource());
H A Darray_output.h44 pp_array_output_.GetDataBuffer =
53 virtual void* GetDataBuffer(uint32_t element_count,
94 virtual void* GetDataBuffer(uint32_t element_count, uint32_t element_size) { function in class:pp::ArrayOutputAdapter
143 virtual void* GetDataBuffer(uint32_t element_count, function in class:pp::ResourceArrayOutputAdapter
/external/chromium_org/ppapi/thunk/
H A Dppb_video_frame_api.h24 virtual void* GetDataBuffer() = 0;
H A Dppb_video_frame_thunk.cc57 void* GetDataBuffer(PP_Resource frame) { function in namespace:ppapi::thunk::__anon10324
58 VLOG(4) << "PPB_VideoFrame::GetDataBuffer()";
62 return enter.object()->GetDataBuffer();
79 &GetDataBuffer,
H A Dppb_audio_buffer_thunk.cc73 void* GetDataBuffer(PP_Resource buffer) { function in namespace:ppapi::thunk::__anon10239
74 VLOG(4) << "PPB_AudioBuffer::GetDataBuffer()";
78 return enter.object()->GetDataBuffer();
97 &GetDataBuffer,
H A Dppb_audio_buffer_api.h26 virtual void* GetDataBuffer() = 0;
/external/chromium_org/ppapi/shared_impl/
H A Darray_writer.cc25 pp_array_output_.GetDataBuffer = NULL;
33 pp_array_output_.GetDataBuffer(pp_array_output_.user_data,
56 pp_array_output_.GetDataBuffer(pp_array_output_.user_data,
81 pp_array_output_.GetDataBuffer(pp_array_output_.user_data,
104 pp_array_output_.GetDataBuffer(pp_array_output_.user_data,
H A Darray_writer.h32 bool is_valid() const { return !!pp_array_output_.GetDataBuffer; }
56 void* dest = pp_array_output_.GetDataBuffer(

Completed in 5202 milliseconds

12