Searched defs:GetDataBufferSize (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Dvideo_frame.cc66 uint32_t VideoFrame::GetDataBufferSize() const { function in class:pp::VideoFrame
68 return get_interface<PPB_VideoFrame_0_1>()->GetDataBufferSize(
H A Daudio_buffer.cc83 uint32_t AudioBuffer::GetDataBufferSize() const { function in class:pp::AudioBuffer
85 return get_interface<PPB_AudioBuffer_0_1>()->GetDataBufferSize(
/external/chromium_org/ppapi/thunk/
H A Dppb_audio_buffer_thunk.cc81 uint32_t GetDataBufferSize(PP_Resource buffer) { function in namespace:ppapi::thunk::__anon10239
82 VLOG(4) << "PPB_AudioBuffer::GetDataBufferSize()";
86 return enter.object()->GetDataBufferSize();
98 &GetDataBufferSize
H A Dppb_video_frame_thunk.cc65 uint32_t GetDataBufferSize(PP_Resource frame) { function in namespace:ppapi::thunk::__anon10324
66 VLOG(4) << "PPB_VideoFrame::GetDataBufferSize()";
70 return enter.object()->GetDataBufferSize();
80 &GetDataBufferSize
/external/chromium_org/ppapi/c/
H A Dppb_video_frame.h130 uint32_t (*GetDataBufferSize)(PP_Resource frame); member in struct:PPB_VideoFrame_0_1
H A Dppb_audio_buffer.h147 uint32_t (*GetDataBufferSize)(PP_Resource buffer); member in struct:PPB_AudioBuffer_0_1
/external/chromium_org/ppapi/proxy/
H A Dvideo_frame_resource.cc72 uint32_t VideoFrameResource::GetDataBufferSize() { function in class:ppapi::proxy::VideoFrameResource
H A Daudio_buffer_resource.cc88 uint32_t AudioBufferResource::GetDataBufferSize() { function in class:ppapi::proxy::AudioBufferResource

Completed in 2614 milliseconds