OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FrameFormat
(Results
51 - 75
of
87
) sorted by null
1
2
3
4
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/numeric/
SinWaveFilter.java
23
import android.filterfw.core.
FrameFormat
;
39
private
FrameFormat
mOutputFormat;
47
mOutputFormat = ObjectFormat.fromClass(Float.class,
FrameFormat
.TARGET_SIMPLE);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DrawRectFilter.java
23
import android.filterfw.core.
FrameFormat
;
73
FrameFormat
.TARGET_GPU));
74
addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class,
FrameFormat
.TARGET_SIMPLE));
79
public
FrameFormat
getOutputFormat(String portName,
FrameFormat
inputFormat) {
FixedRotationFilter.java
22
import android.filterfw.core.
FrameFormat
;
50
FrameFormat
.TARGET_GPU));
55
public
FrameFormat
getOutputFormat(String portName,
FrameFormat
inputFormat) {
66
FrameFormat
inputFormat = input.getFormat();
ImageSlicer.java
22
import android.filterfw.core.
FrameFormat
;
66
FrameFormat
.TARGET_GPU));
71
public
FrameFormat
getOutputFormat(String portName,
FrameFormat
inputFormat) {
98
FrameFormat
inputFormat = mOriginalFrame.getFormat();
AutoFixFilter.java
22
import android.filterfw.core.
FrameFormat
;
156
private int mTarget =
FrameFormat
.TARGET_UNSPECIFIED;
172
public
FrameFormat
getOutputFormat(String portName,
FrameFormat
inputFormat) {
178
case
FrameFormat
.TARGET_GPU:
212
FrameFormat
densityFormat = ImageFormat.create(densityDim, 1,
214
FrameFormat
.TARGET_GPU);
243
FrameFormat
inputFormat = input.getFormat();
300
FrameFormat
shaderHistFormat = ImageFormat.create(histDims, 1,
302
FrameFormat
.TARGET_GPU)
[
all
...]
FisheyeFilter.java
23
import android.filterfw.core.
FrameFormat
;
56
private int mTarget =
FrameFormat
.TARGET_UNSPECIFIED;
87
public
FrameFormat
getOutputFormat(String portName,
FrameFormat
inputFormat) {
93
case
FrameFormat
.TARGET_GPU:
110
FrameFormat
inputFormat = input.getFormat();
RotateFilter.java
23
import android.filterfw.core.
FrameFormat
;
51
private int mTarget =
FrameFormat
.TARGET_UNSPECIFIED;
68
case
FrameFormat
.TARGET_GPU:
93
FrameFormat
inputFormat = input.getFormat();
110
FrameFormat
outputFormat = ImageFormat.create(mOutputWidth, mOutputHeight,
112
FrameFormat
.TARGET_GPU);
ImageEncoder.java
24
import android.filterfw.core.
FrameFormat
;
54
FrameFormat
.TARGET_UNSPECIFIED));
ToGrayFilter.java
23
import android.filterfw.core.
FrameFormat
;
67
FrameFormat
.TARGET_GPU));
AlphaBlendFilter.java
23
import android.filterfw.core.
FrameFormat
;
BlendFilter.java
22
import android.filterfw.core.
FrameFormat
;
BrightnessFilter.java
23
import android.filterfw.core.
FrameFormat
;
ContrastFilter.java
23
import android.filterfw.core.
FrameFormat
;
Invert.java
23
import android.filterfw.core.
FrameFormat
;
StraightenFilter.java
23
import android.filterfw.core.
FrameFormat
;
54
private int mTarget =
FrameFormat
.TARGET_UNSPECIFIED;
70
case
FrameFormat
.TARGET_GPU:
94
FrameFormat
inputFormat = input.getFormat();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Frame.java
20
import android.filterfw.core.
FrameFormat
;
37
private
FrameFormat
mFormat;
46
Frame(
FrameFormat
format, FrameManager frameManager) {
51
Frame(
FrameFormat
format, FrameManager frameManager, int bindingType, long bindingId) {
58
public
FrameFormat
getFormat() {
172
protected void setFormat(
FrameFormat
format) {
195
protected void reset(
FrameFormat
newFormat) {
CachedFrameManager.java
21
import android.filterfw.core.
FrameFormat
;
44
public Frame newFrame(
FrameFormat
format) {
54
public Frame newBoundFrame(
FrameFormat
format, int bindingType, long bindingId) {
130
private Frame findAvailableFrame(
FrameFormat
format, int bindingType, long bindingId) {
MutableFrameFormat.java
20
import android.filterfw.core.
FrameFormat
;
28
public class MutableFrameFormat extends
FrameFormat
{
InputPort.java
64
public
FrameFormat
getSourceFormat() {
VertexFrame.java
21
import android.filterfw.core.
FrameFormat
;
34
VertexFrame(
FrameFormat
format, FrameManager frameManager) {
GLFrame.java
21
import android.filterfw.core.
FrameFormat
;
70
GLFrame(
FrameFormat
format, FrameManager frameManager) {
74
GLFrame(
FrameFormat
format, FrameManager frameManager, int bindingType, long bindingId) {
79
FrameFormat
format = getFormat();
324
protected void reset(
FrameFormat
newFormat) {
NativeFrame.java
21
import android.filterfw.core.
FrameFormat
;
38
NativeFrame(
FrameFormat
format, FrameManager frameManager) {
73
if (getFormat().getBaseType() !=
FrameFormat
.TYPE_OBJECT) {
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
FrameStore.java
23
import android.filterfw.core.
FrameFormat
;
InputStreamSource.java
23
import android.filterfw.core.
FrameFormat
;
55
int target =
FrameFormat
.readTargetString(mTarget);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
SurfaceTextureSource.java
24
import android.filterfw.core.
FrameFormat
;
155
FrameFormat
.TARGET_GPU));
161
FrameFormat
.TARGET_GPU);
Completed in 233 milliseconds
1
2
3
4