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

  /device/generic/goldfish/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;
515 int mFrameHeight;
EmulatedQemuCameraDevice.cpp 169 res = mQemuClient.queryStart(mPixelFormat, mFrameWidth, mFrameHeight);
174 mFrameWidth, mFrameHeight);
EmulatedFakeCameraDevice.cpp 269 for(int y = 0; y < mFrameHeight; y++) {
319 const int square_ystop = min(mFrameHeight, y + size);
363 const int change_color_at = mFrameHeight / 4;
366 for (int y = 0; y < mFrameHeight; y++, pY += mFrameWidth) {
  /frameworks/av/include/media/
MediaProfiles.h 188 mFrameHeight(frameHeight),
195 mFrameHeight = copy.mFrameHeight;
204 int mFrameHeight;
  /hardware/ti/omap4-aah/camera/inc/
ANativeWindowDisplayAdapter.h 167 uint32_t mFrameHeight;
BufferSourceAdapter.h 212 uint32_t mFrameHeight;
  /hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h 166 uint32_t mFrameHeight;
  /hardware/ti/omap4-aah/camera/
BufferSourceAdapter.cpp 136 mFrameHeight = 0;
482 mFrameHeight = height;
531 android::Rect bounds(mFrameWidth, mFrameHeight);
613 return CameraHal::calculateBufferSize(mPixelFormat, mFrameWidth, mFrameHeight);
672 mFrameHeight = mBuffers[0].height;
934 android::Rect bounds(mFrameWidth, mFrameHeight);
ANativeWindowDisplayAdapter.cpp 102 mFrameHeight = 0;
394 mFrameHeight = 0;
610 mFrameHeight = height;
1170 bounds.bottom = mFrameHeight;
    [all...]
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 172 mFrameHeight = 0;
466 mFrameHeight = 0;
671 mFrameHeight = height;
    [all...]
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 106 ALOGV("frame height: %d", codec.mFrameHeight);
476 mCamcorderProfiles[i]->mVideoCodec->mFrameHeight;
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv-android.jar 

Completed in 255 milliseconds