OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FrameMap
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ppapi/proxy/
media_stream_video_track_resource.h
65
typedef std::map<PP_Resource, scoped_refptr<VideoFrameResource> >
FrameMap
;
66
FrameMap
frames_;
/external/chromium_org/content/common/gpu/client/
gpu_video_encode_accelerator_host.h
107
typedef base::hash_map<int32, scoped_refptr<media::VideoFrame> >
FrameMap
;
108
FrameMap
frame_map_;
/external/chromium_org/net/quic/
quic_stream_sequencer.h
106
typedef map<QuicStreamOffset, string>
FrameMap
;
109
FrameMap
buffered_frames_;
/external/chromium_org/content/renderer/
history_entry.cc
50
//
FrameMap
is a singleton per-process.
51
typedef base::hash_map<uint64_t, uint64_t>
FrameMap
;
52
static
FrameMap
& GetFrameMap() {
53
CR_DEFINE_STATIC_LOCAL(
FrameMap
, routing_ids_to_internal_frame_ids, ());
render_frame_proxy.cc
31
typedef std::map<blink::WebFrame*, RenderFrameProxy*>
FrameMap
;
32
base::LazyInstance<
FrameMap
> g_frame_map = LAZY_INSTANCE_INITIALIZER;
90
FrameMap
::iterator iter = g_frame_map.Get().find(web_frame);
113
FrameMap
::iterator it = g_frame_map.Get().find(web_frame_);
137
std::pair<
FrameMap
::iterator, bool> result =
render_frame_impl.cc
205
typedef std::map<blink::WebFrame*, RenderFrameImpl*>
FrameMap
;
206
base::LazyInstance<
FrameMap
> g_frame_map = LAZY_INSTANCE_INITIALIZER;
418
FrameMap
::iterator iter = g_frame_map.Get().find(web_frame);
499
std::pair<
FrameMap
::iterator, bool> result = g_frame_map.Get().insert(
[
all
...]
/external/llvm/lib/CodeGen/
ShadowStackGC.cpp
233
Constant *
FrameMap
= ConstantStruct::get(STy, DescriptorElts);
248
Constant *GV = new GlobalVariable(*F.getParent(),
FrameMap
->getType(), true,
250
FrameMap
, "__gc_" + F.getName());
272
// struct
FrameMap
{
287
//
FrameMap
*Map; // Pointer to constant
FrameMap
.
345
//
FrameMap
::Meta array can be elided.
387
Value *
FrameMap
= GetFrameMap(F);
404
AtEntry.CreateStore(
FrameMap
, EntryMapPtr);
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h
180
int
FrameMap
; /* [IN] Encoding input mode(tile mode or linear mode) */
Completed in 796 milliseconds