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
144
int32_t
mOutputWindowSize
; // indicate limit of number of outstanding frames for output
202
void setOutputWindowSize(int32_t size) {
mOutputWindowSize
= (size < OUTPUT_WINDOW_SIZE) ? size : OUTPUT_WINDOW_SIZE;}
VideoDecoderBase.cpp
47
mOutputWindowSize
(OUTPUT_WINDOW_SIZE),
478
} while (p != NULL && count <
mOutputWindowSize
);
480
if (draining == false && dpbFullness <
mOutputWindowSize
) {
526
if (poc == mNextOutputPOC || count ==
mOutputWindowSize
) {
[
all
...]
VideoDecoderAVC.cpp
790
mVideoFormatInfo.actualBufferNeeded =
mOutputWindowSize
+ NW_CONSUMED /* Owned by native window */
[
all
...]
Completed in 45 milliseconds