OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:framesInQueue_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/cudacodec/src/
frame_queue.cpp
50
framesInQueue_
(0),
85
if (
framesInQueue_
< MaximumSize)
87
int writePosition = (readPosition_ +
framesInQueue_
) % MaximumSize;
89
framesInQueue_
++;
106
if (
framesInQueue_
> 0)
111
framesInQueue_
--;
frame_queue.hpp
91
int
framesInQueue_
;
Completed in 53 milliseconds