OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentFrame
(Results
1 - 12
of
12
) sorted by null
/hardware/qcom/display/msm8x26/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
;
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.cpp
57
if(
mCurrentFrame
.layerCount > MAX_NUM_APP_LAYERS)
64
"fbCount:%2d \n",
mCurrentFrame
.layerCount,
65
mCurrentFrame
.mdpCount,
mCurrentFrame
.fbCount);
67
(
mCurrentFrame
.needsRedraw? "YES" : "NO"),
68
mCurrentFrame
.mdpCount, sMaxPipesPerMixer);
72
for(int index = 0; index <
mCurrentFrame
.layerCount; index++ )
75
(
mCurrentFrame
.isFBComposed[index] ? "YES" : "NO"),
76
mCurrentFrame
.layerToMDP[index],
77
(
mCurrentFrame
.isFBComposed[index]
[
all
...]
hwc_mdpcomp.h
179
struct FrameInfo
mCurrentFrame
;
/hardware/qcom/display/msm8960/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 361 milliseconds