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

  /hardware/qcom/display/libhwcomposer/
hwc_mdpcomp.cpp 59 fbCount:%2d \n", mCurrentFrame.layerCount,
60 mCurrentFrame.mdpCount, mCurrentFrame.fbCount);
62 (mCurrentFrame.needsRedraw? "YES" : "NO"),
63 mCurrentFrame.mdpCount, sMaxPipesPerMixer);
67 for(int index = 0; index < mCurrentFrame.layerCount; index++ )
70 (mCurrentFrame.isFBComposed[index] ? "YES" : "NO"),
71 mCurrentFrame.layerToMDP[index],
72 (mCurrentFrame.isFBComposed[index] ?
73 (mCurrentFrame.needsRedraw ? "GLES" : "CACHE") : "MDP")
    [all...]
hwc_mdpcomp.h 173 struct FrameInfo mCurrentFrame;
  /device/generic/goldfish/camera/
EmulatedCameraDevice.cpp 40 mCurrentFrame(NULL),
51 if (mCurrentFrame != NULL) {
52 delete[] mCurrentFrame;
164 if (mCurrentFrame == NULL || buffer == NULL) {
172 YV12ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight);
175 YU12ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight);
178 NV21ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight);
181 NV12ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight);
221 mCurrentFrame = new uint8_t[mFrameBufferSize];
222 if (mCurrentFrame == NULL)
    [all...]
EmulatedFakeCameraDevice.cpp 127 mFrameV = mCurrentFrame + mTotalPixels;
134 mFrameU = mCurrentFrame + mTotalPixels;
142 mFrameV = mCurrentFrame + mTotalPixels;
150 mFrameU = mCurrentFrame + mTotalPixels;
232 mCameraHAL->onNextFrameAvailable(mCurrentFrame, mCurFrameTimestamp, this);
253 uint8_t* Y = mCurrentFrame;
313 uint8_t* Y_pos = mCurrentFrame + y * mFrameWidth + x;
342 memset(mCurrentFrame, changeExposure(adjustedColor.Y), mTotalPixels);
358 uint8_t* pY = mCurrentFrame;
EmulatedQemuCameraDevice.cpp 245 status_t query_res = mQemuClient.queryFrame(mCurrentFrame, mPreviewFrame,
255 mCameraHAL->onNextFrameAvailable(mCurrentFrame, mCurFrameTimestamp, this);
EmulatedCameraDevice.h 496 uint8_t* mCurrentFrame;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 68 private int mCurrentFrame;
227 mCurrentFrame = frame;
238 currentFrame = mCurrentFrame;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 147 private int mCurrentFrame;
363 mCurrentFrame = selectedFrame - 1;
414 mFrameSummaryViewPage.setSelectedFrame(mCurrentFrame);
    [all...]

Completed in 621 milliseconds