OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPts
(Results
1 - 4
of
4
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DrawPoints.java
34
private float[]
mPts
;
43
mPts
= new float[ptCount * 2];
48
mPts
[i*4 + X] = SIZE - value;
49
mPts
[i*4 + Y] = 0;
50
mPts
[i*4 + X + 2] = 0;
51
mPts
[i*4 + Y + 2] = value;
71
canvas.drawLines(
mPts
, paint);
75
canvas.drawPoints(
mPts
, paint);
/frameworks/wilhelm/src/itf/
IAndroidBufferQueue.c
62
pBuff->mItems.mTsCmdData.
mPts
= 0;
113
pBuff->mItems.mTsCmdData.
mPts
= *((SLAuint64*)pItems->itemData);
114
//SL_LOGD("Found PTS=%lld", pBuff->mItems.mTsCmdData.
mPts
);
552
hdr->mItems.mTsCmdData.
mPts
);
/frameworks/wilhelm/src/android/
android_StreamPlayer.cpp
163
(int64_t)oldFront->mItems.mTsCmdData.
mPts
);
/frameworks/wilhelm/src/
sles_allinclusive.h
233
SLAuint64
mPts
;
Completed in 46 milliseconds