OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFrameCountP2
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmedia/
AudioTrackShared.cpp
40
mFrameCountP2
(roundup(frameCount)), mIsOut(isOut), mClientInServer(clientInServer),
148
rear &=
mFrameCountP2
- 1;
149
part1 =
mFrameCountP2
- rear;
151
front &=
mFrameCountP2
- 1;
152
part1 =
mFrameCountP2
- front;
315
return (
mFrameCountP2
- (mIsOut ? cblk->u.mStreaming.mRear : cblk->u.mStreaming.mFront)) &
316
(
mFrameCountP2
- 1);
564
front &=
mFrameCountP2
- 1;
565
part1 =
mFrameCountP2
- front;
567
rear &=
mFrameCountP2
- 1
[
all
...]
/frameworks/av/include/private/media/
AudioTrackShared.h
169
const size_t
mFrameCountP2
; // mFrameCount rounded to power of 2, streaming mode
Completed in 42 milliseconds