OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOutputWindowSize
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.h
123
int32_t
mOutputWindowSize
; // indicate limit of number of outstanding frames for output
179
void setOutputWindowSize(int32_t size) {
mOutputWindowSize
= (size < OUTPUT_WINDOW_SIZE) ? size : OUTPUT_WINDOW_SIZE;}
VideoDecoderBase.cpp
46
mOutputWindowSize
(OUTPUT_WINDOW_SIZE),
462
} while (p != NULL && count <
mOutputWindowSize
);
464
if (draining == false && dpbFullness <
mOutputWindowSize
) {
510
if (poc == mNextOutputPOC || count ==
mOutputWindowSize
) {
[
all
...]
VideoDecoderAVC.cpp
766
mVideoFormatInfo.actualBufferNeeded =
mOutputWindowSize
+ NW_CONSUMED /* Owned by native window */
[
all
...]
Completed in 105 milliseconds