HomeSort by relevance Sort by last modified time
    Searched refs:mFrame (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
StreamPort.java 25 private Frame mFrame;
34 if (mFrame != null) {
35 mFrame.release();
36 mFrame = null;
55 if (mFrame != null) {
56 mFrame.release();
58 } else if (mFrame != null) {
62 mFrame = frame.retain();
63 mFrame.markReadOnly();
70 if (mFrame == null)
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphInputSource.java 13 private Frame mFrame = null;
27 if (mFrame != null) {
28 mFrame.release();
33 mFrame = frame.retain();
38 if (mFrame != null) {
39 getConnectedOutputPort("frame").pushFrame(mFrame);
40 mFrame.release();
41 mFrame = null;
47 if (mFrame != null) {
48 mFrame.release()
    [all...]
GraphOutputTarget.java 13 private Frame mFrame = null;
39 if (mFrame != null) {
40 result = mFrame;
41 mFrame = null;
49 if (mFrame != null) {
50 mFrame.release();
52 mFrame = frame.retain();
57 return super.canSchedule() && mFrame == null;
FrameQueue.java 91 private Frame mFrame = null;
95 return mFrame != null;
100 return mFrame == null;
105 Frame result = mFrame;
106 mFrame = null;
112 return mFrame;
125 mFrame = frame.retain();
126 mFrame.setReadOnly(true);
131 if (mFrame != null) {
132 mFrame.release()
    [all...]
FrameManager.java 65 private Frame mFrame = null;
77 return mFrame != null;
81 if (mFrame != null) {
82 mFrame.release();
83 mFrame = null;
89 Frame oldFrame = mFrame;
90 mFrame = frame.retain();
97 Frame result = mFrame.retain();
105 if (mFrame != null) {
106 mFrame.setReadOnly(false)
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
GLTextureSource.java 53 private Frame mFrame;
68 if (mFrame != null) {
69 mFrame.release();
70 mFrame = null;
77 if (mFrame == null) {
81 mFrame = context.getFrameManager().newBoundFrame(outputFormat,
84 mFrame.setTimestamp(mTimestamp);
88 pushOutput("frame", mFrame);
98 if (mFrame != null) {
99 mFrame.release()
    [all...]
ObjectSource.java 42 private Frame mFrame;
56 if (mFrame == null) {
61 mFrame = context.getFrameManager().newFrame(outputFormat);
62 mFrame.setObjectValue(mObject);
63 mFrame.setTimestamp(Frame.TIMESTAMP_UNKNOWN);
67 pushOutput("frame", mFrame);
77 mFrame.release();
84 if (mFrame != null) {
85 mFrame.release();
86 mFrame = null
    [all...]
FrameSource.java 36 private Frame mFrame = null;
52 if (mFrame != null) {
54 pushOutput("frame", mFrame);
CallbackFilter.java 48 private Frame mFrame;
55 mFrame = frame;
60 mListener.onFrameReceived(mFilter, mFrame, mUserData);
61 mFrame.release();
  /packages/apps/Gallery/src/com/android/camera/
GalleryPickerItem.java 29 private Drawable mFrame;
46 mFrame = getResources().getDrawable(R.drawable.frame_gallery_preview);
47 mFrame.setCallback(this);
52 return super.verifyDrawable(who) || (who == mFrame)
59 if (mFrame != null) {
61 mFrame.setState(drawableState);
74 mFrame.setBounds(frameBounds);
81 mFrame.draw(canvas);
  /packages/experimental/Bummer/src/com/android/dreams/bummer/
Bummer.java 34 private FrameLayout mFrame;
39 mFrame = new FrameLayout(this);
40 mFrame.setLayoutParams(new ViewGroup.LayoutParams(
59 mFrame.addView(mApology, lp);
61 setContentView(mFrame);
  /frameworks/base/core/tests/coretests/src/android/view/
PreDrawListener.java 37 private MyLinearLayout mFrame;
78 mFrame = findViewById(R.id.frame);
86 mFrame.mCancelNextDraw = true;
87 mFrame.invalidate();
PopupWindowVisibility.java 35 private View mFrame;
46 mFrame = findViewById(R.id.frame);
68 mFrame.setVisibility(v == mHide ? View.INVISIBLE : View.VISIBLE);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
BatteryMeterDrawableBase.java 90 private final RectF mFrame = new RectF();
319 mFrame.set(left, top, width + left, height + top);
320 mFrame.offset(px, 0);
324 mFrame.left + Math.round(width * 0.28f),
325 mFrame.top,
326 mFrame.right - Math.round(width * 0.28f),
327 mFrame.top + buttonHeight);
330 mFrame.top += buttonHeight;
342 : (mFrame.top + (mFrame.height() * (1f - drawFrac)))
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListFilter.java 35 private View mFrame;
47 mFrame = findViewById(R.id.frame);
58 mFrame.setVisibility(v == mHide ? View.INVISIBLE : View.VISIBLE);
  /packages/experimental/KBars/app/src/main/java/js/kbars/
MediaModeToggleButton.java 18 private final FrameLayout mFrame;
24 this.mFrame = frame;
45 this.mFrame.addView(this.mVideo, videoLP);
KBarsActivity.java 41 private TouchTrackingLayout mFrame;
111 this.mFrame = new TouchTrackingLayout(this.mContext);
131 this.mFrame.addView(allButtons, buttonsLP);
141 buttons2.addView(new MediaModeToggleButton(this.mContext, this.mFrame));
143 setContentView(this.mFrame);
163 RandomColorBackgroundMenuItem randomColorBackgroundMenuItem = new RandomColorBackgroundMenuItem(menu, this.mFrame);
164 this.mImageBackgroundMenuItem = new ImageBackgroundMenuItem(menu, this, this.mFrame);
165 this.mCameraBackgroundMenuItem = new CameraBackgroundMenuItem(menu, this, this.mFrame);
192 if (KBarsActivity.this.mFrame.getDebug()) {
197 KBarsActivity.this.mFrame.setDebug(debug)
    [all...]
  /external/eigen/demos/opengl/
camera.h 61 inline const Eigen::Vector3f& position(void) const { return mFrame.position; }
64 inline const Eigen::Quaternionf& orientation(void) const { return mFrame.orientation; }
67 const Frame& frame(void) const { return mFrame; }
102 Frame mFrame;
camera.cpp 129 mFrame.position = p;
135 mFrame.orientation = q;
141 mFrame = f;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
BitmapOverlayFilter.java 41 private Frame mFrame;
88 if (mFrame != null) {
89 mFrame.release();
90 mFrame = null;
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowFrameTests.java 160 // When mFrame extends past cf, the content insets are
161 // the difference between mFrame and ContentFrame. Visible
164 assertRect(w.mFrame,0, 0, 1000, 1000);
172 // On the other hand mFrame doesn't extend past cf we won't get any insets
179 assertRect(w.mFrame, 100, 100, 200, 200);
182 assertTrue(w.mFrame.equals(w.getContentFrameLw()));
183 assertTrue(w.mFrame.equals(w.getVisibleFrameLw()));
184 assertTrue(w.mFrame.equals(w.getStableFrameLw()));
200 assertRect(w.mFrame, 0, 0, 1000, 1000);
210 assertRect(w.mFrame, 0, 0, 0, 0)
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 401 final Rect mFrame = new Rect();
    [all...]
TaskSnapshotSurface.java 118 private final Rect mFrame = new Rect();
271 mFrame.set(frame);
274 mSizeMismatch = (mFrame.width() != mSnapshot.getSnapshot().getWidth()
275 || mFrame.height() != mSnapshot.getSnapshot().getHeight());
357 final boolean isTop = mTaskBounds.top == 0 && mFrame.top == 0;
  /packages/apps/Car/Settings/src/com/android/car/settings/users/
UserGridRecyclerView.java 237 holder.mFrame.setBackgroundResource(R.drawable.car_user_avatar_bg_circle);
239 holder.mFrame.setBackgroundResource(0);
345 public FrameLayout mFrame;
352 mFrame = (FrameLayout) view.findViewById(R.id.current_user_frame);
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 247 mFrame(Rect::INVALID_RECT),
298 setProjection(DisplayState::eOrientationDefault, mViewport, mFrame);
653 mFrame = frame;
675 mFrame.left, mFrame.top, mFrame.right, mFrame.bottom, mScissor.left,

Completed in 237 milliseconds

1 2 3 4 5 6 7 8