Searched defs:GetFrame (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/ppapi/c/private/
H A Dppb_video_source_private.h84 * until the next call to GetFrame.
100 int32_t (*GetFrame)(PP_Resource source, member in struct:PPB_VideoSource_Private_0_1
/external/chromium_org/ppapi/cpp/private/
H A Dvideo_source_private.cc55 int32_t VideoSource_Private::GetFrame( function in class:pp::VideoSource_Private
58 return get_interface<PPB_VideoSource_Private_0_1>()->GetFrame(
/external/chromium_org/ppapi/thunk/
H A Dppb_video_source_private_thunk.cc41 int32_t GetFrame(PP_Resource source, function in namespace:ppapi::thunk::__anon10325
47 return enter.SetResult(enter.object()->GetFrame(frame, enter.callback()));
60 &GetFrame,
H A Dppb_media_stream_video_track_thunk.cc73 int32_t GetFrame(PP_Resource video_track, function in namespace:ppapi::thunk::__anon10291
76 VLOG(4) << "PPB_MediaStreamVideoTrack::GetFrame()";
82 return enter.SetResult(enter.object()->GetFrame(frame, enter.callback()));
128 &GetFrame,
140 &GetFrame,
/external/chromium_org/ppapi/c/
H A Dppb_media_stream_video_track.h146 * <code>Configure()</code> or <code>GetFrame()</code>, or the plugin
180 * Calls to GetFrame while the track has ended are safe to make and will
205 * completion of GetFrame().
211 int32_t (*GetFrame)(PP_Resource video_track, member in struct:PPB_MediaStreamVideoTrack_1_0
215 * Recycles a frame returned by <code>GetFrame()</code>, so the track can
223 * resource returned by <code>GetFrame()</code>.
262 int32_t (*GetFrame)(PP_Resource video_track, member in struct:PPB_MediaStreamVideoTrack_0_1
/external/chromium_org/ppapi/cpp/
H A Dmedia_stream_video_track.cc108 int32_t MediaStreamVideoTrack::GetFrame( function in class:pp::MediaStreamVideoTrack
111 return get_interface<PPB_MediaStreamVideoTrack_1_0>()->GetFrame(
114 return get_interface<PPB_MediaStreamVideoTrack_0_1>()->GetFrame(
/external/chromium_org/ppapi/proxy/
H A Dvideo_source_resource.cc59 int32_t VideoSourceResource::GetFrame( function in class:ppapi::proxy::VideoSourceResource
H A Dmedia_stream_video_track_resource.cc108 int32_t MediaStreamVideoTrackResource::GetFrame( function in class:ppapi::proxy::MediaStreamVideoTrackResource
163 return GetFrame(frame, callback);
168 // one set of GetFrame and PutFrame for both input and output.
/external/compiler-rt/lib/asan/
H A Dasan_fake_stack.h50 // size classes. The addresses are computed by GetFlags and GetFrame without
114 u8 *GetFrame(uptr stack_size_log, uptr class_id, uptr pos) { function in class:__asan::FakeStack
/external/chromium_org/components/plugins/renderer/
H A Dplugin_placeholder.cc248 blink::WebLocalFrame* PluginPlaceholder::GetFrame() { return frame_; } function in class:plugins::PluginPlaceholder
/external/chromium_org/content/renderer/pepper/
H A Dpepper_url_loader_host.cc250 WebLocalFrame* frame = GetFrame();
370 blink::WebLocalFrame* frame = GetFrame();
376 blink::WebLocalFrame* PepperURLLoaderHost::GetFrame() { function in class:content::PepperURLLoaderHost
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Djitter_buffer.cc544 VCMFrameBufferEnum VCMJitterBuffer::GetFrame(const VCMPacket& packet, function in class:webrtc::VCMJitterBuffer
608 const VCMFrameBufferEnum error = GetFrame(packet, &frame);
/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper.cc403 blink::WebLocalFrame* FrameReference::GetFrame() { function in class:printing::__anon1835::FrameReference
520 return frame_.GetFrame();
718 blink::WebView* web_view = frame_.GetFrame()->view();
726 blink::WebLocalFrame* frame = frame_.GetFrame();
1246 if (!GetPrintSettingsFromUser(frame_ref.GetFrame(), node,
1254 if (!RenderPagesForPrint(frame_ref.GetFrame(), node)) {
1973 return source_frame_.GetFrame();
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper.cc431 blink::WebLocalFrame* FrameReference::GetFrame() { function in class:printing::__anon5835::FrameReference
553 return frame_.GetFrame();
745 blink::WebView* web_view = frame_.GetFrame()->view();
753 blink::WebLocalFrame* frame = frame_.GetFrame();
1270 if (!GetPrintSettingsFromUser(frame_ref.GetFrame(), node,
1277 if (!RenderPagesForPrint(frame_ref.GetFrame(), node)) {
1932 return source_frame_.GetFrame();
/external/chromium_org/third_party/libwebp/demux/
H A Ddemux.c795 static const Frame* GetFrame(const WebPDemuxer* const dmux, int frame_num) { function
882 frame = GetFrame(dmux, frame_num);
910 const Frame* const frame = GetFrame(dmux, iter->frame_num);
/external/lldb/source/API/
H A DSBValue.cpp1254 SBValue::GetFrame() function in class:SBValue
1267 log->Printf ("SBValue(%p)::GetFrame () => NULL", m_opaque_sp.get());
1269 log->Printf ("SBValue(%p)::GetFrame () => %p", m_opaque_sp.get(), frame_sp.get());
/external/webp/src/demux/
H A Ddemux.c795 static const Frame* GetFrame(const WebPDemuxer* const dmux, int frame_num) { function
882 frame = GetFrame(dmux, frame_num);
910 const Frame* const frame = GetFrame(dmux, iter->frame_num);
/external/chromium_org/v8/src/
H A Dapi.cc2246 Local<StackFrame> StackTrace::GetFrame(uint32_t index) const { function in class:v8::StackTrace

Completed in 329 milliseconds