HomeSort by relevance Sort by last modified time
    Searched refs:mFrameHeight (Results 1 - 11 of 11) sorted by null

  /frameworks/av/libvideoeditor/lvpp/
DummyVideoSource.cpp 51 mFrameHeight = height;
75 mFrameHeight, mFrameWidth,
111 meta->setInt32(kKeyHeight, mFrameHeight);
143 mImageBuffer, (mFrameWidth * mFrameHeight * 1.5));
165 mFrameWidth * mFrameHeight * 1.5);
DummyVideoSource.h 50 uint32_t mFrameHeight;
  /development/tools/emulator/system/camera/
EmulatedCameraDevice.cpp 172 YV12ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight);
175 YU12ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight);
178 NV21ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight);
181 NV12ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight);
216 mFrameHeight = height;
228 reinterpret_cast<const char*>(&mPixelFormat), mFrameWidth, mFrameHeight);
234 mFrameWidth = mFrameHeight = mTotalPixels = 0;
EmulatedCameraDevice.h 208 return mFrameHeight;
513 int mFrameHeight;
EmulatedQemuCameraDevice.cpp 169 res = mQemuClient.queryStart(mPixelFormat, mFrameWidth, mFrameHeight);
174 mFrameWidth, mFrameHeight);
EmulatedFakeCameraDevice.cpp 262 for(int y = 0; y < mFrameHeight; y++) {
312 const int square_ystop = min(mFrameHeight, y + size);
356 const int change_color_at = mFrameHeight / 4;
359 for (int y = 0; y < mFrameHeight; y++, pY += mFrameWidth) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetFrame.java 83 private int mFrameHeight;
404 mFrameHeight = height;
405 mBackgroundRect.set(0, 0, getMeasuredWidth(), Math.min(mFrameHeight, getMeasuredHeight()));
407 mFrameStrokeAdjustment, Math.min(getMeasuredHeight(), mFrameHeight) -
453 mFrameHeight = h;
459 w - mFrameStrokeAdjustment, Math.min(h, mFrameHeight) - mFrameStrokeAdjustment);
461 mBackgroundRect.set(0, 0, getMeasuredWidth(), Math.min(h, mFrameHeight));
  /frameworks/av/include/media/
MediaProfiles.h 221 mFrameHeight(frameHeight),
228 mFrameHeight = copy.mFrameHeight;
237 int mFrameHeight;
  /hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h 166 uint32_t mFrameHeight;
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 172 mFrameHeight = 0;
466 mFrameHeight = 0;
671 mFrameHeight = height;
    [all...]
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 91 ALOGV("frame height: %d", codec.mFrameHeight);
505 mCamcorderProfiles[i]->mVideoCodec->mFrameHeight;
    [all...]

Completed in 381 milliseconds