Searched defs:GetDataBuffer (Results 1 - 12 of 12) sorted by relevance

/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/cpp/
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 Daudio_buffer.cc77 void* AudioBuffer::GetDataBuffer() { function in class:pp::AudioBuffer
79 return get_interface<PPB_AudioBuffer_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_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_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,
/external/chromium_org/ppapi/proxy/
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 Dvideo_frame_resource.cc64 void* VideoFrameResource::GetDataBuffer() { function in class:ppapi::proxy::VideoFrameResource
H A Daudio_buffer_resource.cc80 void* AudioBufferResource::GetDataBuffer() { function in class:ppapi::proxy::AudioBufferResource
H A Ddevice_enumeration_resource_helper_unittest.cc139 PP_ArrayOutput array_output = { &GetDataBuffer, this };
147 static void* GetDataBuffer(void* user_data, function in class:ppapi::proxy::__anon10091::TestArrayOutput

Completed in 149 milliseconds