OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPendingFrames
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libstagefright/matroska/
MatroskaExtractor.cpp
144
List<MediaBuffer *>
mPendingFrames
;
353
while (!
mPendingFrames
.empty()) {
354
MediaBuffer *frame = *
mPendingFrames
.begin();
355
mPendingFrames
.erase(
mPendingFrames
.begin());
363
CHECK(
mPendingFrames
.empty());
382
mPendingFrames
.clear();
388
mPendingFrames
.push_back(mbuf);
413
while (
mPendingFrames
.empty()) {
423
MediaBuffer *frame = *
mPendingFrames
.begin()
[
all
...]
/frameworks/base/libs/gui/tests/
SurfaceTexture_test.cpp
433
mPendingFrames
(0) {
438
while (
mPendingFrames
== 0) {
441
mPendingFrames
--;
446
mPendingFrames
++;
450
int
mPendingFrames
;
[
all
...]
Completed in 3171 milliseconds