Home | History | Annotate | Download | only in videodecoder

Lines Matching refs:mOutputWindowSize

46       mOutputWindowSize(OUTPUT_WINDOW_SIZE),
462 } while (p != NULL && count < mOutputWindowSize);
464 if (draining == false && dpbFullness < mOutputWindowSize) {
510 if (poc == mNextOutputPOC || count == mOutputWindowSize) {