HomeSort by relevance Sort by last modified time
    Searched refs:Frame (Results 226 - 250 of 459) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 121 // Frame Class
123 Frame::Frame()
136 Frame::~Frame() {
141 bool Frame::Init(const uint8* frame, uint64 length) {
151 memcpy(frame_, frame, static_cast<size_t>(length_));
155 bool Frame::AddAdditionalData(const uint8* additional, uint64 length,
1001 // for a frame using exactly 4 bytes
2101 Frame* const frame = frames_[i]; local
3129 Frame*& frame = frames_[i]; local
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraStream.h 97 virtual status_t getBufferInfo(sp<IMemory>& Frame, size_t *alignedSize)
141 friend void liveshot_callback(mm_camera_ch_data_buf_t *frame,void *user_data);
162 status_t getBufferInfo(sp<IMemory>& Frame, size_t *alignedSize);
211 status_t processPreviewFrame(mm_camera_ch_data_buf_t *frame);
214 status_t processPreviewFrameWithDisplay(mm_camera_ch_data_buf_t *frame);
216 status_t processPreviewFrameWithOutDisplay(mm_camera_ch_data_buf_t *frame);
277 friend void liveshot_callback(mm_camera_ch_data_buf_t *frame,void *user_data);
319 status_t doWaveletDenoise(mm_camera_ch_data_buf_t* frame);
320 status_t sendWDenoiseStartMsg(mm_camera_ch_data_buf_t * frame);
367 StreamQueue mWDNQueue; // queue to hold frames while one frame is sent out for WD
    [all...]
  /external/chromium_org/remoting/webapp/
connection_stats.js 68 ', Frame Rate: ' + formatStatNumber(stats.videoFrameRate, 'fps') +
  /external/chromium_org/third_party/WebKit/Source/core/storage/
StorageArea.cpp 33 #include "core/frame/LocalDOMWindow.h"
34 #include "core/frame/LocalFrame.h"
60 unsigned StorageArea::length(ExceptionState& exceptionState, LocalFrame* frame)
62 if (!canAccessStorage(frame)) {
69 String StorageArea::key(unsigned index, ExceptionState& exceptionState, LocalFrame* frame)
71 if (!canAccessStorage(frame)) {
78 String StorageArea::getItem(const String& key, ExceptionState& exceptionState, LocalFrame* frame)
80 if (!canAccessStorage(frame)) {
87 void StorageArea::setItem(const String& key, const String& value, ExceptionState& exceptionState, LocalFrame* frame)
89 if (!canAccessStorage(frame)) {
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
SerializedFrame.java 20 import android.filterfw.core.Frame;
34 * A frame that serializes any assigned values. Such a frame is used when passing data objects
39 public class SerializedFrame extends Frame {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
CpuVideoTrackDecoder.java 28 import androidx.media.filterfw.Frame;
111 // Create output frame
114 ByteBuffer outBytes = outputVideoFrame.lockBytes(Frame.MODE_WRITE);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
FaceSquareFilter.java 25 import androidx.media.filterfw.Frame;
69 ByteBuffer buffer = imageFrame.lockBytes(Frame.MODE_WRITE);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchDialogBase.py 64 f = Frame(self.top)
135 # place button frame on the right
136 f = self.buttonframe = Frame(self.top)
configHelpSourceEdit.py 48 self.frameMain = Frame(self, borderwidth=2, relief=GROOVE)
67 frameButtons = Frame(self)
Debugger.py 16 def user_line(self, frame):
17 if self.in_rpc_code(frame):
20 message = self.__frame2message(frame)
21 self.gui.interaction(message, frame)
23 def user_exception(self, frame, info):
24 if self.in_rpc_code(frame):
27 message = self.__frame2message(frame)
28 self.gui.interaction(message, frame, info)
30 def in_rpc_code(self, frame):
31 if frame.f_code.co_filename.count('rpc.py')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py 63 body = Frame(self)
111 box = Frame(self)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchDialogBase.py 64 f = Frame(self.top)
135 # place button frame on the right
136 f = self.buttonframe = Frame(self.top)
configHelpSourceEdit.py 48 self.frameMain = Frame(self, borderwidth=2, relief=GROOVE)
67 frameButtons = Frame(self)
Debugger.py 16 def user_line(self, frame):
17 if self.in_rpc_code(frame):
20 message = self.__frame2message(frame)
21 self.gui.interaction(message, frame)
23 def user_exception(self, frame, info):
24 if self.in_rpc_code(frame):
27 message = self.__frame2message(frame)
28 self.gui.interaction(message, frame, info)
30 def in_rpc_code(self, frame):
31 if frame.f_code.co_filename.count('rpc.py')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py 63 body = Frame(self)
111 box = Frame(self)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp 50 #include "core/frame/FrameView.h"
51 #include "core/frame/LocalFrame.h"
52 #include "core/frame/Settings.h"
252 void InspectorPageAgent::resourceContent(ErrorString* errorString, LocalFrame* frame, const KURL& url, String* result, bool* base64Encoded)
254 DocumentLoader* loader = assertDocumentLoader(errorString, frame);
257 if (!cachedResourceContent(cachedResource(frame, url), result, base64Encoded))
261 Resource* InspectorPageAgent::cachedResource(LocalFrame* frame, const KURL& url)
263 Resource* cachedResource = frame->document()->fetcher()->cachedResource(url);
486 LocalFrame* frame = m_page->deprecatedLocalMainFrame(); local
487 FrameLoadRequest request(frame->document(), ResourceRequest(frame->document()->completeURL(url)))
626 LocalFrame* frame = assertFrame(errorString, frameId); local
652 LocalFrame* frame = frameForId(frameId); local
674 LocalFrame* frame = assertFrame(errorString, frameId); local
805 LocalFrame* frame = mainFrame(); local
959 LocalFrame* frame = frameForId(frameId); local
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
CheckClassAdapter.java 49 import org.mockito.asm.tree.analysis.Frame;
201 Frame[] frames = a.getFrames();
210 Frame f = frames[j];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 103 struct Frame
111 const Frame& GetFrame(int frame_index) const;
118 Frame* m_frames;
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 82 * the passed-in frame to represent the end result.
85 * @param frame {@code non-null;} frame to operate on
87 public void simulate(ByteBlock bb, Frame frame) {
90 visitor.setFrame(frame);
99 frame.annotate(ex);
106 * making appropriate calls on the given frame.
109 * @param frame {@code non-null;} frame to operate o
198 private Frame frame; field in class:Simulator.SimVisitor
    [all...]
ValueAwareMachine.java 41 public void run(Frame frame, int offset, int opcode) {
160 frame.makeInitialized(thisType);
197 storeResults(frame);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameElementBase.cpp 32 #include "core/frame/FrameView.h"
33 #include "core/frame/LocalFrame.h"
62 if (contentDoc && !ScriptController::canAccessFromCurrentOrigin(contentDoc->frame()))
66 LocalFrame* parentFrame = document().frame();
81 LocalFrame* parentFrame = document().frame();
85 // Support for <frame src="javascript:string">
112 // FIXME: If we are already attached, this doesn't actually change the frame's name.
113 // FIXME: If we are already attached, this doesn't check for frame name
114 // conflicts and generate a unique frame name.
129 // FIXME: should <frame> elements have beforeunload handlers
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TracingTimelineUIUtils.js 168 eventStyles[recordTypes.RequestMainThreadFrame] = new WebInspector.TimelineRecordStyle(WebInspector.UIString("Request Main Thread Frame"), categories["rendering"]);
169 eventStyles[recordTypes.BeginFrame] = new WebInspector.TimelineRecordStyle(WebInspector.UIString("Frame Start"), categories["rendering"]);
170 eventStyles[recordTypes.BeginMainThreadFrame] = new WebInspector.TimelineRecordStyle(WebInspector.UIString("Frame Start (main thread)"), categories["rendering"]);
171 eventStyles[recordTypes.DrawFrame] = new WebInspector.TimelineRecordStyle(WebInspector.UIString("Draw Frame"), categories["rendering"]);
201 eventStyles[recordTypes.JSFrame] = new WebInspector.TimelineRecordStyle(WebInspector.UIString("JS Frame"), categories["scripting"]);
202 eventStyles[recordTypes.RequestAnimationFrame] = new WebInspector.TimelineRecordStyle(WebInspector.UIString("Request Animation Frame"), categories["scripting"]);
203 eventStyles[recordTypes.CancelAnimationFrame] = new WebInspector.TimelineRecordStyle(WebInspector.UIString("Cancel Animation Frame"), categories["scripting"]);
204 eventStyles[recordTypes.FireAnimationFrame] = new WebInspector.TimelineRecordStyle(WebInspector.UIString("Animation Frame Fired"), categories["scripting"]);
506 callSiteStackTraceLabel = WebInspector.UIString("Animation frame requested");
    [all...]
  /external/chromium_org/tools/memory_inspector/memory_inspector/data/
serialization.py 46 # Keep just absolute addrs of stack frames. The full frame details will be
49 return [frame.address for frame in obj.frames]
51 if isinstance(obj, stacktrace.Frame):
55 # stack frame for each heap snapshot is a waste.
100 frame = nh.GetStackFrame(frame_dict['address'])
101 frame.SetExecFileInfo(frame_dict['exec_file_rel_path'],
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Label.java 71 * Indicates if a stack map frame must be stored for this label.
168 * basic block, called the "output frame", <i>relatively</i> to the frame
170 * frame", and which is <i>unknown</i> during this step. The second step,
172 * computes information about the input frame of each basic block, from the
210 Frame frame; field in class:Label
413 return !ClassReader.FRAMES || frame == null ? this : frame.owner;
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 163 status_t BootAnimation::initTexture(const Animation::Frame& frame)
168 SkMemoryStream stream(frame.map->getDataPtr(), frame.map->getDataLength());
181 frame.map->release();
543 Animation::Frame frame; local
544 frame.name = leaf;
545 frame.map = map;
546 part.frames.add(frame);
    [all...]

Completed in 1106 milliseconds

1 2 3 4 5 6 7 8 91011>>