OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNextOutputPOC
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.cpp
61
mNextOutputPOC
(MINIMUM_POC),
190
mNextOutputPOC
= MINIMUM_POC;
222
mNextOutputPOC
= MINIMUM_POC;
443
mNextOutputPOC
= outputByPoc->pictureOrder + 1;
446
mNextOutputPOC
= MINIMUM_POC;
450
// POC of the output candidate must not be less than
mNextOutputPOC
451
if (p->pictureOrder <
mNextOutputPOC
) {
471
mNextOutputPOC
= MINIMUM_POC;
476
if (outputByPoc->pictureOrder != 0 && outputByPoc->pictureOrder <
mNextOutputPOC
) {
477
ETRACE("Output POC is not incremental, expected %d, actual %d",
mNextOutputPOC
, outputByPoc->pictureOrder)
[
all
...]
VideoDecoderBase.h
42
// POC: 4P, 8P, 10P, 6B and
mNextOutputPOC
= 5
170
int32_t
mNextOutputPOC
; // Picture order count of next output
Completed in 132 milliseconds