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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/web/
WebFrame.cpp 8 #include "core/frame/RemoteFrame.h"
17 WebCore::Frame* toWebCoreFrame(const WebFrame* frame)
19 if (!frame)
22 return frame->isWebLocalFrame()
23 ? static_cast<WebCore::Frame*>(toWebLocalFrameImpl(frame)->frame())
24 : toWebRemoteFrameImpl(frame)->frame();
115 WebFrame* frame = const_cast<WebFrame*>(this); local
143 WebCore::Frame* frame = toWebCoreFrame(this); local
151 WebCore::Frame* frame = toWebCoreFrame(this); local
159 WebCore::Frame* frame = toWebCoreFrame(this); local
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/helpers/
vie_to_file_renderer.cc 20 struct Frame {
22 Frame(unsigned char* buffer,
39 DISALLOW_COPY_AND_ASSIGN(Frame);
84 // Signal that a frame is ready to be written to file.
130 test::Frame* frame; local
132 frame = new test::Frame(buffer, buffer_size, time_stamp, render_time);
134 // Reuse an already allocated frame.
135 frame = free_frame_queue_.front()
171 test::Frame* frame = render_queue_.front(); local
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Frame.java 29 public abstract class Frame {
45 Frame(FrameFormat format, FrameManager frameManager) {
50 Frame(FrameFormat format, FrameManager frameManager, int bindingType, long bindingId) {
129 public void setDataFromFrame(Frame frame) {
130 setData(frame.getData());
141 public Frame release() {
149 public Frame retain() {
163 throw new RuntimeException("Attempting to modify read-only frame!");
201 * Called just before a frame is stored, such as when storing to a cache or context
    [all...]
VertexFrame.java 20 import android.filterfw.core.Frame;
30 public class VertexFrame extends Frame {
37 throw new IllegalArgumentException("Initializing vertex frame with zero size!");
40 throw new RuntimeException("Could not allocate vertex frame!");
65 throw new RuntimeException("Could not set int values for vertex frame!");
78 throw new RuntimeException("Could not set int values for vertex frame!");
92 throw new RuntimeException("Data size in setData does not match vertex frame size!");
94 throw new RuntimeException("Could not set vertex frame data!");
105 throw new RuntimeException("Unsupported: Cannot set vertex frame bitmap value!");
114 public void setDataFromFrame(Frame frame)
    [all...]
FinalPort.java 32 protected synchronized void setFieldFrame(Frame frame, boolean isAssignment) {
34 checkFrameType(frame, isAssignment);
38 super.setFieldFrame(frame, isAssignment);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
GrainFilter.java 21 import android.filterfw.core.Frame;
153 // Get input frame
154 Frame input = pullInput("image");
162 // Create noise frame
163 Frame noiseFrame = context.getFrameManager().newFrame(inputFormat);
165 // Create output frame
166 Frame output = context.getFrameManager().newFrame(inputFormat);
174 // Check if the frame size has changed
179 Frame[] empty = {};
183 Frame[] inputs = {input, noiseFrame}
    [all...]
BitmapSource.java 22 import android.filterfw.core.Frame;
46 private Frame mImageFrame;
64 // Create frame with bitmap
72 mImageFrame.setTimestamp(Frame.TIMESTAMP_UNKNOWN);
ColorTemperatureFilter.java 21 import android.filterfw.core.Frame;
91 // Get input frame
92 Frame input = pullInput("image");
101 // Create output frame
102 Frame output = context.getFrameManager().newFrame(inputFormat);
110 // Release pushed frame
FlipFilter.java 21 import android.filterfw.core.Frame;
85 // Get input frame
86 Frame input = pullInput("image");
94 // Create output frame
95 Frame output = context.getFrameManager().newFrame(inputFormat);
103 // Release pushed frame
SepiaFilter.java 21 import android.filterfw.core.Frame;
79 // Get input frame
80 Frame input = pullInput("image");
83 // Create output frame
84 Frame output = context.getFrameManager().newFrame(inputFormat);
98 // Release pushed frame
SimpleImageFilter.java 22 import android.filterfw.core.Frame;
64 // Get input frame
65 Frame input = pullInput("image");
68 // Create output frame
69 Frame output = context.getFrameManager().newFrame(inputFormat);
80 // Release pushed frame
TintFilter.java 21 import android.filterfw.core.Frame;
92 // Get input frame
93 Frame input = pullInput("image");
102 // Create output frame
103 Frame output = context.getFrameManager().newFrame(inputFormat);
111 // Release pushed frame
ToRGBAFilter.java 22 import android.filterfw.core.Frame;
81 // Get input frame
82 Frame input = pullInput("image");
85 // Create output frame
86 Frame output = context.getFrameManager().newFrame(getConvertedFormat(input.getFormat()));
94 // Release pushed frame
ToRGBFilter.java 22 import android.filterfw.core.Frame;
81 // Get input frame
82 Frame input = pullInput("image");
85 // Create output frame
86 Frame output = context.getFrameManager().newFrame(getConvertedFormat(input.getFormat()));
94 // Release pushed frame
CropFilter.java 22 import android.filterfw.core.Frame;
108 // Get input frame
109 Frame imageFrame = pullInput("image");
110 Frame boxFrame = pullInput("box");
122 // Create output frame
123 Frame output = env.getFrameManager().newFrame(outputFormat);
136 // Release pushed frame
ImageCombineFilter.java 22 import android.filterfw.core.Frame;
85 Frame[] inputs = new Frame[mInputNames.length];
90 // Create output frame
91 Frame output = context.getFrameManager().newFrame(inputs[0].getFormat());
102 // Release pushed frame
ImageSlicer.java 21 import android.filterfw.core.Frame;
43 private Frame mOriginalFrame;
73 private void calcOutputFormatForInput(Frame frame) {
76 mInputWidth = frame.getFormat().getWidth();
77 mInputHeight = frame.getFormat().getHeight();
90 // Get input frame
100 // Create output frame
101 Frame output = context.getFrameManager().newFrame(outputFormat);
129 // Retain the original frame so it can be used next time
    [all...]
ToPackedGrayFilter.java 22 import android.filterfw.core.Frame;
117 Frame input = pullInput("image");
128 Frame temp = context.getFrameManager().newFrame(tempFrameFormat);
131 // Read frame from GPU to CPU.
132 Frame output = context.getFrameManager().newFrame(outputFormat);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
InputPort.java 24 * InputPort instances receive Frame data from connected OutputPort instances of a previous filter.
25 * Frames flow from output ports to input ports. Filters can process frame data by calling
26 * {@link #pullFrame()} on an input port. If the input port is set to wait for an input frame
27 * (see {@link #setWaitsForFrame(boolean)}), there is guaranteed to be Frame on the port before
31 * InputPorts may be bound to fields of the Filter. When an input port is bound to a field, Frame
32 * values will be assigned to the field once a Frame is received on that port. The Frame value must
48 public void onFrameReceived(InputPort port, Frame frame);
59 public void onFrameReceived(InputPort port, Frame frame)
181 Frame frame = mQueue.pullFrame(); local
    [all...]
SobelFilter.java 20 import androidx.media.filterfw.Frame;
129 FrameImage2D gxFrame = Frame.create(mImageType, inputDims).asFrameImage2D();
130 FrameImage2D gyFrame = Frame.create(mImageType, inputDims).asFrameImage2D();
145 ByteBuffer inputBuffer = inputImage.lockBytes(Frame.MODE_READ);
147 magImage.lockBytes(Frame.MODE_WRITE) : null;
149 dirImage.lockBytes(Frame.MODE_WRITE) : null;
TransformUtils.java 19 import androidx.media.filterfw.Frame;
43 // widely used, we can add a check here to disable frame expansion on such devices.
48 current = Frame.create(imageType, pow2Dims).asFrameImage2D();
59 current = Frame.create(imageType, dimensions).asFrameImage2D();
66 public static void generateMipMaps(FrameImage2D frame) {
67 TextureSource texture = frame.lockTextureSource();
69 frame.unlock();
72 public static void setTextureParameter(FrameImage2D frame, int param, int value) {
73 TextureSource texture = frame.lockTextureSource();
75 frame.unlock()
    [all...]
FrameSlotSource.java 32 .addOutputPort("frame", Signature.PORT_REQUIRED, FrameType.any())
43 Frame frame = getFrameManager().fetchFrame(mSlotName); local
44 getConnectedOutputPort("frame").pushFrame(frame);
45 frame.release();
  /external/chromium_org/chrome/browser/extensions/api/app_window/
app_window_api.h 36 apps::AppWindow::Frame GetFrameFromString(const std::string& frame_string);
  /external/javassist/sample/rmi/
AlertDialog.java 6 public class AlertDialog extends Frame implements ActionListener {
  /external/javassist/src/main/javassist/bytecode/analysis/
FramePrinter.java 32 * A utility class for printing a merged view of the frame state and the
75 * Prints the instructions and the frame states of the given method.
85 Frame[] frames;
106 Frame frame = frames[pos]; local
107 if (frame == null) {
111 printStack(frame);
114 printLocals(frame);
119 private void printStack(Frame frame) {
    [all...]

Completed in 470 milliseconds

1 2 34 5 6 7 8 91011>>