HomeSort by relevance Sort by last modified time
    Searched defs:Frame (Results 51 - 75 of 166) sorted by null

1 23 4 5 6 7

  /external/libvpx/libwebm/mkvparser/
mkvparser.h 96 struct Frame {
103 const Frame& GetFrame(int frame_index) const;
112 Frame* m_frames;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.hpp 68 class Frame {
70 Frame();
71 ~Frame();
73 // Copies |frame| data into |frame_|. Returns true on success.
74 bool Init(const uint8* frame, uint64 length);
85 const uint8* frame() const { return frame_; } function in class:mkvmuxer::Frame
108 // Duration of the frame in nanoseconds.
126 // Discard padding for the frame.
717 // Adds a frame to be output in the file. The frame is written out throug
    [all...]
mkvparser.hpp 103 struct Frame
111 const Frame& GetFrame(int frame_index) const;
120 Frame* m_frames;
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 74 class Frame {
76 Frame();
77 ~Frame();
79 // Sets this frame's contents based on |frame|. Returns true on success. On
80 // failure, this frame's existing contents may be lost.
81 bool CopyFrom(const Frame& frame);
83 // Copies |frame| data into |frame_|. Returns true on success.
84 bool Init(const uint8* frame, uint64 length)
101 const uint8* frame() const { return frame_; } function in class:mkvmuxer::Frame
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-analysis-3.3.jar 
asm-3.3.jar 
  /prebuilts/tools/common/m2/repository/asm/asm-analysis/3.3.1/
asm-analysis-3.3.1.jar 
  /prebuilts/devtools/tools/lib/
asm-analysis-4.0.jar 
asm-analysis-5.0.3.jar 
asm-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/5.0.1/
asm-analysis-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/5.0.3/
asm-analysis-5.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/5.0.4/
asm-analysis-5.0.4.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-analysis/4.0/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-analysis/5.0.3/
asm-analysis-5.0.3.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-analysis/5.0.4/
asm-analysis-5.0.4.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py 5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton,
24 frame = Tkinter.Frame(tk, relief=RIDGE, borderwidth=2)
25 frame.pack(fill=BOTH,expand=1)
26 label = Tkinter.Label(frame, text="Hello, World")
28 button = Tkinter.Button(frame,text="Exit",command=tk.destroy)
1590 frame = wm_frame variable in class:Wm
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py 5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton,
24 frame = Tkinter.Frame(tk, relief=RIDGE, borderwidth=2)
25 frame.pack(fill=BOTH,expand=1)
26 label = Tkinter.Label(frame, text="Hello, World")
28 button = Tkinter.Button(frame,text="Exit",command=tk.destroy)
1590 frame = wm_frame variable in class:Wm
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton,
24 frame = Tkinter.Frame(tk, relief=RIDGE, borderwidth=2)
25 frame.pack(fill=BOTH,expand=1)
26 label = Tkinter.Label(frame, text="Hello, World")
28 button = Tkinter.Button(frame,text="Exit",command=tk.destroy)
1590 frame = wm_frame variable in class:Wm
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton,
24 frame = Tkinter.Frame(tk, relief=RIDGE, borderwidth=2)
25 frame.pack(fill=BOTH,expand=1)
26 label = Tkinter.Label(frame, text="Hello, World")
28 button = Tkinter.Button(frame,text="Exit",command=tk.destroy)
1590 frame = wm_frame variable in class:Wm
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 306 /// A stack frame in the constexpr call stack.
310 /// Parent - The caller of this stack frame.
333 /// Temporaries - Temporary lvalues materialized within this stack frame.
351 ThisOverrideRAII(CallStackFrame &Frame, const LValue *NewThis, bool Enable)
352 : Frame(Frame), OldThis(Frame.This) {
354 Frame.This = NewThis;
357 Frame.This = OldThis;
360 CallStackFrame &Frame;
    [all...]
  /external/jarjar/lib/
asm-4.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmcobj.h 75 typedef struct Frame Frame;
185 typedef Frame *PFRAME;
186 typedef Frame **PPFRAME;
357 virtual HRESULT WINAPI get_Frame(PPFRAME Frame) = 0;
380 HRESULT (WINAPI *get_Frame)(_Application *This,PPFRAME Frame);
405 #define _Application_get_Frame(This,Frame) (This)->lpVtbl->get_Frame(This,Frame)
423 HRESULT WINAPI _Application_get_Frame_Proxy(_Application *This,PPFRAME Frame);
625 struct Frame : public IDispatch
    [all...]

Completed in 1669 milliseconds

1 23 4 5 6 7